get_the_modified_time

get_the_modified_time

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_the_modified_time') is found 1 times:

  • /wp-includes/general-template.php line 2918
    2914
    2915
    2916
    2917
    2918
    2919
    2920
    2921
    2922
    2923
    2924
         * @param string           $format   Format to use for retrieving the time the post
         *                                   was modified. Accepts 'G', 'U', or PHP date format.
         * @param WP_Post|null     $post     WP_Post object or null if no post is found.
         */
        return apply_filters( 'get_the_modified_time', $the_time, $format, $post );
    }
     
    /**
     * Retrieves the time at which the post was last modified.
     *
     * @since 2.0.0