Release Notes Completionist v3.10.0 – New Cache Settings, Automations Fix Published August 20, 2023 Completionist v3.10.0 was released on August 15, 2023 which brings important new settings, helpful screen updates, and useful bug fixes.
Completionist How to Display Asana Tasks and Projects on WordPress Published August 4, 2023 Here's the two ways to display Asana tasks and projects on WordPress without technical knowledge, extensive configurations, or a big budget.
Stripe How to Accept International Bank Wire Transfers with Stripe Published February 23, 2023 With Stripe, you can accept global business in just 3 easy steps! Here's how to get a Stripe bank account and SWIFT code to collect payment.
PHP How to Recursively Unset Array Keys and Object Properties in PHP Published November 29, 2022 PHP's unset() function doesn't go deep. Here's the 5 short functions you need to efficiently prune multi-dimensional datasets in PHP.
API Why wp_verify_nonce() Fails in WordPress REST API Endpoints Published October 18, 2022 WordPress nonce values are actually tied to the current user, so you need to know how to authenticate requests to the WordPress REST API.
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 Create Custom Domain Email Addresses with Mailgun Published February 26, 2022 Create custom email address accounts for your website domain with Mailgun. It takes just 3 steps to enhance your professional appearance.
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.
Elementor Elementor Pro vs. Custom Gutenberg Theme: Performance Report Published December 21, 2020 Should you pay for a custom WordPress theme development or just DIY with Elementor Pro? See the performance and cost comparisons of both!
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!