LLMS_Student_Dashboard::add_endpoints( array $endpoints )

Add endpoints to the LLMS_Query class to be automatically registered


Parameters Parameters

$endpoints

(array) (Required) updated array of endpoints


Top ↑

Source Source

File: includes/class.llms.student.dashboard.php

	public function add_endpoints( $endpoints ) {

		return array_merge( $endpoints, $this->get_endpoints() );

	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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