WPBC_JS_IN_FOOTER ) ); wp_register_style( 'gutenberg-wpbc-editor', wpbc_plugin_url( '/css/wpbc-gutenberg.css' ), array( 'wp-edit-blocks' ), filemtime( plugin_dir_path( __FILE__ ) . '../../css/wpbc-gutenberg.css' ) ); register_block_type( 'booking/booking', array( 'editor_script' => 'gutenberg-wpbc-booking' , 'editor_style' => 'gutenberg-wpbc-editor' ) ); } } add_action( 'init', 'wpbc_gutenberg_block_booking' );