PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 9.1.3
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v9.1.3
9.1.3 9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 All 222 releases
← All changes | legacy/admin/classes/class-wpvr-admin-pages.php +4 -1 9.0.19.1.3 View file →
@@ -184,9 +184,12 @@
184 184 if ( isset( $_GET['page'] ) && sanitize_key( wp_unslash( $_GET['page'] ) ) === 'wpvr-tour-editor' ) {
185 185 return;
186 186 }
187 187
188 - require_once plugin_dir_path(__FILE__) . '../partials/wpvr_confirmation_alert.php';
188 + $file = plugin_dir_path(__FILE__) . '../partials/wpvr_confirmation_alert.php';
189 + if ( file_exists( $file ) ) {
190 + require_once $file;
191 + }
189 192 }
190 193
191 194 function wpvr_new_setup_wizard() {
192 195 echo '<div id="wpvr-onboarding-root"></div>';