• Resolved graham333

    (@graham333)


    Hi guys,

    Thanks for a great plugin, it works fine ??

    I am currently working on the default Wp 2012 theme, and in this case I need to remove all the the links in the Wp Admin bar, which I have succeeded in doing, however I am now at a loss on how to remove those displayed by the AIO plugin in this area only, as they are in the LH sidebar anyway, so are not needed.

    Here is an example of the code I used to remove the Wp stuff…

    function remove_admin_bar_links() {
        global $wp_admin_bar;
        $wp_admin_bar->remove_menu('wp-logo');          // Remove the WordPress logo
        $wp_admin_bar->remove_menu('about');
    etc etc

    I would just like to know what are the particular ID’s for the AIO links that pertain to the admin bar section, as I don’t want to poke around inside the plugin coding in case I break something.
    Am using version 2.3.2.3

    Your help would be much appreciated
    Thanks.

    https://www.ads-software.com/plugins/all-in-one-seo-pack/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove the AIO links from the WP Dash Admin bar (not the L/H sidebar)’ is closed to new replies.