/ Published in: PHP
Add this to your functions file
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//Add hr button to Wordpress Editor function enable_more_buttons($buttons) { $buttons[] = 'hr'; return $buttons; }