Skip to content

Instantly share code, notes, and snippets.

@deckerweb
Created December 1, 2013 16:36
Show Gist options
  • Select an option

  • Save deckerweb/7736407 to your computer and use it in GitHub Desktop.

Select an option

Save deckerweb/7736407 to your computer and use it in GitHub Desktop.
WCDE: Remove Gettext filters
<?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