We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These two lines break editing (clicking the media button doesn't work) and the Yoast SEO also doesn't work.
disable-gutenberg/disable-gutenberg.php
Lines 73 to 74 in af3bb5a
suggested fix:
if (!is_user_logged_in()) { wp_deregister_script( 'wp-blocks' ); // Block-related script. wp_deregister_script( 'wp-dom-ready' ); // DOM-ready script. }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
These two lines break editing (clicking the media button doesn't work) and the Yoast SEO also doesn't work.
disable-gutenberg/disable-gutenberg.php
Lines 73 to 74 in af3bb5a
suggested fix:
The text was updated successfully, but these errors were encountered: