mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Support for new admin event trigger, using e_admin_events.php file in plugins
This commit is contained in:
10
e107_plugins/forum/e_admin_events.php
Executable file
10
e107_plugins/forum/e_admin_events.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
function plugin_forum_admin_events($type, $parms)
|
||||
{
|
||||
echo "type = $type <br />";
|
||||
var_dump($parms);
|
||||
}
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user