bbp_get_{$r[filter]}

bbp_get_{$r[filter]}

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_{$r[filter]}') is found 1 times:

  • /includes/users/engagements.php line 985
    981
    982
    983
    984
    985
    986
    987
    988
    989
    990
    991
            $object_ids = $query->posts;
        }
     
        // Filter & return
        return (array) apply_filters( "bbp_get_{$r['filter']}", $object_ids, $r, $args );
    }
     
    /**
     * Get array of forum IDs that a user can moderate
     *
     * @since 2.6.0 bbPress (r5834)