Skip to content

Instantly share code, notes, and snippets.

@modemlooper
Created July 23, 2015 17:22
Show Gist options
  • Save modemlooper/b82236ba4ecb847a8e21 to your computer and use it in GitHub Desktop.
Save modemlooper/b82236ba4ecb847a8e21 to your computer and use it in GitHub Desktop.
AppPresser turn off wptouch
if( class_exists( 'AppPresser' ) && AppPresser::is_app() ) {
add_filter('wptouch_should_init_pro', '__return_false');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment