haidermaa
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Home Page & Analytics Error – 404 Not FoundHi @xue28
Thanks for your reply!
Unfortunately, that didn’t resolve the issue either. I had the plugin disabled for few hours so far & the issue is still there.
Any other solutions of thoughts would be greatly appreciated.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Home Page & Analytics Error – 404 Not FoundHi @anastas10s
Thanks for your reply!
The shop page works just fine. Its only the Analytics section of WooCommerce & the Home Page of WooCommerce Admin Panel.
I really clueless to what is causing the issue.
Would appreciate any troubleshooting or solution to this.
Yes, the website is working fine now.
Appreciate your reply! Thanks!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Home Page & Analytics Error – 404 Not FoundHi @xue28
Thanks for your reply!
I did disable Code Snippets Plugin & switched to StoreFront theme. Unfortunately, that didn’t resolve the issue.
The code snippets is generating an error with the below Code Snippet.
add_filter( 'woocommerce_available_payment_gateways', 'backordered_items_hide_cod', 90, 1 ); function backordered_items_hide_cod( $available_gateways ) { // Only on front end if ( is_admin() ) return $available_gateways; // Loop through cart items foreach( WC()->cart->get_cart() as $cart_item ){ if( $cart_item['data']->is_on_backorder( $cart_item['quantity'] ) ) { // Hide "COD" payment gateway unset($available_gateways['cod']); break; // Stop the loop } } return $available_gateways; }
I have been told that i need to put the add the below snippet in the original code but i don’t know where to add it.
if ( empty ( WC()->cart->get_cart() ) ) { return false; } else { //foreach loop begin }
Unfortunately, the 404 error is still there & i have no idea what is causing it.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Home Page & Analytics Error – 404 Not FoundHi @xue28
Thanks for your reply!
Please find the system report below.
### WordPress Environment ### WordPress address (URL): https://qonooz.com Site address (URL): https://qonooz.com WC Version: 7.0.0 REST API Version: ? 7.0.0 WC Blocks Version: ? 8.5.1 Action Scheduler Version: ? 3.4.0 Log Directory Writable: ? WP Version: 6.0.3 WP Multisite: – WP Memory Limit: 4 GB WP Debug Mode: – WP Cron: ? Language: en External object cache: ? ### Server Environment ### Server Info: Apache PHP Version: 7.4.32 PHP Post Max Size: 32 MB PHP Time Limit: 1800 PHP Max Input Vars: 3000 cURL Version: 7.85.0 OpenSSL/1.1.1q SUHOSIN Installed: – MySQL Version: 5.5.5-10.6.10-MariaDB Max Upload Size: 32 MB Default Timezone is UTC: ? fsockopen/cURL: ? SoapClient: ? DOMDocument: ? GZip: ? Multibyte String: ? Remote Post: ? Remote Get: ? ### Database ### WC Database Version: 7.0.0 WC Database Prefix: wp_ Total Database Size: 2137.99MB Database Data Size: 1618.19MB Database Index Size: 519.80MB wp_woocommerce_sessions: Data: 16.05MB + Index: 1.02MB + Engine InnoDB wp_woocommerce_api_keys: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_attribute_taxonomies: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_downloadable_product_permissions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_order_items: Data: 0.41MB + Index: 0.17MB + Engine MyISAM wp_woocommerce_order_itemmeta: Data: 3.60MB + Index: 1.57MB + Engine MyISAM wp_woocommerce_tax_rates: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_woocommerce_tax_rate_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB CityNames: Data: 0.02MB + Index: 0.00MB + Engine InnoDB CityRegionsNames: Data: 0.08MB + Index: 0.00MB + Engine InnoDB myOrderList: Data: 0.00MB + Index: 0.00MB + Engine OrderView_Products: Data: 0.00MB + Index: 0.00MB + Engine postpay_response: Data: 0.02MB + Index: 0.00MB + Engine InnoDB tracklog: Data: 0.06MB + Index: 0.00MB + Engine InnoDB vAttributes: Data: 0.00MB + Index: 0.00MB + Engine vBrands: Data: 0.00MB + Index: 0.00MB + Engine vBrands_Products: Data: 0.00MB + Index: 0.00MB + Engine vCategories: Data: 0.00MB + Index: 0.00MB + Engine vCategory_OrderBy: Data: 0.00MB + Index: 0.00MB + Engine vCategory_Products: Data: 0.00MB + Index: 0.00MB + Engine vCat_Images: Data: 0.00MB + Index: 0.00MB + Engine vColors: Data: 0.00MB + Index: 0.00MB + Engine vColors_Products: Data: 0.00MB + Index: 0.00MB + Engine vCustomers: Data: 0.00MB + Index: 0.00MB + Engine Vendor: Data: 0.00MB + Index: 0.00MB + Engine vOrderItemsDetails: Data: 0.00MB + Index: 0.00MB + Engine vOrderStatus: Data: 0.00MB + Index: 0.00MB + Engine vProductDetails: Data: 0.00MB + Index: 0.00MB + Engine vProductDetails_all: Data: 0.00MB + Index: 0.00MB + Engine vProductDetails_forSearch: Data: 0.00MB + Index: 0.00MB + Engine vProductFeatureImage: Data: 0.00MB + Index: 0.00MB + Engine vProducts: Data: 0.00MB + Index: 0.00MB + Engine vProduct_by_Category: Data: 0.00MB + Index: 0.00MB + Engine vRecentlyVisitedProducts: Data: 0.00MB + Index: 0.00MB + Engine vReviews: Data: 0.00MB + Index: 0.00MB + Engine vSeller: Data: 0.00MB + Index: 0.00MB + Engine vSizes: Data: 0.00MB + Index: 0.00MB + Engine vSizes_Products: Data: 0.00MB + Index: 0.00MB + Engine vUserProfile: Data: 0.00MB + Index: 0.00MB + Engine vWistList: Data: 0.00MB + Index: 0.00MB + Engine woocs_statistic: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_acfw_loyalprog_entries: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_actionscheduler_actions: Data: 9.61MB + Index: 3.74MB + Engine MyISAM wp_actionscheduler_claims: Data: 0.19MB + Index: 0.35MB + Engine MyISAM wp_actionscheduler_groups: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_actionscheduler_logs: Data: 41.39MB + Index: 4.68MB + Engine MyISAM wp_adtribes_my_conversions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_afwc_campaigns: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_afwc_commission_plans: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_afwc_hits: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_afwc_payouts: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_afwc_payout_orders: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_afwc_referrals: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_amwscp_amazon_accounts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_amwscp_amazon_feeds: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_amwscp_amazon_templates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_amwscp_feeds: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_amwscp_feed_product_record: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_amwscp_orders: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_amwscp_template_values: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_betterdocs_search_keyword: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_betterdocs_search_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_blogmeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_blogs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_bwf_ab_experiments: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_bwf_contact: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_bwf_contact_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_bwf_conversion_tracking: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_bwf_funnelmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_bwf_funnels: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_bwf_optin_entries: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_bwf_wc_customers: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_commentmeta: Data: 0.04MB + Index: 0.04MB + Engine MyISAM wp_comments: Data: 1.99MB + Index: 0.81MB + Engine MyISAM wp_dokan_announcement: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_dokan_orders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_dokan_refund: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_dokan_vendor_balance: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_dokan_withdraw: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_ea_accounts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_ea_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_ea_contacts: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_ea_payments: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_ea_revenues: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_ea_transfers: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_erp_acct_bills: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_bill_account_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_bill_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_cash_at_banks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_chart_of_accounts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_currency_info: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_expenses: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_expense_checks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_expense_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_financial_years: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_invoices: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_invoice_account_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_invoice_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_invoice_details_tax: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_invoice_receipts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_invoice_receipts_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_journals: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_journal_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_ledgers: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_ledger_categories: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_ledger_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_ledger_settings: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_opening_balances: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_payment_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_pay_bill: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_pay_bill_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_pay_purchase: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_pay_purchase_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_people_account_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_people_trn: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_people_trn_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_products: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_product_categories: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_product_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_product_types: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_purchase: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_purchase_account_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_purchase_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_taxes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_tax_agencies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_tax_agency_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_tax_categories: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_tax_cat_agency: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_tax_pay: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_transfer_voucher: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_trn_status_types: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_acct_voucher_no: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_audit_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_company_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_crm_activities_task: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_crm_contact_group: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_crm_contact_subscriber: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_crm_customer_activities: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_crm_customer_companies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_crm_save_email_replies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_crm_save_search: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_holidays_indv: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_announcement: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_dependents: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_depts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_designations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_education: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_employees: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_employee_history: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_employee_notes: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_employee_performance: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_financial_years: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_holiday: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_leaves: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_leaves_old: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_leaves_unpaid: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_leave_approval_status: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_leave_encashment_requests: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_leave_entitlements: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_leave_entitlements_old: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_leave_policies: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_leave_policies_old: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_leave_policies_segregation: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_leave_requests: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_leave_requests_old: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_leave_request_details: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_hr_work_exp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_peoplemeta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_erp_peoples: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_erp_people_types: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_people_type_relations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_erp_user_leaves: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_gla_budget_recommendations: Data: 0.22MB + Index: 0.14MB + Engine InnoDB wp_gla_merchant_issues: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_gla_shipping_rates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_icl_content_status: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_icl_core_status: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_icl_flags: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_icl_languages: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_icl_languages_translations: Data: 0.10MB + Index: 0.08MB + Engine MyISAM wp_icl_locale_map: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_icl_message_status: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_icl_mo_files_domains: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_icl_node: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_icl_reminders: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_icl_strings: Data: 6.09MB + Index: 3.82MB + Engine MyISAM wp_icl_string_batches: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_icl_string_packages: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_icl_string_pages: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_icl_string_positions: Data: 1.20MB + Index: 0.33MB + Engine MyISAM wp_icl_string_status: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_icl_string_translations: Data: 0.09MB + Index: 0.04MB + Engine MyISAM wp_icl_string_urls: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_icl_translate: Data: 0.62MB + Index: 0.07MB + Engine MyISAM wp_icl_translate_job: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_icl_translations: Data: 0.33MB + Index: 0.49MB + Engine MyISAM wp_icl_translation_batches: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_icl_translation_downloads: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_icl_translation_status: Data: 0.80MB + Index: 0.06MB + Engine MyISAM wp_iconic_woo_linked_variations: Data: 0.08MB + Index: 0.00MB + Engine InnoDB wp_layerslider: Data: 0.11MB + Index: 0.00MB + Engine MyISAM wp_layerslider_revisions: Data: 0.05MB + Index: 0.00MB + Engine MyISAM wp_links: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_litespeed_crawler: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_litespeed_crawler_blacklist: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_litespeed_img_optm: Data: 33.56MB + Index: 16.03MB + Engine InnoDB wp_litespeed_img_optming: Data: 0.06MB + Index: 0.08MB + Engine InnoDB wp_litespeed_url: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_litespeed_url_file: Data: 0.02MB + Index: 0.08MB + Engine InnoDB wp_mailchimp_carts: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_mailchimp_jobs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_mo_openid_linked_user: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_mo_otp_control_details: Data: 1.52MB + Index: 0.00MB + Engine InnoDB wp_mstore_checkout: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_ms_snippets: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_ngenius_networkinternational: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_options: Data: 195.54MB + Index: 92.49MB + Engine MyISAM wp_pantheon_sessions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_pimwick_gift_card: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_pimwick_gift_card_activity: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_pm_activities: Data: 0.09MB + Index: 0.05MB + Engine InnoDB wp_pm_assignees: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_pm_boardables: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_pm_boards: Data: 0.16MB + Index: 0.02MB + Engine InnoDB wp_pm_capabilities: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_pm_categories: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pm_category_project: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_pm_comments: Data: 0.20MB + Index: 0.03MB + Engine InnoDB wp_pm_files: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_pm_imports: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pm_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_pm_projects: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pm_roles: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pm_role_project: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_pm_role_project_capabilities: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_pm_role_project_users: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_pm_role_user: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_pm_settings: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_pm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_postmeta: Data: 178.82MB + Index: 44.12MB + Engine MyISAM wp_posts: Data: 67.54MB + Index: 7.77MB + Engine MyISAM wp_pt_carts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_pt_cart_details: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pt_cart_guestInfo: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pt_delivery_option: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_pv_commission: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_registration_log: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_revslider_css: Data: 0.09MB + Index: 0.00MB + Engine MyISAM wp_revslider_css_bkp: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_revslider_layer_animations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_revslider_layer_animations_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_revslider_navigations: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_revslider_navigations_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_revslider_sliders: Data: 0.12MB + Index: 0.00MB + Engine MyISAM wp_revslider_sliders_bkp: Data: 0.02MB + Index: 0.00MB + Engine MyISAM wp_revslider_slides: Data: 1.69MB + Index: 0.00MB + Engine MyISAM wp_revslider_slides_bkp: Data: 0.11MB + Index: 0.00MB + Engine MyISAM wp_revslider_static_slides: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_revslider_static_slides_bkp: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_shortpixel_folders: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_shortpixel_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_signups: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_site: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_sitemeta: Data: 0.06MB + Index: 0.01MB + Engine MyISAM wp_smush_dir_images: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_snippets: Data: 0.13MB + Index: 0.01MB + Engine MyISAM wp_social_users: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_termmeta: Data: 1.58MB + Index: 0.72MB + Engine MyISAM wp_terms: Data: 0.15MB + Index: 0.35MB + Engine MyISAM wp_term_relationships: Data: 1.97MB + Index: 3.73MB + Engine MyISAM wp_term_taxonomy: Data: 0.21MB + Index: 0.20MB + Engine MyISAM wp_tm_taskmeta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_tm_tasks: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_usermeta: Data: 2.09MB + Index: 0.99MB + Engine MyISAM wp_users: Data: 0.14MB + Index: 0.13MB + Engine MyISAM wp_wcfm_daily_analysis: Data: 117.32MB + Index: 140.68MB + Engine MyISAM wp_wcfm_detailed_analysis: Data: 817.92MB + Index: 165.23MB + Engine MyISAM wp_wcfm_enquiries: Data: 0.06MB + Index: 0.01MB + Engine MyISAM wp_wcfm_enquiries_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_enquiries_response: Data: 0.02MB + Index: 0.00MB + Engine MyISAM wp_wcfm_enquiries_response_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_fbc_chat_rows: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_fbc_chat_sessions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_fbc_chat_visitors: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_fbc_offline_messages: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_following_followers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_marketplace_orders: Data: 0.50MB + Index: 0.14MB + Engine MyISAM wp_wcfm_marketplace_orders_meta: Data: 2.25MB + Index: 0.41MB + Engine MyISAM wp_wcfm_marketplace_product_multivendor: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_marketplace_refund_request: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_marketplace_refund_request_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_marketplace_reverse_withdrawal: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_marketplace_reverse_withdrawal_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_marketplace_reviews: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_marketplace_reviews_response: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_marketplace_reviews_response_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_marketplace_review_rating_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_marketplace_shipping_zone_locations: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_marketplace_shipping_zone_methods: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_marketplace_store_taxonomies: Data: 0.70MB + Index: 0.19MB + Engine MyISAM wp_wcfm_marketplace_vendor_ledger: Data: 0.52MB + Index: 0.05MB + Engine MyISAM wp_wcfm_marketplace_withdraw_request: Data: 0.02MB + Index: 0.00MB + Engine MyISAM wp_wcfm_marketplace_withdraw_request_meta: Data: 0.03MB + Index: 0.01MB + Engine MyISAM wp_wcfm_membership_subscription: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wcfm_messages: Data: 2.97MB + Index: 0.16MB + Engine MyISAM wp_wcfm_messages_modifier: Data: 0.10MB + Index: 0.03MB + Engine MyISAM wp_wcfm_messages_stat: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_support: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_support_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_support_response: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcfm_support_response_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wcpdf_invoice_number: Data: 0.02MB + Index: 0.01MB + Engine MyISAM wp_wcpdf_packing_slip_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wc_admin_notes: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_wc_admin_note_actions: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_wc_category_lookup: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wc_customer_lookup: Data: 0.16MB + Index: 0.13MB + Engine MyISAM wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_gpf_render_cache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_order_coupon_lookup: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_wc_order_product_lookup: Data: 0.28MB + Index: 0.24MB + Engine MyISAM wp_wc_order_stats: Data: 0.20MB + Index: 0.13MB + Engine MyISAM wp_wc_order_tax_lookup: Data: 0.04MB + Index: 0.04MB + Engine MyISAM wp_wc_product_attributes_lookup: Data: 0.38MB + Index: 0.36MB + Engine InnoDB wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_product_meta_lookup: Data: 2.52MB + Index: 5.53MB + Engine InnoDB wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_reserved_stock: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wc_warranty_products: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wc_zapier_history: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfacp_stats: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wfblockediplog: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_wfblocks7: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wfconfig: Data: 0.39MB + Index: 0.01MB + Engine MyISAM wp_wfco_report_views: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wfcrawlers: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wffilechanges: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wffilemods: Data: 4.57MB + Index: 0.64MB + Engine MyISAM wp_wfhits: Data: 0.17MB + Index: 0.04MB + Engine MyISAM wp_wfhoover: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wfissues: Data: 0.01MB + Index: 0.01MB + Engine MyISAM wp_wfknownfilelist: Data: 2.48MB + Index: 0.27MB + Engine MyISAM wp_wflivetraffichuman: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wflocs: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wflogins: Data: 0.14MB + Index: 0.03MB + Engine MyISAM wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfnotifications: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_wfob_stats: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_wfocu_event: Data: 0.02MB + Index: 0.05MB + Engine InnoDB wp_wfocu_event_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wfocu_session: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_wfpendingissues: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_wfreversecache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wfsnipcache: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wfstatus: Data: 0.08MB + Index: 0.03MB + Engine MyISAM wp_wftrafficrates: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_bolt_checkout_sessions: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_woocommerce_gc_activity: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_gc_cards: Data: 0.02MB + Index: 0.06MB + Engine InnoDB wp_woocommerce_gc_cardsmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB wp_woocommerce_gpf_google_taxonomy: Data: 0.89MB + Index: 0.00MB + Engine MyISAM wp_woocs_statistic: Data: 0.02MB + Index: 0.02MB + Engine InnoDB wp_woos_search_analytics: Data: 12.52MB + Index: 0.00MB + Engine InnoDB wp_woos_search_data: Data: 3.52MB + Index: 0.02MB + Engine InnoDB wp_woos_search_trends: Data: 0.05MB + Index: 0.02MB + Engine InnoDB wp_woo_shippment_provider: Data: 0.02MB + Index: 0.00MB + Engine MyISAM wp_wpam_actions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpam_affiliates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpam_affiliates_fields: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpam_creatives: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpam_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpam_impressions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpam_messages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpam_paypal_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpam_tracking_tokens: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpam_tracking_tokens_purchase_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpam_transactions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpforms_tasks_meta: Data: 0.13MB + Index: 0.03MB + Engine MyISAM wp_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_wpmailsmtp_tasks_meta: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wpml_mails: Data: 16.52MB + Index: 0.00MB + Engine InnoDB wp_wpns_backup_report: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wpns_files_scan: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_wsal_metadata: Data: 1.77MB + Index: 1.00MB + Engine MyISAM wp_wsal_occurrences: Data: 0.07MB + Index: 0.08MB + Engine MyISAM wp_wsal_options: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_wsal_sessions: Data: 0.01MB + Index: 0.00MB + Engine MyISAM wp_wtbp_tables: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_yith_wcaf_affiliates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_yith_wcaf_clicks: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_yith_wcaf_commissions: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_yith_wcaf_commission_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_yith_wcaf_payments: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_yith_wcaf_payment_commission: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_yith_wcaf_payment_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB wp_yith_wcwl: Data: 0.00MB + Index: 0.00MB + Engine MyISAM wp_yith_wcwl_lists: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_yoast_indexable: Data: 48.96MB + Index: 9.59MB + Engine MyISAM wp_yoast_indexable_hierarchy: Data: 1.79MB + Index: 4.08MB + Engine MyISAM wp_yoast_migrations: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_yoast_primary_term: Data: 0.54MB + Index: 0.57MB + Engine MyISAM wp_yoast_prominent_words: Data: 1.91MB + Index: 2.98MB + Engine MyISAM wp_yoast_seo_links: Data: 4.45MB + Index: 0.77MB + Engine MyISAM wp_yoast_seo_meta: Data: 0.00MB + Index: 0.01MB + Engine MyISAM wp_ywcdd_calendar: Data: 0.05MB + Index: 0.01MB + Engine MyISAM ### Post Type Counts ### acf-field: 3 acf-field-group: 1 attachment: 50638 bnfw_notification: 2 cartflows_flow: 2 cartflows_step: 5 cpt_iconic_wlv: 461 custom_css: 2 customize_changeset: 2 docs: 22 gift_card: 1 jp_img_sitemap: 1 jp_sitemap: 1 jp_sitemap_master: 1 mc4wp-form: 1 nanodoc: 1 nav_menu_item: 132 oembed_cache: 29 page: 50 post: 2 product: 19156 product_variation: 448 revision: 1003 shop_coupon: 93 shop_order: 2782 shop_order_refund: 77 shop_order_vendor: 1 um_directory: 1 um_form: 3 warranty_request: 17 wc_order_status: 10 wc_product_table: 1 wcfm_knowledgebase: 19 wcfm_notice: 35 wfacp_checkout: 2 wfcm_file_event: 343 wootrello: 1 wootrello_log: 391 wpforms: 2 wpt_product_table: 1 yith_carrier: 3 yith_proc_method: 8 ### Security ### Secure connection (HTTPS): ? Hide errors from visitors: ? ### Active Plugins (37) ### jav's - WooCommerce and Trello integration WooTrello: by javmah – 3.2.2 BetterDocs: by WPDeveloper – 2.1.6 Checkout.com Payment Gateway: by Checkout.com – 4.4.7 Classic Widgets: by WordPress Contributors – 0.3 Code Snippets: by Code Snippets Pro – 3.2.1 Customer Reviews for WooCommerce: by CusRev – 5.6.4 Envato Market: by Envato – 2.0.7 Estimate delivery date for Woocommerce Pro: by PI Websolution – 4.7.17.12 Facebook for WooCommerce: by Facebook – 2.6.28 Site Kit by Google: by Google – 1.86.0 WooCommerce Linked Variations by Iconic: by Iconic – 1.2.0 WPBakery Page Builder: by Michael M - WPBakery.com – 6.10.0 Kadence WooCommerce Email Designer: by Kadence WP – 1.5.7 Kirki Customizer Framework: by David Vongries – 4.0.24 LiteSpeed Cache: by LiteSpeed Technologies – 5.3 Login as User: by Web357 – 1.4.4 Martfury Addons: by DrFuri – 2.8.4 Meta Box: by MetaBox.io – 5.6.7 Email Verification / SMS verification / Mobile Verification: by miniOrange – 75.75.75 States, Cities, and Places for WooCommerce: by Kingsley Ochu – 1.3.2 SVG Support: by Benbodhi – 2.5.1 WCFM - WooCommerce Frontend Manager - Ultimate: by WC Lovers – 6.5.6 WCFM - WooCommerce Frontend Manager: by WC Lovers – 6.6.6 WCFM - WooCommerce MultiSeller Marketplace: by WC Lovers – 3.5.7 WCFM - WooCommerce MultiSeller Membership: by WC Lovers – 2.10.5 WooCommerce Search Engine: by Guaven Labs – 2.2.12 PDF Invoices & Packing Slips for WooCommerce: by WP Overnight – 3.2.3 WooCommerce Google Product Feed: by Ademti Software Ltd. – 10.2.1 (update to version 10.7.7 is available) WooCommerce Smart Coupons: by StoreApps – 4.34.0 (update to version 6.5.0 is available) WooCommerce Warranty Requests: by WooCommerce – 1.9.30 (update to version 2.1.0 is available) WooCommerce: by Automattic – 7.0.0 Yoast SEO Premium: by Team Yoast – 17.4 Yoast SEO: by Team Yoast – 19.9 WP Mail SMTP: by WPForms – 3.6.1 WPForms Lite: by WPForms – 1.7.7.2 Yoast SEO: WooCommerce: by Team Yoast – 14.4 YITH WooCommerce Wishlist: by YITH – 3.14.0 ### Inactive Plugins (7) ### Advanced Custom Fields: by WP Engine – 6.0.3 FunnelKit Funnel Builder: by FunnelKit (formerly WooFunnels) – 2.6.1 Microsoft Clarity: by Microsoft – 0.7.5 SlingBlocks – Gutenberg Blocks by WooFunnels: by BuildWooFunnels – 1.1.5 WooCommerce Postpay Payment Gateway: by Postpay – 0.2.3 WooFunnels Funnel Builder Pro: by BuildWooFunnels – 2.3.4 YITH WooCommerce Delivery Date Premium: by YITH – 2.1.32 ### Dropin Plugins (2) ### advanced-cache.php: advanced-cache.php object-cache.php: object-cache.php ### Must Use Plugins (1) ### WordPress automation by Installatron: by – ### Settings ### API Enabled: – Force SSL: – Currency: AED (AED ) Currency Position: left Thousand Separator: , Decimal Separator: . Number of Decimals: 2 Taxonomies: Product Types: external (external) grouped (grouped) pw gift card (pw-gift-card) simple (simple) variable (variable) Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog) exclude-from-search (exclude-from-search) featured (featured) outofstock (outofstock) rated-1 (rated-1) rated-2 (rated-2) rated-3 (rated-3) rated-4 (rated-4) rated-5 (rated-5) Connected to WooCommerce.com: ? Enforce Approved Product Download Directories: – ### WC Pages ### Shop base: #5 - /shop/ Cart: #6 - /cart/ Checkout: #7 - /checkout/ My account: #8 - /my-account/ Terms and conditions: ? Page not set ### Theme ### Name: Martfury Child Version: 1.0 Author URL: https://drfuri.com Child Theme: ? Parent Theme Name: Martfury Parent Theme Version: 2.8.5 Parent Theme Author URL: https://demo2.drfuri.com WooCommerce Support: ? ### Templates ### Overrides: martfury-child/woocommerce/cart/cart-item-data.php martfury/woocommerce/cart/cart-shipping.php martfury/woocommerce/cart/cart-totals.php martfury/woocommerce/cart/cart.php martfury/woocommerce/cart/mini-cart.php martfury/woocommerce/checkout/form-checkout.php martfury/woocommerce/checkout/form-coupon.php martfury/woocommerce/checkout/form-login.php martfury/woocommerce/checkout/terms.php martfury/woocommerce/content-product.php martfury/woocommerce/content-single-product.php martfury/woocommerce/content-widget-product.php martfury/woocommerce/global/form-login.php martfury/woocommerce/global/quantity-input.php martfury/woocommerce/global/wrapper-end.php martfury/woocommerce/global/wrapper-start.php martfury/woocommerce/loop/add-to-cart.php martfury/woocommerce/loop/orderby.php martfury/woocommerce/loop/pagination.php martfury-child/woocommerce/myaccount/form-login.php version 4.1.0 is out of date. The core version is 6.0.0 martfury-child/woocommerce/myaccount/form-lost-password.php martfury/woocommerce/myaccount/my-address.php martfury/woocommerce/single-product/add-to-cart/external.php martfury/woocommerce/single-product/add-to-cart/simple.php martfury/woocommerce/single-product/add-to-cart/variable.php martfury/woocommerce/single-product/meta.php martfury/woocommerce/single-product/product-image.php martfury/woocommerce/single-product/product-thumbnails.php martfury/woocommerce/single-product/rating.php martfury/woocommerce/single-product/related.php martfury/woocommerce/single-product/review-meta.php martfury/woocommerce/single-product/stock.php martfury/woocommerce/single-product/tabs/tabs.php martfury/woocommerce/single-product/up-sells.php martfury/woocommerce/single-product-reviews.php Outdated Templates: ? Learn how to update ### WooCommerce Google Product Feed feeds ### google: Google merchant centre product feed ??Type: google ??Category filter: - ??Categories: - googlereview: Google merchant centre product review feed ??Type: googlereview ??Category filter: - ??Categories: - ### WooCommerce Google Product Feed options ### Include variations in feed: Enabled Send "item group ID": Enabled Expanded schema markup: - Debug key: 46e211dd-ab52-4cfc-8850-967de97b3079 ### WooCommerce Google Product Feed fields ### Title: Pre-populates from product product_title. Product description: Main product description only (full preferred) Condition: Defaults to "new". Brand: Pre-populates from product_brand taxonomy. Manufacturer Part Number (MPN): Pre-populates from Any of GTIN fields from Yoast WooCommerce SEO. Product Type: Pre-populates from product_cat taxonomy. Google Product Category: Global Trade Item Number (GTIN): Pre-populates from Any of GTIN fields from Yoast WooCommerce SEO. Colour: Pre-populates from attribute_color meta field. Size: Pre-populates from attribute_size meta field. Identifier exists flag: Delivery label: Defaults to "1 Day". Minimum handling time: Defaults to "2 Hours". Maximum handling time: Defaults to "24 Hours". Product highlight(s): Product detail(s): Consumer datasheet: Sell On Google Quantity: Pre-populates from product stock_qty. Google-funded promotion eligibility: Defaults to "all". Availability (in stock products): Defaults to "in stock". Availability (backordered products): Defaults to "in stock". Availability (out of stock products): Defaults to "out of stock". ### Admin ### Enabled Features: activity-panels analytics coupons customer-effort-score-tracks experimental-products-task experimental-import-products-task experimental-fashion-sample-products experimental-product-tour shipping-smart-defaults shipping-setting-tour homescreen marketing multichannel-marketing mobile-app-banner navigation onboarding onboarding-tasks remote-inbox-notifications remote-free-extensions payment-gateway-suggestions shipping-label-banner subscriptions store-alerts transient-notices woo-mobile-welcome wc-pay-promotion wc-pay-welcome-page Disabled Features: minified-js new-product-management-experience settings Daily Cron: ? Next scheduled: 2022-11-02 17:37:54 +04:00 Options: ? Notes: 41 Onboarding: completed ### Action Scheduler ### Complete: 4,137 Oldest: 2022-10-03 20:11:58 +0400 Newest: 2022-11-02 01:50:13 +0400 Failed: 32,944 Oldest: 2022-05-03 16:16:02 +0400 Newest: 2022-06-30 01:06:18 +0400 Pending: 8 Oldest: 2022-11-02 01:54:31 +0400 Newest: 2022-11-14 04:04:24 +0400 ### Status report information ### Generated at: 2022-11-02 01:50:32 +04:00
Fatal Error Logs Below
2022-11-01T00:09:17+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T00:10:58+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T00:11:09+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T00:12:48+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T00:12:53+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T00:13:02+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T00:13:09+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T00:14:37+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T00:19:57+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T00:20:04+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T00:20:44+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T01:02:10+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T01:06:12+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T01:06:41+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T01:17:48+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 8 2022-11-01T01:36:13+00:00 CRITICAL syntax error, unexpected '}', expecting end of file in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/admin-menus/class-edit-menu.php(253) : eval()'d code on line 16 2022-11-01T02:24:22+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T02:40:37+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T02:40:48+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T02:41:11+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T02:41:51+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T02:42:21+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T02:43:15+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T11:15:01+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T11:15:07+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T11:15:16+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T11:15:36+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T11:26:38+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T11:30:23+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T11:30:30+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T11:30:34+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T12:11:01+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T12:11:07+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T12:11:58+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T12:35:08+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T12:35:12+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T14:06:28+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T14:06:44+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T14:09:45+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T15:11:32+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T15:21:14+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T17:38:45+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T18:07:42+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T18:07:48+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T18:07:56+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T18:08:03+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T20:57:51+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T20:58:13+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:04:00+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:09:42+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:09:48+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:28:59+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:29:04+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:29:17+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:30:36+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:30:40+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:30:44+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:46:07+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:46:14+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:50:18+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:50:26+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:50:34+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7 2022-11-01T21:51:18+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code:7 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(505) : eval()'d code on line 7
I would really appreciate any help with this.
Sincerely,
Hayder
Forum: Plugins
In reply to: [WooCommerce] Fatal Error on Vising the WooCommerce Home PageHi @ihereira
Thanks for your reply!
I’m using the following Code Snippet to Hide COD on Backordered Products. Perhaps it needs to be fixed?
add_filter( 'woocommerce_available_payment_gateways', 'backordered_items_hide_cod', 90, 1 ); function backordered_items_hide_cod( $available_gateways ) { // Only on front end if ( is_admin() ) return $available_gateways; // Loop through cart items foreach( WC()->cart->get_cart() as $cart_item ){ if( $cart_item['data']->is_on_backorder( $cart_item['quantity'] ) ) { // Hide "COD" payment gateway unset($available_gateways['cod']); break; // Stop the loop } } return $available_gateways; }
Now basically the Home Page of WooCommerce just shows like this.
I’m really clueless to what is causing it.
Forum: Plugins
In reply to: [WooCommerce] Fatal Error on Vising the WooCommerce Home PageHi @ihereira
Below is a copy of the fatal errors log
2022-07-18T05:50:22+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T05:52:51+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T05:52:53+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T05:53:05+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T05:53:12+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T05:58:41+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T05:59:04+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T06:43:01+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T06:43:06+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T06:57:15+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T06:57:28+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T06:59:16+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T07:09:33+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T07:17:49+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T07:17:58+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T07:19:01+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T08:08:55+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T09:22:04+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T09:22:10+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T09:22:29+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T09:22:57+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T09:23:06+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T09:55:09+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T09:55:52+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T10:10:48+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T10:10:55+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T10:11:18+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T10:11:48+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T10:12:58+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T11:18:46+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T11:18:52+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T11:20:59+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T11:21:05+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T11:21:41+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T11:28:03+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T11:28:26+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T12:22:47+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T12:47:49+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:18:55+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:19:02+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:19:13+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:19:18+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:19:29+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:19:57+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:20:02+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:20:07+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:20:13+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:20:30+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:20:38+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:20:47+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:21:05+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:21:10+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:21:19+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:21:26+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:21:35+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:21:42+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:22:13+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:22:32+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8 2022-07-18T13:24:18+00:00 CRITICAL Uncaught Error: Call to a member function get_cart() on null in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code:8 Stack trace: #0 /home/s2vo06u0n27g/public_html/wp-includes/class-wp-hook.php(307): backordered_items_hide_cod(Array) #1 /home/s2vo06u0n27g/public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array) #2 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array) #3 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways() #4 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(70): Automattic\WooCommerce\Admin\Features\OnboardingTasks\Tasks\Payments::has_gateways() #5 /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTa in /home/s2vo06u0n27g/public_html/wp-content/plugins/code-snippets/php/snippet-ops.php(484) : eval()'d code on line 8
”
`Forum: Plugins
In reply to: [WooCommerce] Fatal Error on Vising the WooCommerce Home PageHI @lacshep
Thanks for your input.
Unfortunately, i have Auto-Update Disabled & my DNS connection is fine. So i doubt its causing the issue.
Thanks for your help though.
Forum: Plugins
In reply to: [WooCommerce] Fatal Error on Vising the WooCommerce Home PageHi @chiape
Thanks for your reply!
I checked the memory limit on my server & its 64 GB as provided by the hosting company. Which i believe is considered to be a good memory space given my hosting plan.
I decreased PHP version to 7.4 but that didn’t resolve it either.
Any help or ideas would be appreciated.
Forum: Plugins
In reply to: [WooCommerce] Fatal Error on Vising the WooCommerce Home PageNo, i don’t have Ultimate Member Plugin installed.
Forum: Plugins
In reply to: [WooCommerce] Fatal Error on Vising the WooCommerce Home PageHi @nicw
Thanks for your reply!
Yes, that is the only error that is showing as per the screenshot, nothing else is there.
Error Details
=============
An error of type E_ERROR was caused in line 53 of the file /home/s2vo06u0n27g/public_html/wp-content/plugins/woocommerce/src/Admin/DeprecatedClassFacade.php. Error message: Allowed memory size of 1048576000 bytes exhausted (tried to allocate 20480 bytes)Forum: Plugins
In reply to: [WooCommerce] Fatal Error on Vising the WooCommerce Home PageHi @maykato
Thanks for your reply!
Yes, i did get an email.
Please see email screenshot below.
I tried disabling the plugins but the error is still there. There seems to be a memory problem from the email but i can’t figure out how to resolve it.
Please advise on how to resolve this.
Forum: Plugins
In reply to: [SVG Support] Payment Cards Logos are not showingHello @benbodhi
Okay, I’m not sure why they are not showing in the HTML, but they are already uploaded on the page & footer. I have added a text next to them “we accept secure payments for” & the logos in SVG are supposed to be next to it.
Can you please check from your end & let me know?
Forum: Plugins
In reply to: [SVG Support] Payment Cards Logos are not showingHello @benbodhi
Thank you for your reply!
Yes, i would like to put them back in. Kindly advise on how to put them back in.
Looking forward to your reply!
Sincerely,
Hayder
Forum: Plugins
In reply to: [WooCommerce] WooCommerce is Reporting Incorrect Customer’s IP AddressHi @judagutor
Thank you for your reply!
I added the code snippet to wp-config.php but it didn’t solve the issue.
Is there any other solution to the problem?
Any help will be appreciated.
Hayder