- reviewed No Index functionality;

This commit is contained in:
nikitasinelnikov
2021-03-03 15:21:18 +02:00
parent 8dc7d9f425
commit 7f7dae9979
8 changed files with 36 additions and 38 deletions
+2 -1
View File
@@ -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' );