apply_filters( 'the_title', string $name , int $value )
Filters the link text to be added to the item output.
Parameters Parameters
- $name
-
(string) Item text to be applied.
- $value
-
(int) Post ID the title is for.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |