get_the_modified_date

get_the_modified_date

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_the_modified_date') is found 1 times:

  • /wp-includes/general-template.php line 2671
    2667
    2668
    2669
    2670
    2671
    2672
    2673
    2674
    2675
    2676
    2677
         * @param string|int|false $the_time The formatted date or false if no post is found.
         * @param string           $format   PHP date format.
         * @param WP_Post|null     $post     WP_Post object or null if no post is found.
         */
        return apply_filters( 'get_the_modified_date', $the_time, $format, $post );
    }
     
    /**
     * Displays the time at which the post was written.
     *
     * @since 0.71