apply_filters( ‘block_widgets_no_javascript_message’, string $message, bool $installed )

In this article

Filters the message displayed in the block widget interface when JavaScript is not enabled in the browser.

Parameters

$messagestring
The message being displayed.
$installedbool
Whether the Classic Widget plugin is installed.

Source

$message = apply_filters( 'block_widgets_no_javascript_message', $message, $installed );

Changelog

VersionDescription
6.4.0Introduced.

User Contributed Notes

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