Elementor\Preview::__construct PHP Méthode

__construct() public méthode

Preview constructor.
Since: 1.0.0
public __construct ( )
    public function __construct()
    {
        add_action('template_redirect', [$this, 'init']);
    }