diff --git a/include/functions.inc.php b/include/functions.inc.php index e2c6510e8..6659d582e 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -730,6 +730,8 @@ function get_pwg_themes() } } + // plugins want remove some themes based on user status maybe? + $themes = trigger_event('get_pwg_themes', $themes); return $themes; }