wpseo_analyzed_posts_threshold

wpseo_analyzed_posts_threshold

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.20.3

apply_filters('wpseo_analyzed_posts_threshold') is found 1 times:

  • /src/helpers/indexables-page-helper.php line 112
    		 * Filter 'wpseo_analyzed_posts_threshold' - Allow filtering the minimum threshold for the amount of analyzed posts in the site, in order for Indexable lists to be relevant.
    		 *
    		 * @api int The minimum threshold for the amount of analyzed posts in the site, in order for Indexable lists to be relevant.
    		 */
    		return \apply_filters( 'wpseo_analyzed_posts_threshold', self::ANALYSED_POSTS_THRESHOLD );
    	}
    
    	/**
    	 * Checks if link suggestions are enabled or not
    	 *
    	 * @return bool Wether enable_link_suggestions is set to true or not.