the_modified_time

the_modified_time

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('the_modified_time') is found 1 times:

  • /wp-includes/general-template.php line 2880
    2876
    2877
    2878
    2879
    2880
    2881
    2882
    2883
    2884
    2885
    2886
         * @param string|false $get_the_modified_time The formatted time or false if no post is found.
         * @param string       $format                Format to use for retrieving the time the post
         *                                            was modified. Accepts 'G', 'U', or PHP date format.
         */
        echo apply_filters( 'the_modified_time', get_the_modified_time( $format ), $format );
    }
     
    /**
     * Retrieves the time at which the post was last modified.
     *
     * @since 2.0.0