GravityView_DIR_AA_CPT - GravityView Views CPT Registration

* Description: Registers custom post type for GravityView with full REST API support * Location: Run…

ismail daugherty PRO
<10

LifterLMS_DIR_AC_RAPI - Expose LifterLMS ACF Fields to REST API

WPCode Snippet: Expose LifterLMS ACF Fields to REST API * Description: Makes LifterLMS module data accessible…

ismail daugherty PRO
<10

Shop Manager - Reseller Admin.js

Creates a reseller admin role that has more customisation options than a normal user

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…

Remove Google Fonts

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

<10
1 78 79 80 81 82 124