wpseo_aioseo_post_import_cursor

wpseo_aioseo_post_import_cursor

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_aioseo_post_import_cursor') is found 1 times:

  • /src/actions/importing/aioseo/aioseo-posts-importing-action.php line 450
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    * Filter 'wpseo_aioseo_post_cursor' - Allow filtering the value of the aioseo post import cursor.
     *
     * @param int $import_cursor The value of the aioseo post import cursor.
     */
    $cursor = \apply_filters( 'wpseo_aioseo_post_import_cursor', $cursor );
     
    $replacements = [ $cursor ];
     
    $limit_statement = '';
    if ( ! empty( $limit ) ) {
        $replacements[]  = $limit;