please fix admin bar node
-
Hi there ??
There is an issue with custom admin panel themes where admin bar is custom styled… fix for it is:
$args = array( 'id' => 'updraft_admin_node', 'title' => 'UpdraftPlus', 'href' => 'https://updraftplus.com' ); $wp_admin_bar->add_node($args);
Please add it in future releases. Thanks ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘please fix admin bar node’ is closed to new replies.