protected_title_format

最后更新于:2021-11-27 21:36:55

apply_filters( ‘protected_title_format’, string $prepend, GC_Post $post )

Filters the text prepended to the post title for protected posts.

参数

$prepend

(string)
Text displayed before the post title. Default ‘Protected: %s’.

$post

(GC_Post)
Current post object.

源文件

文件: gc-includes/post-template.php

View on Trac