Sample Email Template Tag

This is an example of how to register a new email template tag for EDD.

Provider Referral

Refer a Patient | Skills Therapy Clinic Referral Partners Welcome Your Patients DeserveSpecialized Therapy.We Are Here…

PayPal Commerce - Horizontal layout for payment buttons

Switch to horizontal view and display only the PayPal, Apple Pay, and Google Pay buttons. Based…

Ralden Souza PRO
<10

Untitled Snippet

{ "data": [ { "action_source": "system_generated", "custom_data": { "event_source": "crm", "lead_event_source": "Your CRM" }, "event_name": "Lead",…

Sara KHAMLICH
<10

Custom fields to vendor settings page

add_action('wcvendors_settings_after_paypal', 'pv_add_custom_merchant_id_field'); function pv_add_custom_merchant_id_field() { ?>

Allow WooCommerce Shop Managers to manage vendors

/* Lets Shop Managers edit users with these user roles */ function wcv_allow_shop_manager_role_edit_capabilities( $roles ) {…

login redirect changed from default my account page to home page

/** * WooCommerce My Account Page login Redirect */ add_action( 'wp_login', 'owp_redirect_after_logout' ); function owp_redirect_after_logout() {…

Post term count

add_shortcode( 'term_count', function( $atts ) { $atts = shortcode_atts( array( 'taxonomy' => '', 'hide_empty' => 'false',…

<10

Change Add Product button URL

Change Add Product button URL

1 129 130 131 132 133 232