KINS ING

register( new \AngieSnippets\Logo_Carousel_8fe845a3() );
}
add_action( ‘elementor/widgets/register’, ‘register_logo_carousel_widget_8fe845a3’ );

function register_logo_carousel_assets_8fe845a3() {
wp_register_script( ‘logo-carousel-script-8fe845a3’, angie_cs_get_snippet_asset_url( __FILE__, ‘script.js’ ), [ ‘elementor-frontend’ ], LOGO_CAROUSEL_ASSETS_VERSION_8fe845a3, true );
wp_register_style( ‘logo-carousel-style-8fe845a3’, angie_cs_get_snippet_asset_url( __FILE__, ‘style.css’ ), [], LOGO_CAROUSEL_ASSETS_VERSION_8fe845a3 );
}
add_action( ‘wp_enqueue_scripts’, ‘register_logo_carousel_assets_8fe845a3’ );