• Resolved Zombnom

    (@zombnom)


    The widget itself works great, however I’m selectively adding the share buttons programmatically by calling do_shortcode and will never be adding the share buttons through the admin panel. I do not want to have this option presented anywhere. Is there some way to disable or remove this option?

    https://wordpress.org/plugins/add-to-any/

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

    (@micropat)

    Yes, you can append this code to your theme’s functions.php file to remove the “Show sharing buttons” toggle below the WordPress editor:

    /**
     * Remove AddToAny sharing toggle from the WordPress editor in admin
     */
    remove_action( 'admin_init', 'A2A_SHARE_SAVE_add_meta_box' );

    Grazie 1000
    Thz 1000

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing checkbox "Show sharing buttons."’ is closed to new replies.