bbp_get_reply_to

bbp_get_reply_to

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_to') is found 1 times:

  • /includes/replies/template.php line 1551
    1547
    1548
    1549
    1550
    1551
    1552
    1553
    1554
    1555
    1556
    1557
                $reply_to = (int) get_post_meta( $reply_id, '_bbp_reply_to', true );
            }
     
            // Filter & return
            return (int) apply_filters( 'bbp_get_reply_to', $reply_to, $reply_id );
        }
     
    /**
     * Output the link for the reply to
     *
     * @since 2.4.0 bbPress (r4944)