get( 'Version' ) ); // Enqueue theme stylesheet. wp_enqueue_style( 'noteslab-style' ); } endif; add_action( 'wp_enqueue_scripts', 'noteslab_styles' ); add_action( 'init', function() { register_block_style( 'core/button', array( 'name' => 'clean', 'label' => __( 'Clean', 'noteslab' ), ) ); } );