Trigger On User Register

wpwhpro/webhooks/trigger_user_register

Description:
This action allows you to fire custom logic after a user registered on the website. This is a webhook trigger and fires as soon as someone registers on your site, so when the data gets sent to your specified webhook.

Parameter Type Description
$user_data array An array ov the user object, as well as of the user meta

/**
* Create an action based on your needs via Webhooks for creating, deleting and updating a user
*/
do_action( 'wpwhpro/webhooks/trigger_user_register', $user_id, $user_data );

Updated on August 10, 2019

Was this article helpful?

Related Articles