[Resolved] xprofile_data_after_save hook not working
- 
		Hi, I want to use the hook `xprofile_data_after_save` for a custom function. 
 I tried it with my function and it did not work. So I wrote a test function, to check, if the hook works.
 `function er_copy_user_data($xprofile){
 wp_die(‘hooked’);
 }add_action( ‘xprofile_data_after_save’, ‘er_copy_user_data’ );` This code is in my functions.php. Wp is not dying. The message is not shown. BP is up 2 date. What could be the issue? Thanks, 
 Lars
Viewing 3 replies - 1 through 3 (of 3 total)
	
Viewing 3 replies - 1 through 3 (of 3 total)
	
- The topic ‘[Resolved] xprofile_data_after_save hook not working’ is closed to new replies.