Docs: Correct description for `insert_user_meta` filter.
Props milana_cap, desrosj. Fixes #41951. Built from https://develop.svn.wordpress.org/trunk@41564 git-svn-id: http://core.svn.wordpress.org/trunk@41397 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4db08514ea
commit
5046ef73c3
|
@ -1699,7 +1699,8 @@ function wp_insert_user( $userdata ) {
|
||||||
$user = new WP_User( $user_id );
|
$user = new WP_User( $user_id );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters a user's meta values and keys before the user is created or updated.
|
* Filters a user's meta values and keys immediately after the user is created or updated
|
||||||
|
* and before any user meta is inserted or updated.
|
||||||
*
|
*
|
||||||
* Does not include contact methods. These are added using `wp_get_user_contact_methods( $user )`.
|
* Does not include contact methods. These are added using `wp_get_user_contact_methods( $user )`.
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.9-alpha-41563';
|
$wp_version = '4.9-alpha-41564';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue