Include Subscriptions in API
Include EDD Subscription payments in the /edd-api/sales endpoint
Podar Jumbo Kids - Contact Details
Contact Details
Failed login: Don't show if username is correct
If a user's login fails, don't tell them whether the username or password was incorrect
Round Percent Donated To Whole Number
/** * Display percent donated as rounded whole number. * * @param string $return * @param…
change media owner
Allows the admin to assign any media library file from one user to another
Cortex Image Meta API
/** * Cortex Image Meta API - REST Endpoints for WordPress Image Optimization * v1.0 -…
Ensure Webfont is Loaded (non-Elementor)
function custom_font_display( $current_value, $font_family, $data ) { return 'swap'; } add_filter( 'font_display', 'custom_font_display', 10, 3 );
Meta Pixel - ViewContent Event
Meta Pixel - ViewContent Event
Disable Update Notifications
Disable all wordpress update notifications
Milestone Sales Alert
Emails the admin when a specific download has been sold X times.
header
for codes
WWOF v3: Force "View Cart" link in the success side-popup to open in the same tab
/** * WWOF v3: Force "View Cart" link in the success side-popup to open in the…
Commissions payment_id email tag
This adds support for the {payment_id} email tag to Commissions Notifications
Remove Gift Aid "Title" Field From Donation Forms
add_filter( 'charitable_default_donation_fields', function( $fields ) { if ( isset( $fields['title'] ) ) { // Remove from…