Filter hook 'site_status_autoloaded_options_limit_description'

in WP Core File wp-admin/includes/class-wp-site-health.php at line 2670

Description

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

Occurrences

Filename Line Number
wp-admin/includes/class-wp-site-health.php 2670

Parameters

Type Name Description
string $description Description message when autoloaded options bigger than threshold.

PHP Doc

/**
		 * Filters description to be shown on Site Health warning when threshold is met.
		 *
		 * @since 6.6.0
		 *
		 * @param string $description Description message when autoloaded options bigger than threshold.
		 */