Created
November 6, 2012 19:55
-
-
Save dangayle/4027080 to your computer and use it in GitHub Desktop.
Remove capital_P_dangit function from wordpress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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