apply_filters( ‘themes_auto_update_enabled’, bool $enabled )

In this article

Filters whether themes auto-update is enabled.

Parameters

$enabledbool
True if themes auto-update is enabled, false otherwise.

Source

return apply_filters( 'themes_auto_update_enabled', $enabled );

Changelog

VersionDescription
5.5.0Introduced.

User Contributed Notes

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