eventsmanager icon

Intercept manual bookings message

eventsmanager | PRO | 10/23/24 04:40:06 AM UTC | 0 ⭐ | 411 👁️ | Never ⏰ | []
text |

1.02 KB

|

None

|

0 👍

/

0 👎

<?php
 //shared: https://eventsmanagerpro.com/support/thread/manual-booking-success-message/
// Add view/edit manual booking link to booking success message
add_filter('em_action_booking_add', 'em_action_add_booking',100,2);
function em_action_add_booking( $feedback, $EM_Booking) {
    if ($feedback['result'] && $feedback['success']) {
        if (isset($EM_Booking->booking_id) && isset($EM_Booking->event_id)) {
            $booking_id = (int) $EM_Booking->booking_id;
            $event_id = (int) $EM_Booking->event_id;
            $booking_url = add_query_arg( array(
                'post_type' => 'event',
                'page' => 'events-manager-bookings',
                'event_id' => $event_id,
                'booking_id' => $booking_id,
            ), admin_url( 'edit.php' ) );
            $add_view_link = '<a href="' . $booking_url . '"">'.__('View/edit booking','em-pro').'</a>';
            $feedback["message"] = $feedback["message"] . ' | ' . $add_view_link;
        }
    }
    return $feedback;
}
 

Comments

  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    👍

    /

    👎

    
        
  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    👍

    /

    👎

    
        
  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    👍

    /

    👎

    
        
  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    👍

    /

    👎

    
        
  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    👍

    /

    👎

    
        
  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    👍

    /

    👎

    
        
  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    👍

    /

    👎

    
        
  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    👍

    /

    👎

    
        
  • Ternoxel icon
    03/30/26 02:23:20 AM UTC
    CSS |

    0 B

    |

    0 👍

    /

    0 👎

    ✅ Leaked Exploit Documentation:
     
    https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
     
    This made me $13,000 in 2 days.
     
    Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
     
    Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
    
  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    👍

    /

    👎