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

apply_filters('aioseo_import_rank_math_posts_per_action') is found 1 times:

  • /app/Common/ImportExport/RankMath/PostMeta.php line 124
    	 *
    	 * @return array The posts that were imported.
    	 */
    	public function importPostMeta() {
    		$postsPerAction = apply_filters( 'aioseo_import_rank_math_posts_per_action', 100 );
    		$posts          = $this->getPostsToImport( $postsPerAction );
    		if ( ! $posts || ! count( $posts ) ) {
    			aioseo()->core->cache->delete( 'import_post_meta_rank_math' );
    
    			return [];
    		}