LD_REST_Posts_Controller_V2::__construct()
Method: Protected constructor for class
LD_REST_Posts_Controller_V2::__construct Read More »
@package: LearnDash / REST / V2
Source Files: includes/rest-api/v2/class-ld-rest-posts-controller.php
Method: Protected constructor for class
LD_REST_Posts_Controller_V2::__construct Read More »
Method: Registers the routes for the objects of the controller.
LD_REST_Posts_Controller_V2::register_routes Read More »
Method: Gets schema for post type.
LD_REST_Posts_Controller_V2::get_public_item_schema Read More »
Method: Retrieves a single post.
LD_REST_Posts_Controller_V2::get_item Read More »
Method: Retrieves a collection of posts.
LD_REST_Posts_Controller_V2::get_items Read More »
Method: Stub function for base class to register fields.
LD_REST_Posts_Controller_V2::register_fields Read More »
Method: Stub function for base class to register metabox fields.
LD_REST_Posts_Controller_V2::register_fields_metabox Read More »
Method: For LearnDash post type we override the default order/orderby to ASC/title instead of the WP default DESC/date.
LD_REST_Questions_Controller_V2::rest_collection_params_filter Read More »
Method: Get REST Setting Field value.
LD_REST_Posts_Controller_V2::get_rest_settings_field_value Read More »
Method: Public constructor for class
LD_REST_Groups_Courses_Controller_V2::__construct Read More »
Method: Registers the routes for the objects of the controller.
LD_REST_Groups_Courses_Controller_V2::register_routes Read More »
Method: Gets public schema.
LD_REST_Groups_Courses_Controller_V2::get_public_item_schema Read More »
Method: Checks permission to get group courses.
LD_REST_Groups_Courses_Controller_V2::get_groups_courses_permissions_check Read More »
Method: Checks permission to update group courses.
LD_REST_Groups_Courses_Controller_V2::update_groups_courses_permissions_check Read More »
Method: Checks permission to update delete courses.
LD_REST_Groups_Courses_Controller_V2::delete_groups_courses_permissions_check Read More »
Method: GET group courses.
LD_REST_Groups_Courses_Controller_V2::get_groups_courses Read More »
Method: Updates a group courses.
LD_REST_Groups_Courses_Controller_V2::update_groups_courses Read More »
Method: Delete a group courses.
LD_REST_Groups_Courses_Controller_V2::delete_groups_courses Read More »
Method: Filter Groups Courses query args.
LD_REST_Groups_Courses_Controller_V2::rest_query_filter Read More »
Class: Class LearnDash REST API V2 Quiz Questions Post Controller.
LD_REST_Questions_Controller_V2 Read More »