bbp_get_reply_author_role

bbp_get_reply_author_role

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_author_role') is found 1 times:

  • /includes/replies/template.php line 1379
    1375
    1376
    1377
    1378
    1379
    1380
    1381
    1382
    1383
    1384
    1385
                $author_role = $r['before'] . $role . $r['after'];
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_reply_author_role', $author_role, $r, $args );
        }
     
    /**
     * Output the topic title a reply belongs to
     *
     * @since 2.0.0 bbPress (r2553)