update hook documentation

This commit is contained in:
redmatrix
2016-10-05 17:25:49 -07:00
parent 21a0498a30
commit 2a02b6de44
3 changed files with 16 additions and 1 deletions

View File

@@ -1 +1,6 @@
[h2]bbcode[/h2]
Called at end of bbcode to html conversion.
Hook argument contains the converted text string.

View File

@@ -0,0 +1,7 @@
[h2]bbcode_filter[/h2]
Called at beginning of bbcode to html conversion.
Hook argument contains the text string to be converted.