Skip to content

Instantly share code, notes, and snippets.

@dangayle
Created November 6, 2012 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dangayle/4027080 to your computer and use it in GitHub Desktop.
Save dangayle/4027080 to your computer and use it in GitHub Desktop.
Remove capital_P_dangit function from wordpress
<?php
//add to functions.php
remove_filter('the_content','capital_P_dangit');
remove_filter('the_title','capital_P_dangit');
remove_filter('comment_text','capital_P_dangit');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment