'gut_fixed_content_slider', 'any-content' => 'gut_any_content_slider', 'testimonial-slider' => 'gut_testimonial_slider', 'post-slider' => 'gut_post_slider', 'photo-carousel' => 'gut_photo_carousel', 'logo-carousel' => 'gut_logo_carousel', ]; foreach ($blocks as $block) { $option_name = $block_options[$block]; $block_enabled = get_option($option_name, true); if ($block_enabled) { $active_blocks[] = $block; } } if ( ! empty( $active_blocks ) ) { foreach ( $active_blocks as $block ) { register_block_type( trailingslashit( GUTSLIDER_DIR ) . '/build/blocks/' . $block); } } } } } new GutSlider_Register_Blocks(); // Initialize the class