Methods
31 to 49 of 49
- EDD_API::invalid_auth() – Displays an authentication failed error if the user failed to provide valid credentials
- EDD_API::invalid_key() – Displays an invalid API key error if the API key provided couldn’t be validated
- EDD_API::invalid_version() – Displays an invalid version error if the version number passed isn’t valid
- EDD_API::is_public_query() – Return whether this is a public query.
- EDD_API::log_request() – Log each API request, if enabled
- EDD_API::log_requests() – Disable request logging
- EDD_API::missing_auth() – Displays a missing authentication error if all the parameters aren’t provided
- EDD_API::output() – Output Query in either JSON/XML. The query data is outputted as JSON by default
- EDD_API::per_page() – Number of results to display per page
- EDD_API::process_api_key() – Process an API key generation/revocation
- EDD_API::process_query() – Listens for the API and then processes the API requests
- EDD_API::query_vars() – Registers query vars for API access
- EDD_API::revoke_api_key() – Revoke a users API keys
- EDD_API::sanitize_request_term() – Sanitizes category and tag terms
- EDD_API::set_queried_version() – Sets the version of the API that was queried.
- EDD_API::set_query_mode() – Determines the kind of query requested and also ensure it is a valid query
- EDD_API::update_key() – Generate and Save API key
- EDD_API::user_key_field() – Modify User Profile
- EDD_API::validate_request() – Validate the API request