Skip to content

Instantly share code, notes, and snippets.

@kfriend
Created February 27, 2013 15:06
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 kfriend/5048566 to your computer and use it in GitHub Desktop.
Save kfriend/5048566 to your computer and use it in GitHub Desktop.
Remove useless "Capital P Dangit" filter from WordPress
<?php
remove_filter('the_title', 'capital_P_dangit', 11);
remove_filter('the_content', 'capital_P_dangit', 11);
remove_filter('comment_text', 'capital_P_dangit', 31);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment