Skip to content

Instantly share code, notes, and snippets.

@clare485
Created November 15, 2013 13:16
Show Gist options
  • Save clare485/7484162 to your computer and use it in GitHub Desktop.
Save clare485/7484162 to your computer and use it in GitHub Desktop.
function enable_more_buttons($buttons) {
$buttons[] = 'hr';
/*
Repeat with any other buttons you want to add, e.g.
$buttons[] = 'fontselect';
$buttons[] = 'sup';
*/
return $buttons;
}
add_filter("mce_buttons", "enable_more_buttons");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment