- profile tabs privacy new hooks for integration;

This commit is contained in:
nikitasinelnikov
2021-04-30 17:50:12 +03:00
parent c2b32c8487
commit 8e2adccba9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ if ( ! class_exists( 'um\core\Profile' ) ) {
break;
default:
$can_view = true;
$can_view = apply_filters( 'um_profile_menu_can_view_tab', true, $privacy, $tab, $tab_data, $target_id );
break;
}