Skip to content

Instantly share code, notes, and snippets.

@ucheng
Created October 28, 2016 16:52
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 ucheng/b2d438cb07dbfad41bff5f9d1610d03d to your computer and use it in GitHub Desktop.
Save ucheng/b2d438cb07dbfad41bff5f9d1610d03d to your computer and use it in GitHub Desktop.
remove capital_p
<?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