Skip to content

Instantly share code, notes, and snippets.

@codeway
Created July 30, 2013 18:33
Show Gist options
  • Select an option

  • Save codeway/6115533 to your computer and use it in GitHub Desktop.

Select an option

Save codeway/6115533 to your computer and use it in GitHub Desktop.
php : json sample
<?
$return = array(
'var1' => 4,
'error' => $error,
);
wp_send_json($return);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment