apply_filters( 'get_the_date', string $the_date , string $d , int|WP_Post $post )
Filters the date a post was published.
Parameters
- $the_date
-
The formatted date.
- $d
-
PHP date format. Defaults to 'date_format' option if not specified.
- $post
-
The post object or ID.
Source
Changelog
Version | Description |
---|---|
WP-3.0.0 | Introduced. |