Skip to content

Instantly share code, notes, and snippets.

Created September 22, 2016 10:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/eb6b3acf39bfee4ffadf2f2e4a7cd7be to your computer and use it in GitHub Desktop.
Save anonymous/eb6b3acf39bfee4ffadf2f2e4a7cd7be to your computer and use it in GitHub Desktop.
<?php
// Ab hier kopieren
function ah_mce_buttons_2($buttons) {
array_unshift($buttons, 'styleselect');
return $buttons;
}
add_filter('mce_buttons_2', 'ah_mce_buttons_2');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment