Adding Items with inside-comic navigation not working
-
I was trying to use this example code in my functions.php but it’s not working.
add_action(‘inside-comic-navigation’, ‘custom_insert_into_navigation_forum_link’);
function custom_insert_into_navigation_forum_link() { ?>
Forum
<?php }I’m not sure what I’m doing wrong, it’s in-between the opening and closing php tags it should just work shouldn’t it? Am I missing an accompanying bit of code that makes it work? Or could it be a bug?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Adding Items with inside-comic navigation not working’ is closed to new replies.