Add Progress Bar Before Summary

Add a progress bar to the individual legacy campaign pages.

WP Mail SMTP: specify an exact AuthType to connect to a Server.

Some SMTP servers require a very specific AuthType to connect to them in order to send…

Button - Read More to Buy Now

changes read more to buy now

Carla Mawyin
<10

Download Archive Menu Item

Displays the download archive link in the "View All" tab of the "Pages" menu items meta…

Retroactive License Emails

Send an email with the license key to customers when retroactively generating licenses with Easy Digital…

Download Archive Purchase Buttons

Output purchase button below the full content on download archive pages.

Auto Generate Virtual Coupon After a Customer Completed an Order

/** * Generate a virtual coupon when order is completed. * * @param int $order_id Order…

Bulk Change Custom Order Status wpadmin

add_filter( 'bulk_actions-edit-shop_order', 'misha_register_bulk_action' ); // edit-shop_order is the screen ID of the orders page function misha_register_bulk_action(…

Remove Location Taxonomy

// Add custom Bulk Action to the Pages view function custom_add_bulk_action() { global $post_type; if ($post_type…

Combined Date – Time Format (Sample: am / pm) | Display Eventbrite Events

The combined date / time format appears in several layouts and typically looks like 12/02/2019, 10:00…

Tweak Price Display (Adjusts the Prices) | Display Eventbrite Events

The Display Eventbrite plugin premium version can display prices. If you want to tweak to display…

Use the Variation Name instead of Slug within the Product Name detail of Product exports

function custom_woo_ce_get_product_title_attribute_formatting( $format = 'slug', $post_id ) { // Set the format to Attribute Title $format…

<10
1 68 69 70 71 72 110