bbp_get_topic_author_email

bbp_get_topic_author_email

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_author_email') is found 1 times:

  • /includes/topics/template.php line 1570
    1566
    1567
    1568
    1569
    1570
    1571
    1572
    1573
    1574
    1575
    1576
                }
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_topic_author_email', $author_email, $topic_id );
        }
     
    /**
     * Output the topic author role
     *
     * @since 2.1.0 bbPress (r3860)