Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function update($set, $args)
  2. {
  3. ;
  4. if(!empty($args))
  5. {
  6. if(!empty($args['id']))
  7. {
  8. $id = $args['id'];
  9. return update_post_meta($id, '_quizdata', $set);
  10. }
  11. }
  12.  
  13. return false;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement