过滤帖子标题。
原型
apply_filters( 'the_title', string $title, int $id )
参数
$title
(string)
帖子标题。
$id
(int)
帖子ID。
源文件
路径:wp-includes/post-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/the_title/
过滤帖子标题。
apply_filters( 'the_title', string $title, int $id )
$title
(string)
帖子标题。
$id
(int)
帖子ID。
路径:wp-includes/post-template.php
英文文档:https://developer.wordpress.org/reference/hooks/the_title/
请在后台设置小工具!