Home › Forums › CSS › How to add more buttons to wordpress visual editor. › Re: How to add more buttons to wordpress visual editor.
April 24, 2013 at 10:09 am
#133020
Member
Oh Thanks never noticed that. I added one more code to keep it open by default.
function unhide_kitchensink( $args ) {
$args = false;
return $args;
}
add_filter( ‘tiny_mce_before_init’, ‘unhide_kitchensink’ );