Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyauchi

    (@miyauchi)

    Hello, infohowdy!

    Wow! I’m awfully sorry to hide this metabox. ??

    function remove_meta_boxes() {
        remove_meta_box('tinymce_templates-translators', 'tinymcetemplates', 'side');
        remove_meta_box('tinymce_templates-donate', 'tinymcetemplates', 'side');
     }
     add_action( 'admin_head', 'remove_meta_boxes');

    Thanks for using my plugin. ??

    Thread Starter infohowdy

    (@infohowdy)

    right admin_head, thankyou very much Takayuki.
    I’m sorry to hide the translators but I add some metabox ‘how to…’

    Thankyou again !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: TinyMCE Templates] how hide metabox’ is closed to new replies.