Disable Renewals for Specific Products

Prevents license keys for certain downloads from being renewed or extended.

Add vat over the commission

This will add VAT value over the commission

Robertson

Taylor Lunemann
<10

Remove Method label

add_filter( 'woocommerce_cart_shipping_method_full_label', 'remove_shipping_method_title', 10, 2 ); function remove_shipping_method_title( $label, $method ){ $new_label = ''; if (…

Make All Users Vendors

/** * Make all new user registrations Vendors. */ add_filter( 'woocommerce_new_customer_data', 'wcv_woocommerce_new_user_data' ); function wcv_woocommerce_new_user_data( $data…

Remove Google Fonts

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

<10

Move "Ships From" under the Product Meta, in the single product page template

Move "Ships From" under the Product Meta, in the single product page template by using 'product_ships_from'…

Combined Date – Time Format (Do something with the Local End Time) | Display Eventbrite Events

The combined date / time format appears in several layouts and typically looks like 12/02/2019, 10:00…

See the Scheduled Actions option in the WordPress admin sidebar

This snippet gives you the ability to add the Scheduled Actions menu item to the WordPress…

OpenBiblio

OpenBiblio Install Instructions Contents: Release Notes System requirements Install Instructions Setup of Userlogin Updating from a…

font-family2.css

html .Campaign * { font-family: "Proxima Nova", Helvetica, "Helvetica Neue", Arial, sans-serif !important; }

Partner Group GTM Body Tag

Add GTM Tag to Site Body in Partner Site Group

Colin Bunn PRO
<10

Google Tag

Google Event Tag

<10
1 81 82 83 84 85 126