Well, in this article, I assume you have read the WP Engineer’s excellent post Add WordPress Dashboard Widgets, because his code will be our start point.
So, we have this code:
// Load up the localization file if we're using WordPress in a different language
// Place it in this plugin's folder and name it "MainFunction-[value in wp-config].mo"
load_plugin_textdomain( 'MainFunction', '/wp-content/plugins/MainFunction' );
/**
* Content of Dashboard-Widget
*/
function MainFunction() {
echo 'Test Add Dashboard-Widget';
}
/**
* add Dashboard Widget via function wp_add_dashboard_widget()
*/
function MainFunction_Init() {
wp_add_dashboard_widget( 'MainFunction', __( 'MainFunction Widget Title' ), 'MainFunction' );
}
/**
* use hook, to integrate new widget
*/
add_action('wp_dashboard_setup', 'MainFunction_Init');
OK, now, remenber the wp_add_dashboard_widget function?
function wp_add_dashboard_widget( $widget_id, $widget_name, $callback, $control_callback = null )
The $control_callback parameter (obviously optional) is our main target. It gives the ‘Configure’ option to our spiffy widget.
So, we need to add a 4th parameter to wp_add_dashboard_widget:
wp_add_dashboard_widget( 'MainFunction', __( 'MainFunction Widget Title' ), 'MainFunction', 'MainFunction_Setup');
The MainFunction_Setup function handles two things: the options (set the default options, recolect new values, etc) and the option’s presentation (i.e. the HTML part)
So, here goes the code:
function MainFunction_Options() {
$defaults = array( 'items' => 5, 'boolean' => 1);
if ( ( !$options = get_option( 'MainFunction' ) ) || !is_array($options) )
$options = array();
return array_merge( $defaults, $options );
}
function MainFunction_Setup() {
$options = MainFunction_Options();
if ( 'post' == strtolower($_SERVER['REQUEST_METHOD']) && isset( $_POST['widget_id'] ) && 'MainFunction' == $_POST['widget_id'] ) {
foreach ( array( 'items', 'boolean' ) as $key )
$options[$key] = $_POST[$key];
update_option( 'MainFunction', $options );
}
?>
As you can see, MainFunction_Options puts the default values (if necessary, of course) and MainFunction_Setup show the current values and let change them. You can merge this two, of course...
Now, we have to get the options and use them in our MainFunction function. Change MainFunction like that:
/**
* Content of Dashboard-Widget
*/
function MainFunction() {
$widget_options = MainFunction_Options();
echo 'Test Add Dashboard-Widget
';
echo "You have selected $widget_options['items'] items
";
echo "boolean is $widget_options['boolean']
";
}
The complete code here:
';
echo "You have selected $widget_options['items'] items
";
echo "boolean is $widget_options['boolean']
";
}
/**
* add Dashboard Widget via function wp_add_dashboard_widget()
*/
function MainFunction_Init() {
wp_add_dashboard_widget( 'MainFunction', __( 'MainFunction Widget Title' ), 'MainFunction' , 'MainFunction_Setup' );
}
function MainFunction_Options() {
$defaults = array( 'items' => 5, 'boolean' => 1);
if ( ( !$options = get_option( 'MainFunction' ) ) || !is_array($options) )
$options = array();
return array_merge( $defaults, $options );
}
function MainFunction_Setup() {
$options = MainFunction_Options();
if ( 'post' == strtolower($_SERVER['REQUEST_METHOD']) && isset( $_POST['widget_id'] ) && 'MainFunction' == $_POST['widget_id'] ) {
foreach ( array( 'items', 'boolean' ) as $key )
$options[$key] = $_POST[$key];
update_option( 'MainFunction', $options );
}
?>
You can view a PHPS version (without PHP crippled tags) here.
536 replies on “How add options to your WordPress 2.7 dashboard widgets”
I was extremely pleased to find this website. I wanted to thank you for ones
time for this wonderful read!! I definitely appreciated every part of it and
i also have you saved to fav to look at new stuff in your site.
Hello, i read your blog from time to time and i own a similar one and i was just
curious if you get a lot of spam responses? If so how do you protect against it,
any plugin or anything you can advise? I get so much lately it’s driving me insane so any help is very much
appreciated.
Here is my page :: store.enviotech.com.bd
You are so cool! I don’t think I have read through anything like
that before. So nice to discover someone with a few genuine thoughts on this topic.
Seriously.. thanks for starting this up.
This site is something that’s needed on the internet,
someone with a bit of originality!
F*ckin’ amazing things here. I am very happy
to see your article. Thanks so much and i am looking forward to touch you.
Will you please drop me a e-mail?
My webpage: http://www.lifeadventureexplore.com
Great post.
I got what you mean, thank you for putting up.
Woh I am glad to find this website through google.
Look at my page http://www.physics-s3.org.uk
With havin so much content and articles do you
ever run into any problems of plagorism or copyright infringement?
My site has a lot of unique content I’ve either created myself or outsourced but it looks like a lot of it is popping it up all over the
internet without my authorization. Do you know any techniques to help
reduce content from being ripped off? I’d really appreciate it.
I am sure this post has touched all the internet visitors, its really really fastidious piece
of writing on building up new blog. asmr 0mniartist
That is a great tip particularly to those new to the blogosphere.
Simple but very precise information… Thanks for sharing this one.
A must read article!
My site … https://geegram.net/VivienBrewis4855
Yay google is my king aided me to find this outstanding site!
Here is my webpage: https://ultimatedunitedbrothersclub.com
I’m not sure why but this blog is loading incredibly slow
for me. Is anyone else having this problem or is it a problem on my end?
I’ll check back later and see if the problem still
exists.
My web-site royaltooba.com
As I website owner I think the articles here is real great, regards for your efforts.
my web blog: http://coursebuddy.meltdowndesigner.com/
I always used to read piece of writing in news papers but now as I am a user of web therefore from now I am using net for content, thanks to web.
Look at my web site :: Lurlene
Outstanding story there. What occurred after?
Good luck!
Thanks a ton for being my instructor on this area. My partner and i enjoyed your
own article a lot and most of all preferred how you really handled the aspect
I regarded as being controversial. You’re always really kind to
readers much like me and assist me in my existence.
Thank you.
Feel free to surf to my web page http://www.avianoslist.com
Does your site have a contact page? I’m having problems locating it but, I’d like to send you an email.
I’ve got some recommendations for your blog you might be interested in hearing.
Either way, great blog and I look forward to seeing it
develop over time.
Here is my page :: http://shakimuddin.com/?option=com_k2&view=itemlist&task=user&id=3190722
Aw, this was a very nice post. Spending some time and actual effort
to produce a superb article… but what can I say… I put things off a whole lot and don’t
manage to get anything done.
Feel free to visit my homepage bbs.yunweishidai.com
A lot of thanks for your whole efforts on this website.
My niece really loves managing investigations and it’s really easy to understand why.
Most of us learn all about the dynamic way you give invaluable
suggestions via this web blog and even foster response from other people on the content so our own child is becoming educated so much.
Enjoy the rest of the year. You are carrying out a splendid job.
My web page – forum.nobletronics.com
I visited multiple websites however the audio quality for audio songs present at this web page is genuinely wonderful.
Good replies in return of this issue with solid arguments and
explaining everything about that.
Here is my blog; http://www.groovyfreeads.com/user/profile/396087
Appreciate it for this post, I am a big fan of this site would like to continue
updated.
my web site rftitanforge.com
I just like the helpful information you supply on your articles.
I will bookmark your blog and check again right
here frequently. I’m reasonably certain I’ll be told a lot of
new stuff right here! Good luck for the next!
my homepage :: http://www.helpformommies.com/
Thanks for sharing your thoughts about cure eczema.
Regards
Here is my page :: https://www.indiaolx.com
I truly love your site.. Great colors & theme.
Did you build this website yourself? Please reply back as I’m wanting
to create my very own website and want to find out where you got this from or exactly what the theme is
called. Thanks!
Also visit my site https://ultimatedunitedbrothersclub.com
I used to be suggested this website by means
of my cousin. I am not certain whether or not this submit
is written by him as nobody else recognise such special about my problem.
You are amazing! Thank you!
Also visit my webpage – http://www.quickregisterhosting.com/classifieds/user/profile/394315
Aw, this was an incredibly good post. Spending some time and actual effort to
produce a great article… but what can I say… I put things off a whole lot and don’t
seem to get nearly anything done.
my site: groovyfreeads.com
Thank you for sharing with us, I believe this website genuinely stands out
:D.
Here is my web-site – mybizbuz.com
Hey there! I know this is somewhat off topic but I was
wondering if you knew where I could find a captcha
plugin for my comment form? I’m using the same blog platform as yours and I’m
having trouble finding one? Thanks a lot!
Also visit my site mlmfamily.com
My programmer is trying to convince me to move to
.net from PHP. I have always disliked the
idea because of the expenses. But he’s tryiong none the less.
I’ve been using Movable-type on various websites for about a year and
am worried about switching to another platform.
I have heard excellent things about blogengine.net.
Is there a way I can import all my wordpress content into
it? Any help would be really appreciated!
Feel free to visit my webpage … http://www.fivedollarclassifieds.com
My programmer is trying to convince me to move
to .net from PHP. I have always disliked the idea because of the
costs. But he’s tryiong none the less. I’ve been using WordPress on a variety of
websites for about a year and am anxious about switching to another platform.
I have heard great things about blogengine.net.
Is there a way I can import all my wordpress posts into it?
Any help would be really appreciated!
my webpage … http://www.theezentrepreneur.com
Wohh precisely what I was searching for, appreciate it
for posting.
Also visit my web blog; https://fahl.uk
If some one needs to be updated with most recent technologies
therefore he must be pay a quick visit this website and be up to date all the time.
Also visit my blog; store.enviotech.com.bd
Thanks for sharing superb informations. Your web-site is so cool.
I’m impressed by the details that you’ve on this web site.
It reveals how nicely you understand this subject.
Bookmarked this website page, will come back for more articles.
You, my friend, ROCK! I found simply the information I already searched all over the
place and just could not come across. What a great web-site.
Here is my web-site – Florencia
Heya i am for the first time here. I found this board and I find It truly useful & it helped me out a lot.
I hope to give something back and aid others like you
aided me.
Here is my web site: http://www.soulmta.infora.hu
Real clean website, thank you for this post.
Also visit my webpage http://irssoft.com
Can you tell us more about this? I’d want to find out more details.
Have a look at my website :: http://www.hit-forum.info
First off I want to say awesome blog! I had a quick question which
I’d like to ask if you don’t mind. I was interested to find
out how you center yourself and clear your head prior to writing.
I’ve had a difficult time clearing my mind in getting my thoughts out.
I do take pleasure in writing however it just seems like the first 10 to
15 minutes are usually wasted just trying to figure out how to begin. Any ideas or hints?
Cheers!
my web page – http://www.viralclassifiedads.com/
Hello there! This post couldn?t be written much better!
Going through this post reminds me of my previous roommate!
He continually kept talking about this. I’ll forward this information to him.
Fairly certain he’ll have a great read. Many thanks for sharing!
my blog; http://www.quickregisterhosting.com
You actually make it appear so easy together with your presentation but I in finding this matter to be actually one thing that
I believe I would by no means understand. It sort of feels too complicated and extremely huge for me.
I’m having a look forward on your subsequent submit, I’ll
try to get the hang of it!
Here is my site … http://www.classifiedadsubmissionservice.com
Hiya, I’m really glad I’ve found this information. Today bloggers publish just about gossips and internet and this is really irritating.
A good site with exciting content, that’s what I need. Thanks for keeping this
web site, I will be visiting it. Do you do newsletters?
Can’t find it.
Also visit my web-site kebe.top
Some genuinely select posts on this site, saved to favorites.
My webpage; store.enviotech.com.bd
At this time it sounds like Drupal is the preferred blogging platform available right now.
(from what I’ve read) Is that what you’re using on your blog?
my web blog … bgmobile.eu
Quality articles is the important to interest the viewers to go to see
the site, that’s what this site is providing.
Here is my web blog :: https://freeglobalclassifiedad.com/
I have been exploring for a little for any high-quality articles or blog posts in this
kind of house . Exploring in Yahoo I ultimately stumbled upon this website.
Reading this info So i am happy to convey that I’ve an incredibly just right
uncanny feeling I came upon just what I needed.
I so much surely will make sure to do not put out of
your mind this site and provides it a look on a relentless basis.
Here is my website riyapola.com
Hey there! I’ve been reading your blog for a while now and finally got
the courage to go ahead and give you a shout out from New Caney Texas!
Just wanted to tell you keep up the great job!
Here is my website … https://www.babybargains.com.au/author/lilianashle
Amazing! This blog looks exactly like my old one!
It’s on a completely different topic but it has pretty much the same layout and design. Great choice of colors!
Have a look at my homepage – lifeadventureexplore.com
Keep working ,great job!
my blog; Keesha
Thank you for sharing with us, I believe this
website truly stands out :D.
Here is my web blog :: http://www.pdelite.org
Hi there, I log on to your new stuff on a regular basis.
Your story-telling style is awesome, keep it up!
Here is my site … http://www.alltebfamily.com
Hello there, You have done a fantastic job. I’ll certainly digg
it and in my opinion recommend to my friends. I am confident they’ll be benefited from this site.
Feel free to visit my website … coursebuddy.meltdowndesigner.com