فهرست منبع

some plugins might use own hooks

tokul 21 سال پیش
والد
کامیت
6b7c39c660
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      doc/plugin.txt

+ 2 - 0
doc/plugin.txt

@@ -324,12 +324,14 @@ but may be out of date soon thereafter.  You never know.  ;-)
   webmail_top                    src/webmail.php                 do_hook
   webmail_top                    src/webmail.php                 do_hook
   webmail_bottom                 src/webmail.php                 concat_hook
   webmail_bottom                 src/webmail.php                 concat_hook
   logout_above_text              src/signout.php                 concat_hook
   logout_above_text              src/signout.php                 concat_hook
+  O info_bottom                  plugins/info/options.php        do_hook
    
    
 % = This hook is used in multiple places in the given file
 % = This hook is used in multiple places in the given file
 # = Called with hook type (see below)
 # = Called with hook type (see below)
 & = Special identity hooks (see below)
 & = Special identity hooks (see below)
 ^ = Special attachments hook (see below)
 ^ = Special attachments hook (see below)
 * = Special options hooks (see below)
 * = Special options hooks (see below)
+O = optional hook used by plugin
 
 
 
 
 (#) Called With
 (#) Called With