bbp_get_forum_permalink

bbp_get_forum_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_forum_permalink') is found 1 times:

  • /includes/forums/template.php line 352
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
                $forum_permalink = get_permalink( $forum_id );
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_forum_permalink', $forum_permalink, $forum_id );
        }
     
    /**
     * Output the title of the forum
     *
     * @since 2.0.0 bbPress (r2464)

See this hook used in plugins: