mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- added REST API version;
- avoid the conflicts (added prefixes for query vars);
This commit is contained in:
@@ -535,7 +535,8 @@ if ( ! class_exists( 'um\Config' ) ) {
|
||||
'profile_photo_max_size' => 999999999,
|
||||
'cover_photo_max_size' => 999999999,
|
||||
'custom_roles_increment' => 1,
|
||||
'um_profile_object_cache_stop' => 0
|
||||
'um_profile_object_cache_stop' => 0,
|
||||
'rest_api_version' => '2.0'
|
||||
);
|
||||
|
||||
$tabs = UM()->profile()->tabs_primary();
|
||||
|
||||
Reference in New Issue
Block a user