Remove Price

Removes the price from all add to cart buttons

Rank Math

Support for Rank Math

Disable Blog Posts

// Remove side menu add_action( 'admin_menu', function () { remove_menu_page( 'edit.php' ); } ); // Remove…

After Checkout Event In WooCommerce

This would stop sending cart abandonment campaigns to your push subscribers in the WooCommerce store as…

om-nextjs.js

import { useEffect } from 'react'; import { useRouter } from 'next/router'; const OptinMonsterEmbed = ()…

Number slider validation for single page forms

This snippet uses the wpforms_process_validate_number-slider action to check the slider value after submission.

<10

Displaying WPForms Pro on Quiz and Survey Master Results Pages

This code snippet will ensure WPForms Pro forms displays properly on QSM results pages.

<10

paypal

adam holt
<10

Add Subscriber to Segment

This snippet helps you add the push subscriber to the segment as per the action defined.

Donation Form Email Check

If you need to do manual validation of an email when a donation is being submitted…

WPCode Snippet: MU-Plugins Sync Engine

/** * WPCode Snippet: MU-Plugins Sync Engine * Description: Synchronizes MU-Plugins FROM /wp-content/mu-plugins/ TO wpcode_snippets_sync CPT…

ismail daugherty PRO
<10

Custom Payment Icon

Register a custom payment icon to show on the checkout form.

1 33 34 35 36 37 125