Add User to RCP Subscription on Purchase

Add customer to an RCP subscription level when they purchase a specific product.

Only count last file

This plugin makes it so that All Access only increments the download counter if the customer…

Add an image filed to the sign up form

// Add the image field to the signup form. add_action( 'wcv_form_input_after__wcv_store_name', 'wcv_image_uploader'); function wcv_image_uploader( ){ if…

Disable sold by link on checkout page

/** * Disable the sold by link on the checkout page */ add_filter('wcvendors_sold_by_link', 'wcv_disable_checkout_sold_by_link', 10, 2);…

custom footer chatgpt css

/* Style the footer container */ #custom-footer { background-color: #fff; /* White background */ padding: 1px;…

Untitled Snippet

Remya Achipra
<10

Remove Google Fonts

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

<10

blutooth connection

i want a on off button that when press each other send logical true if press…

Remove Subscriber from Segment

This snippet helps remove a push subscriber from a segment on the defined event.

Auto Responder Message Content | Quick Event Manager

add_filter('qem_autoresponder-message-content', , , 3); This filter allows you to alter the auto responder message content from…

Alter what the Calendar Displays | Display Eventbrite Events

The Calendar (cal and cal list) is more complex than standard PHP templates because it utilizes…

Login 'Remember Me' checked by default

'Remember Me' checked by default

<10

Test snippet

This is just for testing -- nice that there is a description area.

Todd Belcher PRO
<10

Allow SVG Files Upload

Add support for SVG files to be uploaded in WordPress media.

1 73 74 75 76 77 124