wpseo_post_indexation_limit

wpseo_post_indexation_limit

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_post_indexation_limit') is found 1 times:

  • /src/actions/indexing/indexable-post-indexation-action.php line 125

    * Filter ‘wpseo_post_indexation_limit’ – Allow filtering the amount of posts indexed during each indexing pass.
    *
    * @param int $limit The maximum number of posts indexed.
    */
    $limit = \apply_filters( ‘wpseo_post_indexation_limit’, 25 );

    if ( ! \is_int( $limit ) || $limit < 1 ) { $limit = 25; } return $limit; [/php]

See this hook used in plugins: