Elementor\Plugin::init PHP Method

init() public method

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