bbp_get_reply_status

bbp_get_reply_status

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_status') is found 1 times:

  • /includes/replies/template.php line 853
    849
    850
    851
    852
    853
    854
    855
    856
    857
    858
    859
        function bbp_get_reply_status( $reply_id = 0 ) {
            $reply_id = bbp_get_reply_id( $reply_id );
     
            // Filter & return
            return apply_filters( 'bbp_get_reply_status', get_post_status( $reply_id ), $reply_id );
        }
     
    /**
     * Is the reply publicly viewable?
     *
     * See bbp_get_public_reply_statuses() for public statuses.