© 2022 Hashnode
In this article, I want to give you a crisp guide on the topic "How to create new custom user roles in WordPress" because this problem was often brought up in my circle of developer and content manage…
WordPress is a Content Management System primarily coded using the PHP programming language. PHP scripts have a maximum execution time to keep your site healthy, for example, if there were no maximum execution time, Attackers could use neve…
Why do we need this? 📕 There is no REST API endpoint out of the box to reset the password but we have to add additional functionality by installing the plugin on WordPress and then we can leverage it…
What is Plugin Header Comment In WordPress plugin development, a header comment is a comment in the root PHP file. It has a specific format that WordPress can read. The comment contains metadata about…
A slow WordPress website is always a bad thing. No matter how well my designs were, if my client's site took too long to load I wouldn't be happy. While developing a WordPress website, we all have to …
What are Plugins? We’ve all heard a thing or two about plugins, and we’ve all used one or two before, at least I’d like to believe so, but if not, you’re in the right place to find out just what plugi…
What are custom post types? WordPress has been the most popular content management system for years. If you are familiar with WordPress, I am sure you must have worked with posts and pages. These are …
Summary For well over a decade after its release, Wordpress has grown to be one of the most loved and used Content Management Systems (CMS) for software developers and content managers. Within this a…
Making payments online should be seamless and less frustrating. I conquered my fear and tested out Flutterwave and I was really impressed. Here is how to create a simple payment form using Flutterwav…
The devil is in the small details... So reflecting on my previous article (WordPress Boiler Plate Chase), I might find some solution to it. Also, it has a short story, that has happened this weekend.…