LLMS_REST_Courses_Controller::get_enrollments_collection_params()

Retrieves the query params for the enrollments objects collection.


Return Return

(array) Collection parameters.


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/server/class-llms-rest-courses-controller.php

		 *
		 * @param array       $links  Links for the given lesson.
		 * @param LLMS_Course $course Course object.
		 */
		return apply_filters( 'llms_rest_course_links', $links, $course );
	}

	/**
	 * Retrieves the query params for the enrollments objects collection.
	 *
	 * @since 1.0.0-beta.1
	 *
	 * @return array Collection parameters.


Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0-beta.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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