Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <div id="wp-content-editor-tools" class="wp-editor-tools hide-if-no-js">
  2. <a id="content-html" class="wp-switch-editor switch-html" onclick="switchEditors.switchto(this);">Text</a>
  3. <a id="content-tmce" class="wp-switch-editor switch-tmce" onclick="switchEditors.switchto(this);">Visual</a>
  4.  
  5. function richedit_wp_cloudfront () {
  6. add_filter('user_can_richedit','__return_true');
  7. }
  8.  
  9. add_action( 'init', 'richedit_wp_cloudfront', 9 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement