Add the_content to storefront template.

Changes the number of downloads displayed in the latest downloads section of the store front template.

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…

MemberPress: Move PayPal Smart Pay Buttons

Move the PayPal Smart Pay Buttons under the checkboxes for accepting Terms of Service and the…

test

echo 'test';

Change the "Commission" header for the Recent Orders table

Change the "Commission" header for the Recent Orders table using the "wcvendors_recent_order_table_columns" filter hook.

Podcast for Thrive time

Garry Grant Podcast Thrive Time Show

Garry Grant
<10

Supports sending an email with a Stripe Pre-Approved payment is submitted.

By default EDD only sends a purchase confirmation when an order is marked as completed, however…

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…

Trigger a Scheduled Export via a WordPress Action

function custom_trigger_scheduled_export_url() { $secret_key = ( isset( $_GET['secret_key'] ) ? sanitize_text_field( $_GET['secret_key'] ) : false );…

<10

Charitable Reporting: Adjusting Initial Filters

Changes the default reporting filters for the overview report page in the admin.

code at the end of the body tag

Hello, I need to include the following code at the end of the body tag of…

WC Vendors Activate All Inactive Vendors

Activates all inactive Vendor Stores in a WC Vendors Marketplace. NOTE: To be ran once.

1 106 107 108 109 110 113