Description
Filters the message displayed in the block widget interface when JavaScript is not enabled in the browser.
Occurrences
Filename | Line Number |
---|---|
wp-admin/widgets-form-blocks.php | 109 |
Parameters
Type | Name | Description |
---|---|---|
string | $message | The message being displayed. |
bool | $installed | Whether the Classic Widget plugin is installed. |
PHP Doc
/**
* Filters the message displayed in the block widget interface when JavaScript is
* not enabled in the browser.
*
* @since 6.4.0
*
* @param string $message The message being displayed.
* @param bool $installed Whether the Classic Widget plugin is installed.
*/