private_title_format
最后更新于:2021-11-27 21:35:56
apply_filters( ‘private_title_format’, string $prepend, GC_Post $post )
Filters the text prepended to the post title of private posts.
参数
- $prepend
-
(string)
Text displayed before the post title. Default ‘Private: %s’. - $post
-
(GC_Post)
Current post object.
源文件
文件: gc-includes/post-template.php