aioseo_import_rank_math_posts_per_action

aioseo_import_rank_math_posts_per_action

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.8.1.1

apply_filters('aioseo_import_rank_math_posts_per_action') is found 1 times:

  • /app/Common/ImportExport/RankMath/PostMeta.php line 50
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    *
     * @return void
     */
    public function importPostMeta() {
        $postsPerAction  = apply_filters( 'aioseo_import_rank_math_posts_per_action', 100 );
        $publicPostTypes = implode( "', '", aioseo()->helpers->getPublicPostTypes( true ) );
        $timeStarted     = gmdate( 'Y-m-d H:i:s', aioseo()->core->cache->get( 'import_post_meta_rank_math' ) );
     
        $posts = aioseo()->core->db
            ->start( 'posts' . ' as p' )
            ->select( 'p.ID, p.post_type' )