Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created June 30, 2015 00:18
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 Kaiderella/bd8a6eda80203f9f08ea to your computer and use it in GitHub Desktop.
Save Kaiderella/bd8a6eda80203f9f08ea to your computer and use it in GitHub Desktop.
Duy trì trạng thái của trình soạn thảo WordPress
add_filter( 'tiny_mce_before_init', 'myformatTinyMCE' );
function myformatTinyMCE( $in ) {
$in['wordpress_adv_hidden'] = FALSE;
return $in;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment