mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 14:43:49 +09:00
- changed version to 2.7.0;
- updated dependencies to 2.7.0;
This commit is contained in:
@@ -1400,7 +1400,7 @@ if ( ! class_exists( 'um\core\Builtin' ) ) {
|
||||
/**
|
||||
* Filters change metakeys in the blacklist.
|
||||
*
|
||||
* @since 2.6.12
|
||||
* @since 2.7.0
|
||||
* @hook um_blacklist_fields_hook
|
||||
*
|
||||
* @param {array} $blacklist_fields Blacklisted usermeta keys.
|
||||
|
||||
@@ -524,7 +524,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
|
||||
/**
|
||||
* Print field error.
|
||||
*
|
||||
* @since 2.6.12 Added $input_id attribute.
|
||||
* @since 2.7.0 Added $input_id attribute.
|
||||
*
|
||||
* @param string $text
|
||||
* @param string $input_id
|
||||
@@ -560,7 +560,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) {
|
||||
/**
|
||||
* Print field notice.
|
||||
*
|
||||
* @since 2.6.12 Added $input_id attribute.
|
||||
* @since 2.7.0 Added $input_id attribute.
|
||||
*
|
||||
* @param string $text
|
||||
* @param string $input_id
|
||||
|
||||
@@ -151,7 +151,7 @@ if ( ! class_exists( 'um\core\Rewrite' ) ) {
|
||||
/**
|
||||
* Getting the user_id based on the User Profile slug like when Base Permalink setting equals 'user_login'.
|
||||
*
|
||||
* @since 2.6.12
|
||||
* @since 2.7.0
|
||||
*
|
||||
* @return bool|int|mixed
|
||||
*/
|
||||
|
||||
@@ -828,7 +828,7 @@ if ( ! class_exists( 'um\core\User' ) ) {
|
||||
*
|
||||
* @return {string} User profile slug.
|
||||
*
|
||||
* @since 2.6.12
|
||||
* @since 2.7.0
|
||||
* @hook um_custom_meta_permalink_base_generate_user_slug
|
||||
*
|
||||
* @example <caption>Use base64encode value as user slug.</caption>
|
||||
|
||||
Reference in New Issue
Block a user