Skip to content

Instantly share code, notes, and snippets.

@KoenRijpstra
Last active August 29, 2015 13:56
Show Gist options
  • Save KoenRijpstra/9344063 to your computer and use it in GitHub Desktop.
Save KoenRijpstra/9344063 to your computer and use it in GitHub Desktop.
Disable pods_meta_handler
<?php
function my_pods_meta_handler() {
return false;
}
add_filter( 'pods_meta_handler', 'my_pods_meta_handler' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment