functions.php 移除文章標題的「受保護」字樣
add_filter('protected_title_format', 'no_title_prefix'); add_filter('private_title_format', 'no_title_prefix'); function no_title_prefix( $prefix ) { return '%s'; }
add_filter('protected_title_format', 'no_title_prefix'); add_filter('private_title_format', 'no_title_prefix'); function no_title_prefix( $prefix ) { return '%s'; }
0 comments:
張貼留言