pifa

Remove "Geschützt/Password protected" from title WP

Sep 25th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. add_filter('protected_title_format', 'blank');
  2. function blank($title) {
  3.        return '%s';
  4. }
Advertisement
Add Comment
Please, Sign In to add comment