]> git.mxchange.org Git - friendica.git/blobdiff - doc/Plugins.md
added description of the [map] tag to the DE bbcode docs
[friendica.git] / doc / Plugins.md
index 8369e9fadc7dab61ebe36d587f8defe5fc219566..cf236d422a0912ac77c6dff089b261deec2bc3bc 100644 (file)
@@ -268,6 +268,10 @@ $b is an array, params to mail()
     'body'
     'headers'
 
+###'nav_info'
+is called after the navigational menu is build in include/nav.php.
+$b is an array containing $nav from nav.php.
+
 Complete list of hook callbacks
 ---