• Resolved Julie

    (@habannah)


    Please include an option in the settings to enable/disable the toolbar link. I have tried the following code but it doesn’t work:

    function remove_admin_bar_links() {
    	global $wp_admin_bar;
    	$wp_admin_bar->remove_node('updraft_admin_node');
    }
    add_action( 'wp_before_admin_bar_render', 'remove_admin_bar_links' );

    Thank you.

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

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Link from Toolbar’ is closed to new replies.