/ Published in: PHP
![](/img/icon_sav.png?v3)
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; }
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)