Allow SVG Files Upload

/** * Allow SVG uploads for administrator users. * * @param array $upload_mimes Allowed mime types.…

<10

WP Simple Pay: BuddyBoss Preview Compatibility

Provides BuddyBoss preview function compatibility

WP Simple Pay: Disable Webhook Failed Notification

Disable alert bubbles when webhook events are not received.

Explicit Fixed Width and Height

add_filter( 'the_content', 'add_image_dimensions' ); function add_image_dimensions( $content ) { preg_match_all( '/]+>/i', $content, $images); if (count($images) <…

<10

Disable recurring renewal notices for specific download

Allows renewal notice emails to be disabled for subscriptions including a certain download.

Instagram Shop

Instagram and Facebook

jeannie weingarten
<10

Google AdSense Ad blocking recovery (Head Section)

Google AdSense Ad blocking recovery (Head Section) Snippet

Add WPCode Permalink Smart Tag

Add a custom smart tag for WPCode to output the value of the current page permalink.

<10

Generate a virtual coupon when order is completed.

This snippet will generate a new virtual coupon for a coupon that you've enabled virtual coupon…

Login Form Styling

Custom styling for login forms

Add Tax ID to Shipping Label

/** * Add the Tax ID Field to the settings page * * In this example…

Including product tax to commission calculation

add_filter( 'wcvendors_commission_rate', 'wcv_calculate_commission_include_product_tax', 10, 5 ); function wcv_calculate_commission_include_product_tax( $commission, $product_id, $product_price, $order, $qty ) { $product…

1 44 45 46 47 48 124