WordPress REST API and OAuth is a perfect combination for many applications which runs WordPress as a backend. But for the beginners OAuth handshaking will be a bit complex one to understand. If you are is this category, don't worry you are in the right place to learn about the WordPress REST API and OAuth... Continue Reading →
How to create custom filter in WordPress?
Basically WordPress hooks are categorised into two types; Action hooks Filter hooks Action hooks: As name says, these hooks are called when an action is performed. Action hooks allow you to execute your custom functions which are referred to as actions. Action hooks allow you to add additional code to the WordPress core or theme so... Continue Reading →
WordPress: Permalink setting redirecting to 404?
You have installed everything on server apache, WordPress, brand new theme, all plugins... But your permalink setting not working at all? Is it throwing you 404 page? You have set .htaccess file as per WordPress suggestion? If YES, then consider your problem is solved 🙂 Make sure you have enabled rewrite module on Apache. If... Continue Reading →
Installing PHPUnit on OSX
well, before installing PHPUnit into your system, you need to check for some prerequisites. Prerequisite: PHP 5.6 or >5.6 PEAR (optional) Installing PHP 5.6 To install PHP 5.6, I am going to use curl which comes out of the box with OS X. Okey, let's start installing PHP 5.6. Open your system terminal command + space... Continue Reading →
You must be logged in to post a comment.