add action at the time of new blog registration WPMU
-
Hi All
I have a function which needs to be triggered once a new blog is registered.
Can any one please let me know which action do i need to use.
I was trying below code
function addUserToSugarCrm($user_id){
//Code here
}
add_action ( ‘wpmu_activate_user’, ‘addUserToSugarCrm’ );But this is not getting triggered.
Can any one please help me out here.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘add action at the time of new blog registration WPMU’ is closed to new replies.