Description
Filters max bytes threshold to trigger warning in Site Health.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-site-health.php | 2648 |
Parameters
Type | Name | Description |
---|---|---|
int | $limit | Autoloaded options threshold size. Default 800000. |
PHP Doc
/**
* Filters max bytes threshold to trigger warning in Site Health.
*
* @since 6.6.0
*
* @param int $limit Autoloaded options threshold size. Default 800000.
*/