Latest Posts
-
Microsoft Azure SqlServer
Check the status of CREATE DATABASE and ALTER DATABASE queries List all users and roles
-
How to convert a Network Active plugin to active on each site
WordPress multisite allows plugins and themes to be Network Active. This prevents them from being deactivated on any site in the network. To change a plugin from Network Active on…
-
Akismet Alternatives
Blocking spam on WordPress websites is heavy work. Akismet comes pre-installed on every site, but it’s not free for businesses or the only way to stop spam. OOPSpam https://www.oopspam.com/ CleanTalk…
-
TypeError: c is not a function
If you’re building blocks for WordPress, and the error TypeError: c is not a function is logged in your browser’s developer console, you may have created a TextControl component and…
-
Gravity Forms confirmation not working. Instead, “Thanks for contacting us! We will get in touch with you shortly.”
If you see the default “Thanks for contacting us! We will get in touch with you shortly.” even if you’ve created a custom confirmation for your Gravity Form, your entry…
-
TypeError: b.map is not a function
If you’re building blocks for WordPress, and the error TypeError: b.map is not a function is logged in your browser’s developer console, you may have created a SelectControl component and…
-
Router Circle Jig Calculator
I recently gifted myself a Bosch 1617EVSPK router, and the first project is mounting it to a old Craftsman 171.253512 router table that came with the used contractor table saw…
-
Gravity View is_approved enumeration
Entry approval is a Gravity View feature I use often. Even if I’m not using Gravity View on a project that needs to filter out some entries, I’ll save the…
-
Mimic the WordPress.org developer reference for your project
I replicated wordpress.org’s code reference system for my own project. WordPress provides a template tag get_the_title() and it’s documented at https://developer.wordpress.org/reference/functions/get_the_title/. A plugin I just launched provides a template tag…
-
Entries To Google Sheet, an add-on for Gravity Forms
I built a WordPress plugin that saves a copy of all Gravity Forms entries in a Google Sheet as they are received. Entries to Google Sheet is the glue between…
-
ACF get_fields() not working but get_field() does
This is confusing: calls to get_fields() find no Advanced Custom Fields values saved with a specific post, but calls to get_field() find values for the same post. This happens when…
-
Troubleshooting VS Code, xDebug, and Laravel Valet on macOS
Problem: xDebug is not showing up in phpInfo() output Run <?php phpInfo(); in a browser and look for “with Xdebug” like is shown near the bottom left of this screenshot:…