Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephensabatini/6328d21311da34e546b4201e66b872d3 to your computer and use it in GitHub Desktop.
Save stephensabatini/6328d21311da34e546b4201e66b872d3 to your computer and use it in GitHub Desktop.
<?php
function quicktags($qtInit, $editor_id = 'content') {
$qtInit['buttons'] = 'strong,em,link,block,del,ins,img,ul,ol,li,code,more,close';
return $qtInit;
}
add_filter('quicktags_settings', 'quicktags', 10, 2);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment