-
WPJM Analytics – Track, report, and export Job Listings and data for WP Job Manager.
WPJM Analytics – Track, report, and export Job Listings and data for WP Job Manager.
-
WPJM Company Profile Page 1.3.0 update
Last month WPJM Company Profile Page was updated to 1.3.0, be sure to get the latest version if you haven’t done it yet. Here’s the changelist: Tested up to WordPress 5.3.2 Tested up to WP Job Manager 1.34.1 Fixed: i18n by removing /lang path Download it for free in the WordPress.org repository here:
-
WPJM Extra Fields 1.3.0 update
Last month WPJM Extra Fields was updated to 1.3.0, be sure to get the latest version if you haven’t done it yet. Here’s the changelist: Tested up to WordPress 5.3.2 Tested up to WP Job Manager 1.34.1 Fixed: i18n by removing /lang path Enhancement: Added a class to textfields, so can be targeted via CSS…
-
Get Crypto prices using Google Finance and Google Spreadsheets
In the past it was possible to use Google Finance to pull cryptocurrency prices directly, this is no longer an option but we can use other built-in functions to do so.
-
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…