PluginProbe
Elementor Website Builder – more than just a page builder / 4.2.4
Elementor Website Builder – more than just a page builder v4.2.4
4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
← All changes | modules/ai/module.php +2 -0 4.3.0-beta24.2.4 View file →
@@ -4,8 +4,9 @@
4 4 use Elementor\Controls_Manager;
5 5 use Elementor\Core\Base\Module as BaseModule;
6 6 use Elementor\Core\Common\Modules\Connect\Module as ConnectModule;
7 7 use Elementor\Element_Base;
8 +use Elementor\Modules\Ai\Feature_Intro\Product_Image_Unification_Intro;
8 9 use Elementor\Plugin;
9 10 use Elementor\Core\Utils\Collection;
10 11 use Elementor\Modules\Ai\Connect\Ai;
11 12 use Elementor\User;
@@ -123,8 +124,9 @@
123 124 add_action( 'admin_init', [ $this, 'enqueue_ai_products_page_scripts' ] );
124 125 add_action( 'current_screen', [ $this, 'enqueue_ai_single_product_page_scripts' ] );
125 126 add_action( 'wp_ajax_elementor-ai-get-product-images', [ $this, 'get_product_images_ajax' ] );
126 127 add_action( 'wp_ajax_elementor-ai-set-product-images', [ $this, 'set_product_images_ajax' ] );
128 + Product_Image_Unification_Intro::add_hooks();
127 129 }
128 130 }
129 131
130 132 add_action( 'enqueue_block_editor_assets', function() {