Top Google Search Results
- Plugin API/Action Reference/deleted user « WordPress Codex
The deleted_user action/hook can be used to perform additional actions after a user is deleted. For example, you can delete rows from custom tables created by ... - MediaWiki: includes/Revision.php Source File
5 days ago ... this->userCan( self::DELETED_USER, $user ) ) { 00605 return 0; 00606 } else { 00607 return $this->mUser; 00608 } 00609 } 00610 00616 ... - Add Drupal 7 Support for Profile Merging with Field API | drupal.org
$deleted_user = user_load($user_to_delete->uid); //Load user_to_delete. ... if ( isset($deleted_user->{$current_field}['und']['0']['value'])){ ... - Does BuddyPress Have An Action Hook for remove_user ...
Jan 11, 2012 ... I have a hook in my plugin for add_action('deleted_user', 'myScript'); but it only works for WP-related user deletes. It does not run when I ...