bbp_get_topic_permalink

bbp_get_topic_permalink

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_permalink') is found 1 times:

  • /includes/topics/template.php line 580
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    586
                $topic_permalink = get_permalink( $topic_id );
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_topic_permalink', $topic_permalink, $topic_id );
        }
     
    /**
     * Output the title of the topic
     *
     * @since 2.0.0 bbPress (r2485)

See this hook used in plugins: