Fires after enqueuing block assets for both editor and front-end.
wp-includes/block-editor.php:341_wp_get_iframed_editor_assets()wp-includes/script-loader.php:2497wp_common_block_scripts_and_styles() * * In the function call you supply, simply use `wp_enqueue_script` and * `wp_enqueue_style` to add your functionality to the Gutenberg editor. * * @since 5.0.0 */ do_action( 'enqueue_block_assets' );} /** * Applies a filter to the list of style nodes that comes from WP_Theme_JSON::get_style_nodes(). * * This particular filter removes all of the blocks from the array.Introduced in 5.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.