- added profile privacy setting for the avoiding profile indexation;

This commit is contained in:
nikitasinelnikov
2020-06-19 13:07:04 +03:00
parent a41cad52e1
commit 02fde13b39
7 changed files with 70 additions and 22 deletions
+1 -1
View File
@@ -590,7 +590,7 @@ if ( ! class_exists( 'um\core\Account' ) ) {
case 'privacy':
$args = 'profile_privacy,hide_in_members';
$args = 'profile_privacy,profile_noindex,hide_in_members';
/**
* UM hook
*