aioseo_image_sitemap_scan_interval
aioseo_image_sitemap_scan_interval
Appears in: all-in-one-seo-pack.4.9.5.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.4.9.5.1apply_filters('aioseo_image_sitemap_scan_interval') is found 1 times:
- /app/Common/Sitemap/Image/Image.php line 96
if ( aioseo()->actionScheduler->isScheduled( $this->imageScanAction ) ) { return; } $scanInterval = apply_filters( 'aioseo_image_sitemap_scan_interval', MINUTE_IN_SECONDS ); aioseo()->actionScheduler->scheduleRecurrent( $this->imageScanAction, 10, $scanInterval ); } /** * Scans posts for images. *