Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. // User IDs from the form.
  2. $form_data = [
  3.     14,
  4.     2346,
  5.     125,
  6. ];
  7.  
  8. update_post_meta( $updated_user_id, 'subscribing_authors', $form_data );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement