mark_as_read_single_forum_link function issue
-
I’m attempting to use the mark_as_read_single_forum_link() function to put the link in a diffrent location in loop-topics.php.
However, I’m getting an undefined error. It’s odd, because on the same page, I have the standard mark as read link, via the standard hook.
<?php if ( is_user_logged_in() ) { echo '<a href="#new-post" class="btn">New Topic</a>'; } ?> <?php mark_as_read_single_forum_link(); ?> <?php fx_bbp_user_subscribe_link( array( 'before' => '' ) ); ?>PHP Fatal error: Call to undefined function mark_as_read_single_forum_link()Any suggestions? Thanks for any insights….
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘mark_as_read_single_forum_link function issue’ is closed to new replies.