WP-Members Password Change

/** * Append markup for Cloudflare Turnstile widget at end of given form fieldset. */ function icAppendTurnstileTag($form, $action) { // Only append on WP-Members password reset form. // Sign-in and sign-up forms are handled by AIOWPS. if($action != ‘pwdreset’) return…Continue reading

MemberPress: Expire Subscription Immediately After Subscription Is Canceled

function mepr_capture_stopped_sub( $event ) { global $wpdb; $subscription = $event->get_data(); $wpdb->update( $wpdb->prefix.’mepr_transactions’, array( “expires_at” => “2024-01-01 23:59:59” ), array( “subscription_id” => $subscription->id, “status” => “complete” ) ); } add_action( ‘mepr-event-subscription-stopped’, ‘mepr_capture_stopped_sub’ );Continue reading

Add Corp Type to MP User Download

add_action( ‘admin_init’, function() { if ( isset( $_GET[‘export_members_extended’] ) ) { $all = MeprUser::list_table( /* $order_by */ ‘user_login’, /* $order */ ‘ASC’, /* $paged */ ”, /* $search */ ”, /* $search_field */ ‘any’, /* $perpage */ ”, /* $params…Continue reading

home

Task Management System by Mayuri K. Toggle navigation > Attendance > More Projects > Database Logout > Attendance Logout Mayuri K. Profile LogoutContinue reading