← All posts

Tagged: PHP

ACF Blocks – Gutenberg Blocks the Easy Way

Advanced Custom Fields Pro makes building custom Gutenberg blocks dramatically simpler — here's how to get started without touching the block API directly.

wp_verify_nonce and PHPUnit testing

When testing a plugin function that is using wp_verify_nonce , we will want that wp_verify_nonce to not return false in our testing environment. (We are using…

WordPress and Responsive Images

Using custom fields to create a list of previous projects. When using get_the_post_thumbnail() , it will put in the responsive img tag that includes srcset and…

ACF Security

Since we discovered the Advanced Custom Field (ACF) plugin for WordPress, we've been using it in almost all of our WordPress projects. It makes WordPress's…

Using Humaan Modaal in WordPress

I like what I see in the Humaan Modaal project. It provides a way of producing an accessible dialog window (or modal). The website says it is a WCAG 2.0 Level…

WooCommerce Persistent Cart Issue

I have a client with a WordPress/WooCommerce site. They have a large client that needs to access their site with a generic username and password that is…

WordPress PHP debugging with PHPStorm

For the longest time I've been plugging away developing WordPress code and looking at the results via the web browser. If I wanted to know what value a…