Making WP REST API Return More Than 100 Results

By default, WordPress REST API returns at most 100 results for any post type. Learn how to work around this limit and return all results.

June 20, 2017 · 2 min

Run PHPUnit Tests With One Click using PhpStorm and Vagrant

If you are struggling with configuration of PHPUnit with PhpStorm and Vagrant, this post covers all resources you need and provides necessary tips to run your tests with a single click.

January 4, 2017 · 3 min