• Resolved Pexle Chris

    (@pexlechris)


    Hello, I was using your plugin to generate some accordion in my website,

    but after the update to the latest version, I realized that I cannot use any more html in the shortcode spoiler title.

    I saw the code and I realized that you do su_do_attribute() to the title. But the title is not attribute, it is an html tag <span>. So how can I now use html in the title?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I tracked this down to a change made to /includes/functions-shortcodes.php on line 174 it went from:

    return $value;

    to

    return?esc_attr(?$value?);

    Still not sure of the best way to fix this without directly modifying the plugin, which I don’t want to do.

    Plugin Author Vova

    (@gn_themes)

    Hello everybody,

    Fixed in 7.1.4, please update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spoiler (Accordion) title is html stripped’ is closed to new replies.