• I see that some plugin inserted:

    <script type='text/javascript' src='http://w.sharethis.com/button/buttons.js'>

    in wp_footer

    How can I find what plugin did it
    or how can I remove something from wp_footer function ?

    I want to keep wp_footer as it inserts wp stats code, but this other code I don’t need on site

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you tried deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    Thread Starter nikola123

    (@nikola123)

    Ok, when I find one that made that and want to keep that plugin, how to remove just that part that placed it in wp_footer.

    My question is where in database or where in code I can remove some parts of wp_footer ?

    You can’t edit the wp_footer() function. That’s part of core and you should never edit core. And why would you want to remove that line? It’s part of what makes the plugin work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove something from wp_footer function ?’ is closed to new replies.