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

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

Preview constructor.
С версии: 1.0.0
public __construct ( )
    public function __construct()
    {
        add_action('template_redirect', [$this, 'init']);
    }