Tag: WordPress
-
Adding Unit tests to a WordPress plugin via VVV and PHPUnit
While the official documentation can be found at https://make.wordpress.org/core/handbook/testing/automated-testing/phpunit/ , this is very far from being approachable to folks who are just starting (like me). It honestly took half a dozen of tries during the last year to make it work as expected. While steps 1 ( Install PHPUnit ), and 2 ( Install WP-CLI […]
-
WordPress plugin: WPJM Extra Fields – Adds extra fields to WP Job Manager job listings
A few months ago I released a new free WordPress plugin into the WordPress.org repository. By installing this plugin (or we can call it extension as well, as is a plugin for another plugin, WP Job Manager) new Salary and Important Information fields will be added to the default Job Listing functionality that WP Job […]