apply_filters( ‘site_status_autoloaded_options_limit_description’, string $description )

In this article

Filters description to be shown on Site Health warning when threshold is met.

Parameters

$descriptionstring
Description message when autoloaded options bigger than threshold.

Source

$result['description'] = apply_filters( 'site_status_autoloaded_options_limit_description', $result['description'] );

Changelog

VersionDescription
6.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.