get_post_modified_time

get_post_modified_time

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_post_modified_time') is found 1 times:

  • /wp-includes/general-template.php line 2961
    	 * @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