Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/script-loader.php | apply_filters | 2499 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $is_block_editor_screen | Current value of the flag. |