MemberPress: Enabling Payment Receipt Email for Free Non-recurring Subscriptions

function mepr_capture_new_one_time_sub( $event ) { // Get the transaction data from the event $txn = $event->get_data(); // Send the transaction receipt email MeprUtils::send_transaction_receipt_notices( $txn ); } // Attach the ‘mepr_capture_new_one_time_sub’ function to the ‘mepr-event-non-recurring-transaction-completed’ event. add_action( ‘mepr_event_non_recurring_transaction_completed’, ‘mepr_capture_new_one_time_sub’ );Continue reading

DJFrancois

DJ Francois DJ FRANCOIS HOME ABOUT EVENTS & TICKETS BOOKINGS Meet the true king of The Classixs About Information about DJ Francois… Events & Tickets Upcoming events and ticket information… Bookings Booking information and contact details…Continue reading