get_lastpostmodified

get_lastpostmodified

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_lastpostmodified') is found 1 times:

  • /wp-includes/post.php line 7233
    	 * @param string       $timezone         Location to use for getting the post modified date.
    	 *                                       See get_lastpostdate() for accepted `$timezone` values.
    	 * @param string       $post_type        The post type to check.
    	 */
    	return apply_filters( 'get_lastpostmodified', $lastpostmodified, $timezone, $post_type );
    }
    
    /**
     * Gets the timestamp of the last time any post was modified or published.
     *
     * @since 3.1.0