Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisvanpatten/d8ec6f7333e31941c382d3bb76ada6d5 to your computer and use it in GitHub Desktop.
Save chrisvanpatten/d8ec6f7333e31941c382d3bb76ada6d5 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'block_editor_settings', function ( $settings ) {
$settings['codeEditingEnabled'] = false;
return $settings;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment