IT Nursery
I have a function that adds items to the WordPress toolbar. For example: $args2 = array( 'id' => 'conversations_unread', 'title' => $visitor['conversations_unread'] . ' &nbsp ', 'href' => XenForo_Application::get('options')->boardUrl...
  • April 14, 2022
  • 0 Comments
IT Nursery
I was thinking of removing/hiding admin-bar from my wordpress (3.1.1) installation. I visited following link: http://codex.wordpress.org/Plugin_API/Filter_Reference/show_admin_bar I was surprised to see only a single line to remove/hide admin-bar add_filter(...
  • April 10, 2022
  • 0 Comments