Created
October 28, 2015 21:26
-
-
Save LinzardMac/21cb87ef41da51e328a8 to your computer and use it in GitHub Desktop.
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
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