output_html(); } /** * Output the rendered contents * * @since 8.4.10 */ private function output_html() { require_once plugin_dir_path(__FILE__) . '../admin/partials/wpvr-setup-wizard-views.php'; exit(); } }