EDD_API::api_key_backwards_copmat( string $check, int $object_id, string $meta_key, bool $single )
A Backwards Compatibility call for the change of meta_key/value for users API Keys
Description Description
Parameters Parameters
- $check
-
(Required) Wether to check the cache or not
- $object_id
-
(Required) The User ID being passed
- $meta_key
-
(Required) The user meta key
- $single
-
(Required) If it should return a single value or array
Return Return
(string) The API key/secret for the user supplied
Source Source
File: includes/api/class-edd-api.php
Changelog Changelog
Version | Description |
---|---|
2.4 | Introduced. |