Created
December 1, 2013 16:36
-
-
Save deckerweb/7736407 to your computer and use it in GitHub Desktop.
WCDE: Remove Gettext filters
This file contains hidden or 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 | |
| /** Do NOT include the opening php tag */ | |
| /** | |
| * Remove gettext filters of WCDE. | |
| * | |
| * @author David Decker - DECKERWEB | |
| * @link http://deckerweb.de/twitter | |
| */ | |
| remove_filter( 'gettext', 'ddw_wcde_gettext_read_accept_string', 10, 4 ); | |
| remove_filter( 'gettext', 'ddw_wcde_gettext_terms_string', 10, 4 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment