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

(feat): yard/multisite-url-fixer #1

Merged
merged 1 commit into from
Dec 12, 2024
Merged

(feat): yard/multisite-url-fixer #1

merged 1 commit into from
Dec 12, 2024

Conversation

SimonvanWijhe
Copy link
Member

Forked from https://github.com/roots/multisite-url-fixer because it is no longer being maintained.

{
add_filter('option_home', [$this, 'fixHomeURL']);
add_filter('option_siteurl', [$this, 'fixSiteURL']);
add_filter('network_site_url', [$this, 'fixNetworkSiteURL'], 10, 3);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je zou dit nog kunnen aanpassen naar de first class callable syntax, schijnt ook sneller te zijn.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alleen verhoog je daarmee de minimale php versie naar 8.1. Voor nu laat ik het zo.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Waar draaien we dan 8.0?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Je verwijst naar php 7.4, draaien er bedrock sites van ons op 7.4 dan?

@SimonvanWijhe SimonvanWijhe merged commit fbe150d into master Dec 12, 2024
2 checks passed
@SimonvanWijhe SimonvanWijhe deleted the develop branch December 12, 2024 09:40
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.

5 participants