Shortcode Embeds Undefined Index
-
At the top of my page with shortcodes, I get the following error:
Notice: Undefined index: visual in /home/[user]/[url]/wp-content/plugins/jetpack/modules/shortcodes/soundcloud.php on line 61
Note that the player appears correctly below.
Line 61 of that file:
$isVisual = ! $player_type || $player_type === 'visual' || $shortcode_options['visual'];
My shortcodes look like this:
[soundcloud url="https://api.soundcloud.com/tracks/122514535" params="color=ff6600&auto_play=false&show_artwork=true" width="100%" height="166" iframe="true" /]
Any help would be most appreciated!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Shortcode Embeds Undefined Index’ is closed to new replies.