Changeset 42228 for trunk/src/wp-admin/includes/user.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/user.php
r41686 r42228 201 201 202 202 /** 203 204 205 206 207 208 209 210 203 * Fires after a new user has been created. 204 * 205 * @since 4.4.0 206 * 207 * @param int $user_id ID of the newly created user. 208 * @param string $notify Type of notification that should happen. See wp_send_new_user_notifications() 209 * for more information on possible values. 210 */ 211 211 do_action( 'edit_user_created_user', $user_id, $notify ); 212 212 }
Note: See TracChangeset
for help on using the changeset viewer.