add_filter( 'protected_title_format', 'namespace_filter_protected_title_format' );
function namespace_filter_protected_title_format( $format ) {
return '%s';
}
| Version | 0.1.3 |
| Updated | 2025.12.01 |
add_filter( 'protected_title_format', 'namespace_filter_protected_title_format' );
function namespace_filter_protected_title_format( $format ) {
return '%s';
}