Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

LLMS_REST_Authentication::get_credentials( string $key_var, string $secret_var )

Locate credentials in the $_SERVER superglobal.


Description Description


Parameters Parameters

$key_var

(Required) Variable name for the consumer key.

$secret_var

(Required) Variable name for the consumer secret.


Top ↑

Return Return

(array|false)


Top ↑

Source Source

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


			

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.