bbp_get_reply_author_email

bbp_get_reply_author_email

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_author_email') is found 1 times:

  • /includes/replies/template.php line 1334
    1330
    1331
    1332
    1333
    1334
    1335
    1336
    1337
    1338
    1339
    1340
                }
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_reply_author_email', $author_email, $reply_id );
        }
     
    /**
     * Output the reply author role
     *
     * @since 2.1.0 bbPress (r3860)