Search results for: admin

Display Form Entries

Displays form entries on the front end of your site. Once this snippet is added and…

200+

Event URL (Additional Data) | Display Eventbrite Events

This filter allows you to adjust the event URL. This is primarily so you can add…

WP Simple Pay: Add Email Address to Payment Confirmation URL

Append the submitted email address to the payment confirmation page URL.

Disable WP Texturize

// Disable curly quotes remove_filter( 'the_content', 'wptexturize' );

<10

Add Translated Version Sitemap Entries for a Specific Term

This filter can be used to add Translated Version Sitemap Entries for a Specific Term. You…

<10

Limit Purchase Total

Sets a purchase amount and prevents customers from purchasing more than that amount at one time.

om.Campaign.init.preload

document.addEventListener('om.Campaign.init.preload', function(event) { var campaign = event.detail.Campaign; campaign.settings.preload = false; });

WPForms: add field description in notification HTML and plain text emails

With this snippet, you can add a field description in notification emails that are sent to…

Enable Legacy Email Templates

This snippet will allow the ability to select Legacy from the WPForms >> Settings >> Email…

90+

Redirecting Vendors to Vendor Dashboard on Login

Snippet To Redirect Vendors to their Dashboard on login

WP Simple Pay: Remove Card Terms

Removes auto-generated terms displayed under card fields.

Untitled Snippet

add_filter( 'aioseo_robots_meta', 'aioseo_filter_robots_meta' ); function aioseo_filter_robots_meta( $attributes ) { $url = home_url( $_SERVER['REQUEST_URI'] ); if (strpos($url,'product_search=')…

1 58 59 60 61 62 75