Replace Add to Cart With Download for Subscribers

If the user is recurring or has purchased the product already, shows a link to download…

Google AD

Google AD Snippet

Profile Data Shortcode

Renders the value of a single Profile Form field. Accepts one value, key. But it has…

MemberPress: Generate All Invoices

If the MemberPress PDF Invoice add-on is activated on the website, MemberPress will start generating invoices…

Recurring Addon Extension: Adding placeholder for custom recurring donations

Edit the custom text box that allows users to input custom donations for recurring donations (only).

WP Simple Pay: Programmatically Access Payment Metadata After Payment

Programmatically access metadata (such as custom field values) associated with a payment record after a subscription…

google tag

google code

Raymond Berry
<10

Generate Press Custom Font

This snippet allows developers & designers the ability to add custom fonts to generate press themed…

Joe McCorison PRO
<10

ai content idea generator

function openai_generate_text() { // Get the topic from the AJAX request $prompt = $_POST['prompt']; $prompt ="generate…

WP Simple Pay: Add User Meta After Payment

Use the payment email address to look up a WordPress user and add custom meta information.

Conversion Event Snippet

When people click on book now or sign up and redirected to Mindbody for bookings.

Mitch Bilic PRO
<10

Add Security Info to Checkout

Replace the image on checkout with the proper image for your SSL certificate.

Enable Full WP_Editor on Product Fields

add_filter( 'wcv_product_description_editor_settings', 'wcv_full_editor' ); add_filter( 'wcv_product_short_description_editor_settings', 'wcv_full_editor' ); function wcv_full_editor( $settings ){ $settings['teeny'] = false; return…

1 28 29 30 31 32 125