Skip to content

Instantly share code, notes, and snippets.

@spivurno
Created September 12, 2012 23:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spivurno/3710767 to your computer and use it in GitHub Desktop.
Save spivurno/3710767 to your computer and use it in GitHub Desktop.
switch($values[0]) {
case 'Basic Package':
$post_data['post_status'] = 'draft';
break;
case 'Premium Package':
$post_data['post_status'] = 'publish';
break;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment