Description
Filters the page title for a single post.
Occurrences
Filename | Line Number |
---|---|
wp-includes/general-template.php | 1500 |
Parameters
Type | Name | Description |
---|---|---|
string | $_post_title | The single post page title. |
WP_Post | $_post | The current post. |
PHP Doc
/**
* Filters the page title for a single post.
*
* @since 0.71
*
* @param string $_post_title The single post page title.
* @param WP_Post $_post The current post.
*/