]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/write.mdwn
inline: Run format hook first
[ikiwiki.git] / doc / plugins / write.mdwn
index b6fa96f913ff7c2cb89a1e9fa78b1241abad6958..9b5cf27f7c91028066cea797f197a8a5cc8601a1 100644 (file)
@@ -55,8 +55,8 @@ plugin, and a "call" parameter, which tells what function to call for the
 hook.
 
 An optional "last" parameter, if set to a true value, makes the hook run
-after all other hooks of its type. Useful if the hook depends on some other
-hook being run first.
+after all other hooks of its type, and an optional "first" parameter makes
+it run first. Useful if the hook depends on some other hook being run first.
 
 ## Types of hooks