get_post_modified_time

get_post_modified_time

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_post_modified_time') is found 1 times:

  • /wp-includes/general-template.php line 2975
    2971
    2972
    2973
    2974
    2975
    2976
    2977
    2978
    2979
    2980
    2981
         * @param string     $format Format to use for retrieving the time the post was modified.
         *                           Accepts 'G', 'U', or PHP date format. Default 'U'.
         * @param bool       $gmt    Whether to retrieve the GMT time. Default false.
         */
        return apply_filters( 'get_post_modified_time', $time, $format, $gmt );
    }
     
    /**
     * Displays the weekday on which the post was written.
     *
     * @since 0.71