```php remove_action('wp_enqueue_scripts', [$theme, 'wp_common_block_scripts_and_styles']); ``` This triggered no error on level 5. How could that be? ps. `wp_common_block_scripts_and_styles` is a global function from core