mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- reviewed No Index functionality;
This commit is contained in:
@@ -574,8 +574,9 @@ if ( ! class_exists( 'um\Config' ) ) {
|
||||
'custom_roles_increment' => 1,
|
||||
'um_profile_object_cache_stop' => 0,
|
||||
'rest_api_version' => '2.0',
|
||||
'member_directory_own_table' => 0,
|
||||
'member_directory_own_table' => 0,
|
||||
'profile_show_html_bio' => 0,
|
||||
'profile_noindex' => 0,
|
||||
);
|
||||
|
||||
add_filter( 'um_get_tabs_from_config', '__return_true' );
|
||||
|
||||
Reference in New Issue
Block a user