aioseo_sitemap_date_entry, $monthEntry, $date, month, date
aioseo_sitemap_date_entry, $monthEntry, $date, month, date
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('aioseo_sitemap_date_entry, $monthEntry, $date, month, date') is found 1 times:
- /app/Common/Sitemap/Content.php line 670
'lastmod' => aioseo()->helpers->dateTimeToIso8601( $this->getLastModified( $date ) ), 'changefreq' => $changefreq, 'priority' => $priority, ]; $entries[] = apply_filters( 'aioseo_sitemap_date_entry', $monthEntry, $date, 'month', 'date' ); } return apply_filters( 'aioseo_sitemap_date_archives', $entries ); } /**