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.22.3

apply_filters('wpseo_aioseo_post_import_cursor') is found 1 times:

  • /src/actions/importing/aioseo/aioseo-posts-importing-action.php line 450
    		 * 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;