Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'protected_title_format', 'remove_protected_text' );
- function remove_protected_text() {
- return __('%s');
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement