umdevelopera / um-account-tabs

Adds custom tabs to user account
GNU General Public License v3.0
9 stars 2 forks source link

Action Hook? #12

Closed gayanthaSam closed 4 weeks ago

gayanthaSam commented 7 months ago

This is not a bug. Is there any Hook we can use to add a function when user clicked the "Update" button?

umdevelopera commented 4 weeks ago

Custom account tab is a post. WordPress calls these hooks on the post update:

The plugin uses the save_post_um_account_tabs hook that is a variation of the save_post_{$post->post_type} hook to save tab options. You also can use this hook. See https://developer.wordpress.org/reference/hooks/save_post_post-post_type/