apply_filters( 'single_post_title', string $_post_title , WP_Post $_post )
Filters the page title for a single post.
Parameters
- $_post_title
-
The single post page title.
- $_post
-
The current post.
Source
Changelog
Version | Description |
---|---|
0.71 | Introduced. |