Disable Wish Lists by Category

Customize this plugin to remove wish lists from certain categories of downloads

Remove Product Notes For All Downloads

Remove product notes from all downloads. These show on the purchase confirmation page, the admin email…

Set the Language for Google reCAPTCHA

Changes the language when using reCAPTCHA. You'll just need to update the language code. To find…

<10

How to change the store address country for all vendors

/** * Set the vendor's store country to us. */ function wcv_set_vendor_country() { if ( function_exists(…

Change Sublabels for the Email Field

Using this snippet will allow you to customize the sublabels that appear under the Email field…

<10

WP Simple Pay: Create WordPress User After Payment (Lite)

Creates a new WordPress user when one-time payment is made with WP Simple Pay Lite.

Showcase IDX plugin - Replace all Permalink URLs with current URL in Schema

This snippet replaces all the Permalink URLs with the current URL in Schema markup.

<10

Login Form Styling

Custom styling for login forms

<10

Extra WordPress Filters in Pro (Do something with the price display) | Display Eventbrite Events

Using this filter, you can change the price display. filter: (‘wfea_price_display‘ , $price_display, $min, $max, $currency)…

Change Arabic Currency symbol to the currency short code

example change د.إ to AED and all the Arabic currencies

Post-States

add_filter( 'display_post_states', 'bu_style_post_state_bricks', 15, 2 ); function bu_style_post_state_bricks ($post_states, $post) { if( isset( $post_states['bricks'] ) )…

Custom Template File Hook

This is the hook you will need in order to add custom form templates to your…

<10
1 21 22 23 24 25 46