Code-Snippets-Functions/Execute a function on a child site/All in One SEO Pack/increase-number-of-posts-imported-per-batch.txt

4 lines
167 B
Text

add_filter( 'aioseo_import_yoast_seo_posts_per_action', 'aioseo_increase_yoast_posts_import');
function aioseo_increase_yoast_posts_import( $number ) {
return 250;
}