• I’m using one plugin (JSON-API) to create a data feed from the posts in the system. This works great until I install another plugin (Disqus). When Disqus is active, a Javascript block is added to the JSON feed, causing it to be invalid and breaking the code that is reading it.

    I’m asking this generally because I assume that the offending plugin is using some part of the WordPress API to prefix the output from the other. I’d like to either eliminate what’s creating the input or disable the ability to create it. I’m fine with hacking one module or the other but I can’t touch core.

    Any ideas out there? Is there an add_stuff_to_outgoing_feed hook/action I’m not familiar with? Can I disable it on the plugin creating the feed?

    Thanks!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘One plugin adding information to output from another’ is closed to new replies.