Plugin Directory

DashBar

How can I share my localization ?

Don't hesitate to let me know that you have localized the plugin in an other language. Drop me a mail

What the hell, it doesn't work. What can I do ?

Drop me a mail with any relevant data: WordPress version, theme, active plugins... I'll do my best to fix the issue.

My plugin is a really cool feature and I want to add a link in the DashBar

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...

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(3 ratings)