I’m new to your Admin Bar Editor plugin. I just installed it from the WordPress plugin repo. When I tried to check the documentation, it redirected me to a 404 page.
Here’s a screenshot: https://prnt.sc/-2U754MSUL12
Thanks.
I like to keep only a icon in some of my existing admin bar items, how I can do this? Any suggestion appreciated – Screenshot: https://prnt.sc/jXb25o8HIgpg
]]>Hi:
The code is well-written, but there are two serious issues:
These issues are currently affecting the normal operation of the system. I recommend fixing them when you have time, ensuring that the original system remains unaffected.
Thank you!
]]>I’ve successfully installed WordPress 3.1.3 on several sites but for some reason on one of them the “Shortlink” item does not appear on the menu bar (when on single post pages).
Also, this code which is hooked onto admin_bar_menu and works elsewhere does not work on the same site:
global $wp_admin_bar;
$current_object = get_queried_object();
if ( empty($current_object->post_type) )
{
$wp_admin_bar->remove_menu('edit');
}
(This code removes the “Edit” menu item if not on a single page)
Any ideas why these two things would’nt be working? Thanks in advance.
]]>