Description
Filters the flag that decides whether or not block editor scripts and styles are going to be enqueued on the current screen.
Occurrences
Filename | Line Number |
---|---|
wp-includes/script-loader.php | 2563 |
Parameters
Type | Name | Description |
---|---|---|
bool | $is_block_editor_screen | Current value of the flag. |
PHP Doc
/**
* Filters the flag that decides whether or not block editor scripts and styles
* are going to be enqueued on the current screen.
*
* @since 5.6.0
*
* @param bool $is_block_editor_screen Current value of the flag.
*/