wpseo_link_indexing_limit

wpseo_link_indexing_limit

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_link_indexing_limit') is found 1 times:

  • /src/actions/indexing/abstract-link-indexing-action.php line 103
    		 * Filter 'wpseo_link_indexing_limit' - Allow filtering the number of texts indexed during each link indexing pass.
    		 *
    		 * @param int $limit The maximum number of texts indexed.
    		 */
    		return \apply_filters( 'wpseo_link_indexing_limit', 5 );
    	}
    
    	/**
    	 * Returns objects to be indexed.
    	 *
    	 * @return array Objects to be indexed, should be an array of objects with object_id, object_type and content.
    

See this hook used in plugins: