amp_validation_data_gc_url_count

apply_filters( 'amp_validation_data_gc_url_count',  int $count )

Description #

Filters the count of eligible validated URLs that should be garbage collected.

If this is filtered to be zero or less, then garbage collection is disabled.


Parameters #

$count

Validated URL count. Default 100.



Changelog #

Changelog
Version Description
2.2 Introduced.