Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to add more buttons to wordpress visual editor. Re: How to add more buttons to wordpress visual editor.

#133020
ghafirsayed
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’ );