Graili shop
Sports supplements
Replace WP Logo and the default 'logo' link
Use your custom logo along a replace the default 'logo' link on the login page, don't…
MemberPress: Enable Phone Number Collection on Stripe Checkout
This code snippet enables the phone number field on the Stripe Checkout form, allowing Stripe to…
MemberPress: Enable MailPoet Confirmation Email
By default, MailPoet will send the signup confirmation email to users. It will also prevent users…
MemberPress: ActiveCampaign - Add Custom Field to ActiveCampaign Subscriber Data in MemberPress
This code snippet customizes the data sent to ActiveCampaign through the MemberPress integration. Once the code…
DJ ANIMATIONS MUSICALES
Animation musicales des soirées privées et publiques
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(…