wpseo_shutdown_indexation_limit

wpseo_shutdown_indexation_limit

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

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_shutdown_indexation_limit') is found 1 times:

  • /src/integrations/admin/background-indexing-integration.php line 371
    		 * Filter 'wpseo_shutdown_indexation_limit' - Allow filtering the number of objects that can be indexed during shutdown.
    		 *
    		 * @param int $limit The maximum number of objects indexed.
    		 */
    		return \apply_filters( 'wpseo_shutdown_indexation_limit', 25 );
    	}
    
    	/**
    	 * Removes the cron indexing job from the scheduled event queue.
    	 *
    	 * @return void