Ameliabooking_Helpers::__construct()
Source
File: src/integrations/ameliabooking/helpers/ameliabooking-helpers.php
public function __construct() { global $wpdb; $this->load_options = Automator()->helpers->recipe->maybe_load_trigger_options( __CLASS__ ); add_action( 'wp_ajax_ameliabooking_service_category_endpoint', array( $this, 'ameliabooking_service_category_endpoint' ) ); }
Expand full source code Collapse full source code View on Github