Support using shortcode_atts filter
-
Hey all,
SSL is defaulted to off in this plugin. I’d rather default it to on so my client doesn’t have to remember to add
ssl="true"
to all their embeds.I can accomplish this by filtering on
shortcode_atts_{shortcode}
, but you guys have to add the shortcode name to your call toshortcode_atts()
for it to work. See documentation here.Would much appreciate that update. In wufoo.php, line 22, it becomes
), $atts, 'wufoo'));
to support this.
- The topic ‘Support using shortcode_atts filter’ is closed to new replies.