Elementor\Widgets_Manager::__construct PHP Метод

__construct() публичный Метод

public __construct ( )
    public function __construct()
    {
        $this->_require_files();
        add_action('wp_ajax_elementor_render_widget', [$this, 'ajax_render_widget']);
        add_action('wp_ajax_elementor_editor_get_wp_widget_form', [$this, 'ajax_get_wp_widget_form']);
    }