Filters max bytes threshold to trigger warning in Site Health.
Parameters
$limit
int- Autoloaded options threshold size. Default 800000.
Source
$limit = apply_filters( 'site_status_autoloaded_options_size_limit', 800000 );
Changelog
Version | Description |
---|---|
6.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.