bbp_get_reply_author_url

bbp_get_reply_author_url

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_author_url') is found 1 times:

  • /includes/replies/template.php line 1289
    1285
    1286
    1287
    1288
    1289
    1290
    1291
    1292
    1293
    1294
    1295
                }
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_reply_author_url', $author_url, $reply_id );
        }
     
    /**
     * Output the reply author email address
     *
     * @since 2.0.0 bbPress (r3445)