bbp_get_forum_freshness_link

bbp_get_forum_freshness_link

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_freshness_link') is found 1 times:

  • /includes/forums/template.php line 585
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
                $anchor = esc_html__( 'No Topics', 'bbpress' );
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_forum_freshness_link', $anchor, $forum_id, $time_since, $link_url, $title, $active_id );
        }
     
    /**
     * Output parent ID of a forum, if exists
     *
     * @since 2.1.0 bbPress (r3675)

See this hook used in plugins: