wpseo_aioseo_post_indexation_limit, 25
wpseo_aioseo_post_indexation_limit, 25
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_aioseo_post_indexation_limit, 25') is found 1 times:
- /src/actions/importing/aioseo/aioseo-posts-importing-action.php line 385
* Filter ‘wpseo_aioseo_post_indexation_limit’ – Allow filtering the number of posts indexed during each indexing pass.
*
* @param int $max_posts The maximum number of posts indexed.
*/
$limit = \apply_filters( ‘wpseo_aioseo_post_indexation_limit’, 25 );if ( ! \is_int( $limit ) || $limit < 1 ) { $limit = 25; } return $limit; [/php]