aioseo_image_sitemap_scan_interval

aioseo_image_sitemap_scan_interval

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.9.5.1

apply_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.
    	 *