Filters description to be shown on Site Health warning when threshold is met.
Parameters
$description
string- Description message when autoloaded options bigger than threshold.
Source
$result['description'] = apply_filters( 'site_status_autoloaded_options_limit_description', $result['description'] );
Changelog
Version | Description |
---|---|
6.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.