register( new \AngieSnippets\Product_Gallery_Pro_55c2561f() );
}
add_action( ‘elementor/widgets/register’, ‘register_product_gallery_pro_widget_55c2561f’ );
function register_product_gallery_pro_assets_55c2561f() {
wp_register_script( ‘product-gallery-pro-script-55c2561f’, plugins_url( ‘script.js’, __FILE__ ), [ ‘elementor-frontend’ ], PRODUCT_GALLERY_PRO_ASSETS_VERSION_55c2561f, true );
wp_register_style( ‘product-gallery-pro-style-55c2561f’, plugins_url( ‘style.css’, __FILE__ ), [], PRODUCT_GALLERY_PRO_ASSETS_VERSION_55c2561f );
}
add_action( ‘wp_enqueue_scripts’, ‘register_product_gallery_pro_assets_55c2561f’ );