wpseo_aioseo_post_import_cursor, $cursor
wpseo_aioseo_post_import_cursor, $cursor
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_aioseo_post_import_cursor, $cursor') is found 1 times:
- /src/actions/importing/aioseo/aioseo-posts-importing-action.php line 451
* 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;