mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
role basics
This commit is contained in:
@@ -75,7 +75,7 @@ class UserProfile extends Page
|
||||
$actions[] = $this->buildEnableDisableAction();
|
||||
$actions[] = $this->buildEnableDisableDownloadPrivilegesAction();
|
||||
}
|
||||
return $actions;
|
||||
return apply_filter('user_profile_actions', $actions);
|
||||
}
|
||||
|
||||
private function buildEnableDisableAction(): Actions\Action
|
||||
|
||||
Reference in New Issue
Block a user