zapier-lead-data.json
{ "lead": { "email": "[email protected]", "ipAddress": "1.2.3.4", "referrer": "https://optinmonster.com/", "timestamp": 1699985224, "privacyConsent": true, "firstName": "Archie", "lastName":…
om-monsterlink-mobile-variant.html
Subscribe Now!
Bootstrap 5
// Add custom scripts function add_custom_script_bootstrap5() { wp_register_script( 'bootstrap5_js', 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/js/bootstrap.min.js', array(), '5.3.3', true ); wp_enqueue_script( 'bootstrap5_js'…
Connect site to Google
google-site-verification: google476d5b0743fce814.html
Modify WooCommerce Coupon Message
Want to change the default WooCommerce Coupon Message? Want to show the discounts they are getting?
To Remove a Single Field From {all_fields}
This code snippet removes a single field from your email notifications while still using the {all_fields}…
Unattached Media Cleanup
// Schedule the event if it is not already scheduled function schedule_unattached_media_cleanup() { if (!wp_next_scheduled('delete_unattached_media_event')) {…
Waste Licence
Waste carriers affiliation badge
Set Default Donation Amount
Set the default donation amount for all campaigns.
Count and message according to number of user files
Displays a different message according to how many files a user has in their media library.
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 );
Remove Download Links
Remove download links from checkout page for all downloads.
Show Invoice for Refunded
Makes PDF Invoices available for refunded payments
Price Option Not Checked
Prevent variable pricing options from being checked by default