Filters the date of the post.
$the_datestring|int$formatstring$postWP_Postwp-includes/general-template.php:2736get_the_date() * @since 3.0.0 * * @param string|int $the_date Formatted date string or Unix timestamp if `$format` is 'U' or 'G'. * @param string $format PHP date format. * @param WP_Post $post The post object. */ return apply_filters( 'get_the_date', $the_date, $format, $post );} /** * Displays the date on which the post was last modified. * * @since 2.1.0Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.