bbp_get_topic_admin_links

bbp_get_topic_admin_links

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_admin_links') is found 1 times:

  • /includes/topics/template.php line 2370
    2366
    2367
    2368
    2369
    2370
    2371
    2372
    2373
    2374
    2375
    2376
            $links  = implode( $r['sep'], array_filter( $r['links'] ) );
            $retval = $r['before'] . $links . $r['after'];
     
            // Filter & return
            return apply_filters( 'bbp_get_topic_admin_links', $retval, $r, $args );
        }
     
    /**
     * Output the edit link of the topic
     *
     * @since 2.0.0 bbPress (r2727)