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 );

Disable Update Notifications

Disable all wordpress update notifications

Hagai Maidenberg
<10

Milestone Sales Alert

Emails the admin when a specific download has been sold X times.

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…

Send Google Drive link to Google Sheets and purge entries

Delays the Google Sheets task until Google Drive has finished uploading, then swaps the local/download URL…

Ralden Souza PRO
<10

Add Tax ID to Shipping Label

/** * Add the Tax ID Field to the settings page * * In this example…

1 106 107 108 109 110 233