rest_{$this->taxonomy}_collection_params

rest_{$this->taxonomy}_collection_params

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('rest_{$this->taxonomy}_collection_params') is found 1 times:

  • /wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php line 1193
    1189
    1190
    1191
    1192
    1193
    1194
    1195
    1196
    1197
    1198
    1199
         *
         * @param array       $query_params JSON Schema-formatted collection parameters.
         * @param WP_Taxonomy $taxonomy     Taxonomy object.
         */
        return apply_filters( "rest_{$this->taxonomy}_collection_params", $query_params, $taxonomy );
    }
     
    /**
     * Checks that the taxonomy is valid.
     *
     * @since 4.7.0