You appear to be a bot. Output may be restricted
Description
Get the modification date for the last modified post in the post type.
Usage
$string = WPSEO_Sitemaps::get_last_modified( $post_types );
Parameters
- $post_types
- ( array ) required – Post types to get the last modification date for.
Returns
string
Source
File name: wordpress-seo/inc/sitemaps/class-sitemaps.php
Lines:
1 to 4 of 4
public function get_last_modified( $post_types ) { return YoastSEO()->helpers->date->format( self::get_last_modified_gmt( $post_types ) ); }