Retroactive Lifetime Licenses
Mark all existing licenses for an EDD product as lifetime licenses.
FluentCommunity Auto-Delete Diagnostics
This diagnostic snippet monitors and logs how the FluentCommunity auto-delete system behaves, without needing debug.log. It…
Vendor Canonical Links
Makes the vendor canonical links go to yoursite/vendor/vendor-name instead of yoursite/vendor.
Single Vendor Purchase
Limits the customers purchase to a single vendor
Display a message after the 1st paragraph of posts
Thank you for reading this post, don't forget to subscribe!
Set the Payment fields in the Sign Up form as required
Set the Payment fields in the Sign Up form as required - you can remove any…
HTML inside PHP
How to output HTML inside PHP.
Filter to send admin confirms | Quick Event Manager
add_filter('qem_registration_always_confirm_admin',,,1); This filter returns a Boolean to decide if an admin confirm is to be sent…
Disable Dynamic Template on the Homepage/Front-page
The following snippet can be used to remove the dynamic template assigned to all pages from…
Remove Unwanted Events | Display Eventbrite Events
Sometimes it is simplest to resort to code if you want to remove something from the…
Display both published and modified date
‹?php // Code from codewp.ai function codewp_display_dates( $content ) { if(get_post_type() != 'post') { return $content;…