Filter hook 'site_status_autoloaded_options_size_limit'

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

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.
		 */