-
Redirect Subdirectory From Old Domain to New Domain Root for WordPress

Find out how to redirect the subdirectory from the old domain onto the new domain as root, for WordPress.
-
Migrate an ACF Repeater Into Its Own Custom Post Type

How are you able to migrate an ACF repeater object into its own custom post type? So that all the repeated rows get moved into their own custom posts?
-
Woocommerce Checkout – Remove Validations That Are Still Appearing

At times you have to realise that you must not assume an action hook’s name to be part of a particular plugin, but rather to look twice at the issue, and focus on the fundamentals.
-
Using get_template_part() for WordPress 5.5 and above

You can now pass an array within the function arguments of `get_template_part()` meaning that you can pass data into the specified template. This can be as simple as a string variable, or as complicated as data can be (array of values, etc.)!
-
WP All Import for Tribe Events with Tickets meta

Here’s an alternative to importing posts of the same ID, when WP All Import Pro (at this time of writing) wouldn’t.
-
Dynamically Change The “View All X Events” URLs for the Events Calendar

Code Snippet revealed. At the moment there is a bug going on, and this hotfix for the View All Events will do the trick pretty well.