wpseo_posts_threshold

wpseo_posts_threshold

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.20.3

apply_filters('wpseo_posts_threshold') is found 1 times:

  • /src/helpers/indexables-page-helper.php line 98
    		 * Filter 'wpseo_posts_threshold' - Allow filtering the minimum threshold for the amount of posts in the site, in order for Indexable lists to be relevant.
    		 *
    		 * @api int The minimum threshold for the amount of posts in the site, in order for Indexable lists to be relevant.
    		 */
    		return \apply_filters( 'wpseo_posts_threshold', self::POSTS_THRESHOLD );
    	}
    
    	/**
    	 * Retrieves the minimum threshold for the amount of analyzed posts in the site, in order for lists to be relevant.
    	 *
    	 * @return int The size of the Indexables lists.