First time, when I try to setup PHPUnit inside a WordPress plugin, it seems like I can not run test for this plugin. After spending more hours on it, now it seems like its so easy like create a plugin in WordPress. I have learned many things during this process. Like how to create a… Continue reading Setup PHPUnit in WordPress plugin with WP CLI
Category: WP CLI
Setup WordPress using WP CLI
Setup WordPress using WP CLI is very comfortable who use WP CLI in their daily development process. At first you need to have WP CLI installed in you local machine. In order to check, run wp command inside your terminal. Here is what I got running wp command. Now its time play around. Open your… Continue reading Setup WordPress using WP CLI
Solve no such file or directory problem in WP CLI
We all are used to update all plugins and themes from the admin panel of our WordPress site. It’s so easy. Enter to your dashboard, open plugin page and update individual plugin. Update theme or plugin from WP CLI is also so easy. But at first time, most of the dev face some issue to… Continue reading Solve no such file or directory problem in WP CLI