Skip to content

Instantly share code, notes, and snippets.

@ravixp
Created July 12, 2017 16:43
Show Gist options
  • Select an option

  • Save ravixp/2badd29d51a29ba2e39040524f361cd3 to your computer and use it in GitHub Desktop.

Select an option

Save ravixp/2badd29d51a29ba2e39040524f361cd3 to your computer and use it in GitHub Desktop.
PHP: Remove all scripts from head including script
<?php $head_noscript = preg_replace('#<script(.*?)>(.*?)</script>#is', '', $head_text); ?>
<?php echo $head_noscript; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment