aioseo_import_rank_math_posts_per_action, 100
aioseo_import_rank_math_posts_per_action, 100
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('aioseo_import_rank_math_posts_per_action, 100') is found 1 times:
- /app/Common/ImportExport/RankMath/PostMeta.php line 124
* * @return array The posts that were imported. */ public function importPostMeta() { $postsPerAction = apply_filters( 'aioseo_import_rank_math_posts_per_action', 100 ); $posts = $this->getPostsToImport( $postsPerAction ); if ( ! $posts || ! count( $posts ) ) { aioseo()->core->cache->delete( 'import_post_meta_rank_math' ); return []; }