• Resolved hntask

    (@hntask)


    Hi there,

    It’s creating some issues for me when editing something and makes the editor behave differently. Can you please let me know from where I can disable the “Add Shortcode” icon button? Which appears next to every editor box.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Can you put the following code in your functions.php file of the currently active theme or via code snippet plugin and let me know if it helps or not?

    remove_action( 'media_buttons', array( new WP_Super_Duper(array()), 'shortcode_insert_button' ) );

    Regards,
    Patrik

    Thread Starter hntask

    (@hntask)

    Thank you so much! It works.

    One more thing on the registration page your password strength progress bar works but it’s not working on the registration popup. Can you please let me know is it a bug or there’s something wrong on my side?

    Hi,

    Can you create a support ticket on our site http://userswp.io/support for that?

    Regards,
    Patrik

    Thread Starter hntask

    (@hntask)

    Okay. I’ll.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Disable Add shortcode button’ is closed to new replies.