Cortex Schema API

/** * Cortex Schema API v3.1 - Streamlined Schema Audit with Server-Side Filtering * * Focused…

<10

Apollo Website Tracking

function add_apollo_tracker() { ?>

Eileen Riccardo
<10

Mass Order Delete

Bulk delete orders from Easy Digital Downloads easily

Force account creation by category or tag

Forces the customer to create an account at checkout if a download in the cart has…

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…

After Checkout Event in EDD

This snippet would stop sending cart abandonment campaigns to your push subscribers as the purchase goal…

Class Clashes | Display Eventbrite Events

We have discovered conflicts between certain themes and classes, such as the .free class conflicting with…

Remove Unwanted Events | Display Eventbrite Events

Sometimes it is simplest to resort to code if you want to remove something from the…

Cores especificas para cada status do posts/pages

/*----------------------------------------------- Distinto color segun estado de entrada -----------------------------------------------*/ function posts_status_color() { ?>

1 81 82 83 84 85 125