• Resolved ckpicker

    (@ckpicker)


    I’m trying to do the following with a PHP variable that contains shortcodes:

    <?php echo apply_filters('the_content',$overview); ?>

    This has been working fine, but when I activate the groups plugin, nothing it outputted any more. Any ideas why this might be? Thanks!

    http://wordpress.org/extend/plugins/groups/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ckpicker

    (@ckpicker)

    To clarify, the $overview variable doesn’t have any Groups shortcodes in it, just HTML content and sometimes other shortcodes.

    Plugin Author itthinx

    (@itthinx)

    Sounds familiar due to other plugin creating a conflict … what other plugins are active?

    Thread Starter ckpicker

    (@ckpicker)

    Here’s a screenshot of all of the plugins I’m using: http://d.pr/i/eA8h

    Plugin Author itthinx

    (@itthinx)

    That’s a lot of plugins 😛

    You could try disabling all plugins except WooCommerce, Groups and the basic ones integrating these with each other along with subscriptions and see if your code works fine on that setup. If it doesn’t then probably it’s related to the context you are using that snippet within. If it does work, it smells like conflict and you would apply the usual procedure … enable plugins individually until it stops working.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Breaking apply_filters('the_content) for me’ is closed to new replies.