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…

Add Autofocus on Your Form

This snippet adds auto focus to the first field of your form when the page loads.

<10

Current Year Shortcode

Adding the option to use the current year [year] shortcode on your website on any website,…

wordpress

Doylton Davis
<10

Add Payment ID to Sales API

If sequential order numbers are on, those numbers are returned in the sales API instead of…

Add User to RCP Subscription on Purchase

Add customer to an RCP subscription level when they purchase a specific product.

Add terms to downloads shortcode

Adds label and comma-separated terms list to [downloads] shortcode based on taxonomy

Only count last file

This plugin makes it so that All Access only increments the download counter if the customer…

Remove Price

Removes the price from all add to cart buttons

Allow Date Range Selection in Date Picker

Adds the ability to select a date range inside the Date Picker field.

<10

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…

Disable Blog Posts

// Remove side menu add_action( 'admin_menu', function () { remove_menu_page( 'edit.php' ); } ); // Remove…

1 19 20 21 22 23 47