single_post_title

Advertisement

Summery Summery

Filters the page title for a single post.

Syntax Syntax

apply_filters( 'single_post_title', string $_post_title, WP_Post $_post )

Parameters Parameters

$_post_title

The single post page title.

$_post

The current post.

Source Source

File: wp-includes/general-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
0.71 Introduced.

Advertisement

Leave a Reply