Elementor\Plugin::init PHP Метод

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

Register the CPTs with our Editor support.
public init ( )
    public function init()
    {
        $this->add_cpt_support();
        $this->init_components();
        do_action('elementor/init');
    }