mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- profile tabs privacy new hooks for integration;
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user