Elementor\Editor::wp_footer PHP Метод

    public function wp_footer()
    {
        $plugin = Plugin::instance();
        $plugin->controls_manager->render_controls();
        $plugin->widgets_manager->render_widgets_content();
        $plugin->elements_manager->render_elements_content();
        $plugin->schemes_manager->print_schemes_templates();
        foreach ($this->_editor_templates as $editor_template) {
            include $editor_template;
        }
    }