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/public/classes/class-wpvr-shortcode.php +1 -1 9.1.19.1.3 View file →
@@ -226,9 +226,9 @@
226 226 $html = preg_replace('/<script\b[^>]*>[\s\S]*?<\/script>/i', '', $html);
227 227 }
228 228
229 229 if (!empty($scripts)) {
230 - if (wp_doing_ajax() || (defined('REST_REQUEST') && REST_REQUEST) || did_action('wp_footer')) {
230 + if (wp_doing_ajax() || (defined('REST_REQUEST') && REST_REQUEST) || did_action('wp_footer') || get_query_var('embed_page') || isset($_GET['embed_page'])) {
231 231 $html .= "\n" . $scripts;
232 232 } else {
233 233 add_action('wp_footer', function() use ($scripts) {
234 234 echo $scripts; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped