MEC_USER_BOOKING_COMPLETED::__construct()
Our class constructor.
Return Return
(Uncanny_Automatorvoid.)
Source Source
File: src/integrations/modern-events-calendar/triggers/mec-user-booking-completed.php
public function __construct() { $this->trigger_code = 'MECUSERBOOKCOMPLETED'; $this->trigger_meta = 'MECUSERCOMPLETEDBOOK'; $this->define_trigger(); }
Expand full source code Collapse full source code View on Github