'yith-wonder-' . $block_name, 'src' => get_theme_file_uri( './assets/css/blocks/' . $block_name . $suffix . '.css' ), 'path' => get_theme_file_path( './assets/css/blocks/' . $block_name . $suffix . '.css' ), 'ver' => YITH_WONDER_VERSION, ); wp_enqueue_block_style( 'core/' . $block_name, $args ); } } add_action( 'after_setup_theme', 'yith_wonder_theme_setup' ); }