I am trying to remove the TinyMCE menubar below
from wordpress via the theme functions.php. I dont want to edit the core/script files. Is this possible? Removing button options is straight forward, but stripping this bar is proving difficult.
Thanks
Using tinyMCE 4 you can set the following in the tinymce init:
Apologies. A colleague installed advanced TinyMCE without me knowing, so i thought this was wordpress default. I have removed it from there. Question can be disregarded.
You can disable menubar by adding following code in enqueue in your theme function.php , selector is option you can use without it as well as said by Milap.