apply_filters( 'the_title', string $post_title , int $post_id )
Filters the post title.
Parameters
- $post_title
-
The post title.
- $post_id
-
The post ID.
Source
Changelog
Version | Description |
---|---|
0.71 | Introduced. |