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().
Source Source
Changelog Changelog
Version | Description |
---|---|
0.71 | Introduced. |