LLMS_REST_Admin_Settings::add_pages( array $pages )

Register the REST API settings page with the LifterLMS Core.


Parameters Parameters

$pages

(array) (Required) Array of settings page classes.


Top ↑

Return Return

(array)


Top ↑

Source Source

File: libraries/lifterlms-rest/includes/admin/class-llms-rest-admin-settings.php

	public function add_pages( $pages ) {

		$pages[] = include 'class-llms-rest-admin-settings-page.php';

		return $pages;

	}

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.