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…

Change Fields On Donation Form

Example on how to change labels for fields on donation form.

Change TikTok purchase Event

When using the WPCode Conversion Pixels addon the event name used when a purchase is completed…

<10

See the Scheduled Actions option in the WordPress admin sidebar

This snippet gives you the ability to add the Scheduled Actions menu item to the WordPress…

Enable WP Mail SMTP Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

MemberPress: Display Custom Field Value Instead of Customer Name in PDF invoice

This code snippet automatically adds the custom field value or the customer's full name at the…

1 70 71 72 73 74 112