Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a Config class #52

Merged
merged 3 commits into from
Mar 23, 2024
Merged

Adding a Config class #52

merged 3 commits into from
Mar 23, 2024

Conversation

aldavigdis
Copy link
Member

This makes handling configuration and settings easier, as we are using serialised values in the wp_options table, global constants and environment variables.

This class may be used for wrapping functions for update_option() and get_option() for instance.

This is going to make options and environment variables easier to work with.
@aldavigdis aldavigdis changed the title Add a Config class Adding a Config class Mar 23, 2024
@aldavigdis aldavigdis merged commit 0817dd2 into main Mar 23, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant