LLMS_REST_Posts_Controller::map_params_to_query_args( array $prepared, array $registered, WP_REST_Request $request )

Map schema to query arguments to retrieve a collection of objects.


Description Description


Parameters Parameters

$prepared

(Required) Array of collection arguments.

$registered

(Required) Registered collection params.

$request

(Required) Full details about the request.


Top ↑

Return Return

(array|WP_Error)


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/abstracts/class-llms-rest-posts-controller.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0-beta.19 Map 'status' collection param to to 'post_status' query arg.
1.0.0-beta.12 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.