bbp_get_reply_id

bbp_get_reply_id

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_id') is found 1 times:

  • /includes/replies/template.php line 342
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
                $bbp_reply_id = 0;
            }
     
            // Filter & return
            return (int) apply_filters( 'bbp_get_reply_id', $bbp_reply_id, $reply_id );
        }
     
    /**
     * Gets a reply
     *
     * @since 2.0.0 bbPress (r2787)