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

Remove all scripts hooked into after_wp_tiny_mce #5686

Merged
merged 1 commit into from Sep 12, 2018
Merged

Remove all scripts hooked into after_wp_tiny_mce #5686

merged 1 commit into from Sep 12, 2018

Commits on Sep 6, 2018

  1. Remove all scripts hooked into after_wp_tiny_mce

    Some plugins add their own scripts that depend on Tiny MCE by hooking into the `after_wp_tiny_mce` hook:
    https://developer.wordpress.org/reference/hooks/after_wp_tiny_mce/
    
    This causes some issues when the scripts rely on JavaScript for example.
    Since Elementor removed all other enqueues that come on that page, it causes errors. Removing those scripts solves the issue.
    jeherve committed Sep 6, 2018
    Copy the full SHA
    93564d2 View commit details
    Browse the repository at this point in the history