-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Tim Nolte edited this page Nov 13, 2024
·
4 revisions
The following are the basic types of Configuration:
A basic unit of Configuration that can be exported and imported.
Generally this would be an option_name
/option_value
pair from the wp_options
table. This could also be different on custom config integrations, (e.g. a plugin that uses it's own custom table to store his settings).
A set of Configuration Items with a logical grouping
A WordPress plugin or custom class that provides the actual list, import and export functionality for Configuration Items.
See these ☝️ custom provider classes as an example to create your own.