Elementor\Images_Manager::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        add_action('wp_ajax_elementor_get_image_details', [$this, 'get_image_details']);
        add_action('wp_ajax_elementor_get_images_details', [$this, 'get_images_details']);
    }