Return to Snippet

Revision: 48059
at June 23, 2011 00:37 by coryschadt


Initial Code
//Add hr button to Wordpress Editor
function enable_more_buttons($buttons) {
  $buttons[] = 'hr';
  return $buttons;
}

Initial URL


Initial Description
Add this to your functions file

Initial Title
Wordpress - Add HR button to Wordpress editor

Initial Tags
wordpress

Initial Language
PHP