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

Filters the page title for a single post.


Description Description


Parameters Parameters

$_post_title

(string) The single post page title.

$_post

(object) The current queried object as returned by get_queried_object().


Top ↑

Source Source

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
0.71 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.