Skip to content

Commit

Permalink
Docs: Add branding to AP_REMOVE_UI.
Browse files Browse the repository at this point in the history
  • Loading branch information
costdev committed Nov 7, 2024
1 parent 76998d4 commit e5c4335
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ The plugin menu appears under the Dashboard main menu item. Don't look for it in

The plugin can use the following configuration options in wp-config.php:

| Configuration Parameter | Description | Default, if any |
| :---------------------- | ------------------------------------------------------------------------------------------: | -------------------------------------: |
| AP_ENABLE | Enable API rewrite | false |
| AP_API_KEY | The API Key for AspireCloud (not currently enforced) | |
| AP_HOST | API domain name | api.aspirecloud.org |
| AP_DEBUG | Enable Debug Mode | false |
| AP_DEBUG_TYPES | an array of debug modes | array('string', 'request', 'response') |
| AP_DISABLE_SSL | Disabled SSL verification for local testing | true |
| AP_REMOVE_UI | Disables plugin settings user interface, defaults to config parameters set in wp-config.php | false |
| Configuration Parameter | Description | Default, if any |
| :---------------------- | -------------------------------------------------------------------------------------------------------: | -------------------------------------: |
| AP_ENABLE | Enable API rewrite | false |
| AP_API_KEY | The API Key for AspireCloud (not currently enforced) | |
| AP_HOST | API domain name | api.aspirecloud.org |
| AP_DEBUG | Enable Debug Mode | false |
| AP_DEBUG_TYPES | an array of debug modes | array('string', 'request', 'response') |
| AP_DISABLE_SSL | Disabled SSL verification for local testing | true |
| AP_REMOVE_UI | Disables plugin settings user interface and branding, defaults to config parameters set in wp-config.php | false |

To set AP_DEBUG_TYPES use an array to define the constant:

Expand Down

0 comments on commit e5c4335

Please sign in to comment.