WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about single_post_title

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 1480 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $_post_title The single post page title.
WP_Post $_post The current post.