Options
Options Controller.
Description Description
Source Source
File: packages/woocommerce-admin/src/API/Options.php
Methods Methods
- get_item_permissions_check — Check if a given request has access to get options.
- get_item_schema — Get the schema, conforming to JSON Schema.
- get_option_permissions — Get an array of options and respective permissions for the current user.
- get_options — Gets an array of options and respective values.
- register_routes — Register routes.
- update_item_permissions_check — Check if a given request has access to update options.
- update_options — Updates an array of objects.
- user_has_permission — Check if the user has permission given an option name.