aioseo_import_yoast_seo_posts_per_action, 100
aioseo_import_yoast_seo_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_yoast_seo_posts_per_action, 100') is found 1 times:
- /app/Common/ImportExport/YoastSeo/PostMeta.php line 49
* * @return void */ public function importPostMeta() { $postsPerAction = apply_filters( 'aioseo_import_yoast_seo_posts_per_action', 100 ); $publicPostTypes = aioseo()->helpers->getPublicPostTypes( true ); $timeStarted = esc_sql( gmdate( 'Y-m-d H:i:s', aioseo()->core->cache->get( 'import_post_meta_yoast_seo' ) ) ); $posts = aioseo()->core->db ->start( 'posts' . ' as p' ) ->select( 'p.ID, p.post_type' )