single_post_title

过滤钩子


apply_filters( 'single_post_title', $_post->post_title, $_post )
参数
  • (string)
    $_post_title
    The single post page title.
    Required:
  • (WP_Post)
    $_post
    The current post.
    Required:
定义位置
  • wp-includes/general-template.php
    , line 1480
引入
0.71
弃用

Filters the page title for a single post.

$title = apply_filters( 'single_post_title', $_post->post_title, $_post );