-Þx> is_paypal_ticket ts_comm ~ǜ get_orders_by_post_id 6 Qq7 get_config_status & 6*4: get_refund_order_id 5o)n EventTickets/5.25.1.1 'J}Z Tribe__Utils__Array v y]V _notify-validate [}݃ get_order_statuses {/ tribe_get_request_var ?!! clear_product_cache {/ tribe_get_request_var F {/ tribe_get_request_var 6ž tribe_tickets_post_id & 2D<Q is_checkout_page {/ tribe_get_request_var wG get_tickets_in_cart V tribe_tpp_tickets f J commerce_tickets 6 46#o validate_transaction v Vf get_invoice_number m attendee_optout_key m attendee_optout_key v m attendee_optout_key f<р(e@ generate_tickets 6 Q: set_invoice_number m attendee_optout_key V6BO ticket-does-not-exist F ~u< get_ticket_max_purchase ۨt reset_invoice_number YH add_ticket_to_cart YH add_ticket_to_cart m attendee_optout_key V x{ set_transaction_data m attendee_optout_key 6 Vf get_invoice_number h;[ɳ get_transient_name (Be. is_correct_provider (Be. is_correct_provider v !3h global_stock_mode 쭹4 global_stock_cap c>~y parse_transaction V (Be. is_correct_provider *v tickets.commerce.paypal !3h global_stock_mode !3h global_stock_mode & 46#o validate_transaction 6 쭹4 global_stock_cap 쭹4 global_stock_cap VؔH@ (7g 7g W@ 7g C@ ^΅ Tribe__Tickets__Main 6 h,D supports_global_stock ΗQ tribe__utils__array @ (& z attendee_tpp_key 'J}Z Tribe__Utils__Array v 'J}Z Tribe__Utils__Array 'J}Z Tribe__Utils__Array tribe_get_option 'J}Z Tribe__Utils__Array .qVw from_attendee_id F 0( get_creation_date Ǐ;Mj Tribe__Date_Utils & HGHG build_date_object ΗQ tribe__utils__array V [C 1_(` update_global_stock VK@ K@ 7g 7g 7g %C@ [C 1_(` update_global_stock 6 [C 1_(` update_global_stock !Yf attendee_product_key m attendee_optout_key (& z attendee_tpp_key v 9 c z attendee_user_id -5 attendee_ticket_sent 'J}Z Tribe__Utils__Array V 3j ticket_unique_id Azst render_ticket_status F ٫Mϊ get_ticket_status ٫Mϊ get_ticket_status 1] process_attendee_meta n:= attendee_event_key ?* disabled title=" t2u attendee_subscribed f TF^+ get_restriction_attr 1ߜ redirect_after_error dZbc deprioritize_module 5BX Tribe__Admin__Notices Fder, $post_id ),ay. * - when it has no URL or text. * * @param array $breadcrumb The breadcrumb to test. * * @return bool `true` if the breadcrumb is broken. */ private function is_broken( $breadcrumb ) { // A breadcrumb is broken if it is not an array. if ( ! \is_array( $breadcrumb ) ) { return true; } // A breadcrumb is broken if it does not contain a URL or text. if ( ! \array_key_exists( 'url', $breadcrumb ) || ! \array_key_exists( 'text', $breadcrumb ) ) { return true; } return false; } /** * Checks whether the breadcrumb is not set to be hidden. * * @param array $breadcrumb The breadcrumb array. * * @return bool If the breadcrumb should not be hidden. */ private function not_hidden( $breadcrumb ) { return empty( $breadcrumb['hide_in_schema'] ); } /** * Checks whether the breadcrumb has a not empty text. * * @param array $breadcrumb The breadcrumb array. * * @return bool If the breadcrumb has a not empty text. */ private function not_empty_text( $breadcrumb ) { return ! empty( $breadcrumb['text'] ); } }