aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/functions.inc.php2
1 files changed, 2 insertions, 0 deletions
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;
}