'wordpress-cgb-style-css', // Enqueue blocks.build.js in the editor only. 'editor_script' => 'wordpress-cgb-block-js', // Enqueue blocks.editor.build.css in the editor only. 'editor_style' => 'wordpress-cgb-block-editor-css', ) ); } // Hook: Block assets. add_action( 'init', 'wordpress_cgb_block_assets' );