Skip to content

Instantly share code, notes, and snippets.

@LinzardMac
Created October 28, 2015 21:26
Show Gist options
  • Save LinzardMac/21cb87ef41da51e328a8 to your computer and use it in GitHub Desktop.
Save LinzardMac/21cb87ef41da51e328a8 to your computer and use it in GitHub Desktop.
function my_debug_tests( $data, $post, $context ) {
var_dump($data);
var_dump($post);
var_dump($context);
add_filter( 'json_prepare_post', 'my_debug_test', 10, 3 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment