LLMS_Dot_Com_API::is_rest_request()

Determine if the current request is a rest request


Return Return

(bool)


Top ↑

Source Source

File: includes/class.llms.dot.com.api.php

	public function is_rest_request() {
		return $this->is_rest;
	}


Top ↑

Changelog Changelog

Changelog
Version Description
3.22.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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