Writing Your First WordPress Plugin Part 5
February 21st, 2013 by admin
->
In part 5 of Writing Your First WordPress Plugin, I’m going to take you through the process of adding an admin options page to your first WordPress plugin. This options page will allow your user to configure the settings for the plugin very easily. View the full tutorial: pippinsplugins.com
Written by - Visit WebsitePosted in Wordpress Tutorial Videos
February 21st, 2013 at 2:18 am
Thanks a lot for this series!
Question: Why should you use an output buffer if the next thing you do is echo that buffer? Couldn’t you just directly close the? PHP-tag and enter the HTML? ie:
function options_page() {
?>
My HTML here
<?php
}
(I hope Youtube accepts this code…)
February 21st, 2013 at 2:18 am
Hi Pippin,
Just want to thank you for your tuts…
I am finding them very easy to follow and have learnt a lot from? you.
Cheers,Peter
February 21st, 2013 at 2:18 am
great tutorial… Thanks for sharing? 🙂
February 21st, 2013 at 2:18 am
This? is great, thanks.