get_the_modified_date

get_the_modified_date

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_the_modified_date') is found 1 times:

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