Filters the message displayed in the block widget interface when JavaScript is not enabled in the browser.
Parameters
$message
string- The message being displayed.
$installed
bool- Whether the Classic Widget plugin is installed.
Source
$message = apply_filters( 'block_widgets_no_javascript_message', $message, $installed );
Changelog
Version | Description |
---|---|
6.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.