Changeset 72 for trunk/wp-content/plugins/xpressme/xpressme.php
- Timestamp:
- Jan 30, 2009, 1:21:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/plugins/xpressme/xpressme.php
r71 r72 46 46 add_action("wp_set_comment_status" , "onaction_comment_apobe_notify"); 47 47 48 49 48 // user data sync user_sync_to_xoops($user_id) 49 require_once dirname( __FILE__ ).'/include/user_sync_xoops.php' ; 50 add_action('profile_update', 'user_sync_to_xoops'); 51 add_action('user_register', 'user_sync_to_xoops'); 50 52 //require_once('../include/custom_functions.php'); 51 53 ?>
Note: See TracChangeset
for help on using the changeset viewer.