Sometimes our WordPress plugin users need to create an Admin user account for their sites. In this tutorial I will share a small PHP code with you that can be used to create a WordPress Administrator user to your site. … [Read more...] about Add a WordPress Admin User Account via PHP
How to Begin Creating a WordPress Plugin
Creating a plugin extends the power of WordPress. Follow along with this tutorial for a quick beginner's course on how to begin the process of creating a custom plugin. In this tutorial, you will be introduced to: Why creating a custom plugin is a better choice over modifying core theme, … [Read more...] about How to Begin Creating a WordPress Plugin
How to Create a WordPress plugin
WordPress Plugins are tools to extend the functionality of WordPress. Creating a basic WordPress plugin that does something basic and cool on your site is not that hard. It is actually better to apply some tweaks to your site via a simple WordPress plugin rather than hacking your theme or an … [Read more...] about How to Create a WordPress plugin
WordPress Action Hooks and Filter Hooks – An Introduction
If you’re learning about WordPress and are thinking of doing some plugin or theme development, then hooks are something which you should become familiar with. Even if you don’t plan on becoming a fully fledged programmer but simply like to tweak themes to suit your needs, then WordPress hooks … [Read more...] about WordPress Action Hooks and Filter Hooks – An Introduction