Don't hesitate to let me know that you have localized the plugin in an other language. Drop me a mail
Drop me a mail with any relevant data: WordPress version, theme, active plugins... I'll do my best to fix the issue.
DashBar declares a DashBarLink object you can use in combination with the DashBar hook. 1. Create e new DashBarLink instance: $mylink = new DashBarLink($label, $url, $credential (optional)) 2. Add it to the List : addfilter('DashBarpre_link', function($list) { $list[] = $mylink; return $list; });
This example might not work. But if you made a plugin. You got it...




