-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix MediaUpload override issue #200
Conversation
@derekherman This is a tricky issue, Jetpack's filter on This fix enqueue the featured image script to load after the AMPs script with filter priority 10 so the filter sequence would be AMP -> Our Component -> Jetpack, but this is kind of a hack and not a viable long term solution. I will open an issue on the Jetpack repo suggesting the Jetpack filter to increase the priority to a big number like 100. |
Tested locally, works for me! Thanks for this.
Please cc me on the ticket when you open this @ravichdev. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small tweaks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Summary
Fixes #198
Checklist