apply_filters( 'block_widgets_no_javascript_message', string $message , bool $installed )
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
File: wp-admin/widgets-form-blocks.php
.
View all references
$message = apply_filters( 'block_widgets_no_javascript_message', $message, $installed );
Changelog
Version | Description |
---|---|
6.4.0 | Introduced. |