Skip to content

Instantly share code, notes, and snippets.

@cdlewis
Created July 31, 2015 18:05
Show Gist options
  • Save cdlewis/c8e6a2ba8305e8357bef to your computer and use it in GitHub Desktop.
Save cdlewis/c8e6a2ba8305e8357bef to your computer and use it in GitHub Desktop.
Zach.php
<?php
// Reconfigure TinyMCE
add_filter( 'tiny_mce_before_init', function( $settings ) {
$settings[ 'paste_as_text' ] = true;
return $settings;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment