Skip to content

Instantly share code, notes, and snippets.

@YOzaz
Last active August 29, 2015 14:08
Show Gist options
  • Save YOzaz/be58c950eca0cdd4c168 to your computer and use it in GitHub Desktop.
Save YOzaz/be58c950eca0cdd4c168 to your computer and use it in GitHub Desktop.
<?php
$id = isset($response['result']->post->ID)
? $response['result']->post->ID
: ( isset($response['result']->postID)
? $response['result']->postID
: ( isset($response['result']->id)
? $response['result']->id
: null
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment