28 October 2020
|
Omar Reiss
On November 26, PHP 8 will be released to the world. PHP 8 is set to become one of the most breaking PHP releases in the history of PHP and will bring along unprecedented challenges for legacy PHP codebases, like WordPress, to fix compatibility. Today we bring you a comprehensive report on WordPress and PHP …
Read: "The 2020 WordPress and PHP 8 compatibility report"
26 March 2020
|
Omar Reiss
Last September, we released our first digital story; Diversity, inequality, and prejudice; a sociological exploration. This is the first in what will, hopefully, become a small series of stories that really define our mission, company culture, and broader vision. With these stories, we want to explore the possibilities the WordPress block editor has to offer …
Read: "Digital storytelling in the age of blocks"
8 January 2020
|
Jimmy Comack
3 January 2020
|
Jimmy Comack
27 November 2019
|
Andy Meerwaldt
Every developer has the habit to reinvent the wheel. We search for excuses to do everything ourselves, such as "Ah no, that thing doesn't fully cover what I need" and "I don't trust code I didn't write myself". That's too bad because others might have fixed the same issues you ran into. In this post, …
Read: "Is there a plugin for that?"
16 October 2019
|
Alexander
Unit-testing your WordPress plugin can be challenging. Luckily there are tools out there making it a lot easier. In this post, we will be covering the following tools: PHPUnit, Mockery and BrainMonkey. Together these tools can be a powerful tool to ensure the technical quality of your plugin. Before we started using these tools at …
Read: "Unit-testing with mocks in WordPress"
2 October 2019
|
Jimmy Comack