• Resolved parazi7u

    (@parazi7u)


    Hello. Can you tell me please how to remove this lines:

    <script type="text/javascript">
    	window._se_plugin_version = '8.1.4';
    </script>

    from my source code? Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Chris Rault

    (@connectr)

    Hi Parazi7u,

    That is coming from the Search Everything plugin, so to remove it you would add the following to your themes functions.php:

    remove_action(‘wp_head’, ‘se_global_head’);

    That should do the trick ??

    Cheers,
    Chris

    Thread Starter parazi7u

    (@parazi7u)

    Thanks Chris! It helps ??

    Chris Rault

    (@connectr)

    Glad to hear it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove WINDOW._SE_PLUGIN from WP_HEAD’ is closed to new replies.