Advanced Custom Fields How to Sort WordPress Posts by ACF Date Field Values Published March 26, 2022 It doesn't always make sense to sort WordPress posts by their publish date. Custom sorting is easy with ACF and this quick code snippet.
Mailgun How to Use Mailgun’s API in PHP to Send Emails Reliably Published June 14, 2021 Don't add another dependency or configure SMTP on your server! A single endpoint of Mailgun's API can quickly provide PHP email reliability.
WooCommerce How to Find Purchased, Returned, and Owned Product Quantities Published April 27, 2020 Personalize experiences for your WooCommerce customers by knowing a customer's product quantities. I've already written the complete function for you!