bbp_get_public_reply_statuses

bbp_get_public_reply_statuses

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_public_reply_statuses') is found 1 times:

  • /includes/replies/functions.php line 1694
    1690
    1691
    1692
    1693
    1694
    1695
    1696
    1697
    1698
    1699
    1700
            bbp_get_public_status_id()
        );
     
        // Filter & return
        return (array) apply_filters( 'bbp_get_public_reply_statuses', $statuses );
    }
     
    /**
     * Return array of non-public reply statuses.
     *
     * @since 2.6.0 bbPress (r6791)