wpseo_shutdown_indexation_limit

wpseo_shutdown_indexation_limit

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

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_shutdown_indexation_limit') is found 1 times:

  • /src/integrations/admin/background-indexing-integration.php line 313
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
         * 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