apply_filters( ‘site_status_autoloaded_options_size_limit’, int $limit )

In this article

Filters max bytes threshold to trigger warning in Site Health.

Parameters

$limitint
Autoloaded options threshold size. Default 800000.

Source

wp-admin/includes/class-wp-site-health.php
$limit = apply_filters( 'site_status_autoloaded_options_size_limit', 800000 );

Changelog

VersionDescription
6.6.0Introduced.

User Contributed Notes

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