We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016fcf3 commit e7ff5d5Copy full SHA for e7ff5d5
‎src/helpers.php
@@ -46,7 +46,7 @@ function wpkirk_toc($title = "")
46
* The content can be a string or a callable function.
47
*
48
* @param string|callable $strFunc The content for the section header.
49
- * @return string The ID of the section header.
+ * @return string The ID of the section header. You may use that to link back the anchor.
50
*/
51
function wpkirk_section($strFunc)
52
{
0 commit comments