Sending Geolocation Data Through Webhooks

This snippet works with the Geolocation and Webhooks addon. It allows you to send geolocation data…

10+

Sticky header

/*Sticky header*/ #site-header { position: fixed; top:0; opacity: 0.98; } #main { margin-top: 70px !important; /*…

Remove Line Breaks From CSV Exports

This snippet will remove the line breaks from CSV exports.

10+

Change / Translate Plugin Text

This is a local translation snippet that should work for any phrases in Charitable and Charitable…

Change Default Post Type Name “aioseo-location”

This filter can be used to change the default post type name from “aioseo-location” to 'franchise-location'.

10+

Make Donor Address Required

Make all address fields required on donation pages.

Change Default Post Type Plural Label “Locations”

This filter can be used to change the default post type plural label from “Locations” to…

10+

Using Date Picker Localization

This snippet is used to apply the changes that instruct WPForms to update the date picker…

10+

Disable Schema Output for WooCommerce products

This filter can be used to Disable Schema Output for WooCommerce products.

10+

Multi Step Donation Form

This snippet provides a foundation for converting the donation form into a multi-step donation form.

Change Default Post Type Slug “location”

This filter can be used to change the default post type slug from “location” to 'franchise'.

10+

Enable HTTP Strict Transport Security (HSTS) in WordPress

The provided code snippet is a WordPress function that enables a WordPress site's HTTP Strict Transport…

Add Textbox To Donation Form

Adds a textbox to a donation form - for example, to collect a referral code.

Approving User Account After Completed PayPal Payment

This snippet conditionally approves a user's account after they've completed their payment through the PayPal gateway.

10+

Remove Google Fonts (Elementor)

add_filter( 'elementor/frontend/print_google_fonts', '__return_false' );

1 20 21 22 23 24 149