wpseo_posts_threshold
wpseo_posts_threshold
Appears in: wordpress-seo.19.10, wordpress-seo.19.11, wordpress-seo.19.13, wordpress-seo.19.7.1, wordpress-seo.19.7.2, wordpress-seo.19.8, wordpress-seo.19.9, wordpress-seo.20.1, wordpress-seo.20.2.1, wordpress-seo.20.3
Hook Type: filter
Displaying hooks found in version: wordpress-seo.20.3apply_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.