Action to delete user
-
Hi,
Great plugin.
I was wondering if you could create user delete action(rusac_delete_address) that I could hook to delete_user hook with following code.
function my_custom_delete_ac_profile( $user_id ) {
do_action( ‘rusac_delete_address’, $user_id );
}
add_action( ‘delete_user’, ‘my_custom_delete_ac_profile’ );Thank you in advance.
-Eppu
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Action to delete user’ is closed to new replies.