<?php | |
function afn_more_buttons($buttons) { | |
$buttons[] = 'hr'; | |
return $buttons; | |
} | |
add_filter("mce_buttons", "afn_more_buttons"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<?php | |
function afn_more_buttons($buttons) { | |
$buttons[] = 'hr'; | |
return $buttons; | |
} | |
add_filter("mce_buttons", "afn_more_buttons"); |