Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi cem_bo
    did you found the solution to remove button from Visual editor?

    Plugin Author ArAgile

    (@s_ruben)

    Hello,

    In the file useful-banner-manager/includes/hooks.php remove the following lines (11-16):

    if ( current_user_can( 'edit_posts' ) || current_user_can( 'edit_pages' ) ) {
       if ( get_user_option( 'rich_editing' ) == 'true' ) {
          add_filter( 'mce_external_plugins', 'ubm_add_plugin' );
          add_filter( 'mce_buttons', 'ubm_register_button' );
       }
    }

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove button fron Visual editor?’ is closed to new replies.