Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter goddess_dix

    (@goddess_dix)

    would it be possible to tell me what filter is called so i can try constructing a conditional to turn off the smilies under certain situations? i cannot use these in posts if it’s putting out smilies for shortcodes like this:

    [wp_cart:Spa Gold PMCD0068:price:14.95:end]

    Plugin Author whesleymccabe

    (@whesleymccabe)

    Sorry for the delay. I don’t usually check the WordPress forums.

    It looks like at some point I removed the filter priority from TSE and forgot to put it back in. If you edit the tango-smileys-extended.php file, you can fix the priority by changing line 43 from add_filter( 'the_content', 'tse_conditional' ); to add_filter( 'the_content', 'tse_conditional', 500 );

    This will make sure that TSE is most likely the last plugin to execute so the other plugin will fire its shortcode first.

    If you have any other issues, please start a new thread on my support forum at https://support.slightofmind.net/forum/tango-smileys-extended.

    Thread Starter goddess_dix

    (@goddess_dix)

    Thanks so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Tango Smileys Extended] false positive in shortcode’ is closed to new replies.