Elementor\User::get_current_introduction PHP Метод

get_current_introduction() приватный статический Метод

private static get_current_introduction ( )
    private static function get_current_introduction()
    {
        return ['active' => true, 'title' => '<div id="elementor-introduction-title">' . __('Two Minute Tour Of Elementor', 'elementor') . '</div><div id="elementor-introduction-subtitle">' . __('Watch this quick tour that gives you a basic understanding of how to use Elementor.', 'elementor') . '</div>', 'content' => '<div class="elementor-video-wrapper"><iframe src="https://www.youtube.com/embed/6u45V2q1s4k?autoplay=1&rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe></div>', 'delay' => 2500, 'version' => 1];
    }