• I guess many people use plugin only for fancy video background on homepage. I inserted it directly in template and deactivated background video in settings.

    Can you make just one new option to remove editor button, for users who dont use it at all ?

    If it was Meta Box in edit screen I would probably find an way to remove it in functions.php, but for editor button I dont know how to do it.

    https://www.ads-software.com/plugins/wpmbytplayer/

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

    (@pupunzi)

    Sorry but I can’t see why I should implement this feature… you are the only one that asked for that ??

    What is the scope of this request?

    Bye,
    Matteo

    Thread Starter Stagger Lee

    (@stagger-lee)

    Because all serious plugins have it. Some sort of control where to show shortcode insert options, where to not, posts, pages, custom post types, etc..

    Additional would be what to show for specific roles, but it is another story.

    Do you have some handy snippets for functions.php ? It doesnt need to be GUI.
    I studied code in plugin and tried some but did not managed it.

    I can remove it with CSS, but some proper way would be more WordPress way:

    function my_custom_admin_css() {
      echo '<style>
    #mceu_21 {display:none;}
      </style>';
    }
    add_action('admin_head', 'my_custom_admin_css');
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove TinyMce button’ is closed to new replies.