Filter hook 'single_post_title'

in WP Core File wp-includes/general-template.php at line 1500

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.
	 */