amp_url_validation_limit_per_type

apply_filters( 'amp_url_validation_limit_per_type',  int $url_validation_number_per_type )

Description #

Filters the number of URLs per content type to check during each run of the validation cron task.


Parameters #

$url_validation_number_per_type

The number of URLs. Defaults to 1. Filtering to -1 will result in all being returned.



Changelog #

Changelog
Version Description
2.1.0 Introduced.