Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. add_action(‘{hookname}’, ‘my_function_name}’, 10, 3 );
  2. // first param: Form Object
  3. // second param: Save ID of post/user/custom
  4. // third param: Field Object
  5. function my_function_name( $form, $save_id, $field ) {
  6. // Do whatever you want here
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement