bbp_get_topic_author_url

bbp_get_topic_author_url

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_author_url') is found 1 times:

  • /includes/topics/template.php line 1525
    1521
    1522
    1523
    1524
    1525
    1526
    1527
    1528
    1529
    1530
    1531
                }
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_topic_author_url', $author_url, $topic_id );
        }
     
    /**
     * Output the topic author email address
     *
     * @since 2.0.0 bbPress (r3445)