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

Share Options across Multisite #917

Draft
wants to merge 8 commits into
base: develop
Choose a base branch
from

Conversation

carstingaxion
Copy link
Collaborator

@carstingaxion carstingaxion commented Sep 25, 2024

Currently GatherPress saves and uses its settings exclusively per blog.

Description of the Change

This PR adds the ability to share Settings across a network of sites. (In WordPress terminology: ... across multiple blogs of a site)

NEEDED BEFORE MERGE

  • Find a way to handle (separate, deprecate, ... ?) the event-pages options. This pair of settings is the only, that should not be inherited or handled on the network level at all
  • Decide what to do with the admin-settings-pages! Show inherited options as read-only, or hide completely in the UI?
  • Add a network settings UI to enable or disable the feature (within this PR, this is currently done with add_filter)
Bildschirmaufzeichnung.vom.21.11.2024.18.02.55.mp4

Closes #

How to test the Change

  1. ...

Changelog Entry

Added - Share (or: inherit, set) the Settings across a whole WordPress Multisite

Credits

Props @carstingaxion

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@carstingaxion carstingaxion marked this pull request as draft September 25, 2024 22:31
@mauteri mauteri changed the base branch from main to develop October 10, 2024 12:58
Copy link

Preview changes with Playground

You can preview the recent changes for PR#917 with the following PHP versions:

PHP Version 8.3

PHP Version 7.4

Download .zip with build changes

Made with 💙 from GatherPress & a little bit of WordPress Playground. Changes will not persist between sessions.

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.

2 participants