-
Notifications
You must be signed in to change notification settings - Fork 179
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
Remove custom rest_preload_api_request
fork
#12626
Conversation
Plugin builds for d5c4484 are ready 🛎️!
|
Size Change: 0 B Total Size: 2.72 MB ℹ️ View Unchanged
|
rest_preload_api_request
.rest_preload_api_request
fork
So the e2e tests seem to be failing and from what I can see, the preloading is not actually working anymore. Maybe still an issue with how core's function handles embeds or something. |
@swissspidy Sadly, it is seems we were too early on this one. There is another tweak that was made to web-stories-wp/includes/namespace.php Line 211 in 9be7522
|
Ah yes, the trailing slashes issue. Wasn't that supposed to be fixed by https://core.trac.wordpress.org/ticket/51636? |
Sadly it seems like it was not :( We can't use that function from core then. |
I will report upstream. |
Context
Summary
Remove custom
rest_preload_api_request
as not needed with WP 5.9 as min.Relevant Technical Choices
To-do
User-facing changes
Testing Instructions
This PR can be tested by following these steps:
Reviews
Does this PR have a security-related impact?
Does this PR change what data or activity we track or use?
Does this PR have a legal-related impact?
Checklist
Type: XYZ
label to the PRFixes #12622