Showing 1–20 of 306 results

-7% OFF!
Original price was: $69.99 CAD.Current price is: $64.99 CAD.
-18% OFF!
Original price was: $54.99 CAD.Current price is: $44.99 CAD.
-11% OFF!
Original price was: $94.99 CAD.Current price is: $84.99 CAD.
-71% OFF!
Original price was: $34.99 CAD.Current price is: $9.99 CAD.
-18% OFF!
Original price was: $54.99 CAD.Current price is: $44.99 CAD.
-25% OFF!
Original price was: $39.99 CAD.Current price is: $29.99 CAD.
-9% OFF!
Original price was: $54.99 CAD.Current price is: $49.99 CAD.
-13% OFF!
Original price was: $114.99 CAD.Current price is: $99.99 CAD.
-29% OFF!
Original price was: $34.99 CAD.Current price is: $24.99 CAD.
-33% OFF!
Original price was: $74.99 CAD.Current price is: $49.97 CAD.
-20% OFF!
Original price was: $49.99 CAD.Current price is: $39.99 CAD.
-25% OFF!
Original price was: $39.99 CAD.Current price is: $29.99 CAD.
-17% OFF!
Original price was: $29.99 CAD.Current price is: $24.99 CAD.
-18% OFF!
Original price was: $54.99 CAD.Current price is: $44.99 CAD.
-18% OFF!
Original price was: $54.99 CAD.Current price is: $44.99 CAD.
-9% OFF!
Original price was: $54.99 CAD.Current price is: $49.99 CAD.
-13% OFF!
Original price was: $79.99 CAD.Current price is: $69.99 CAD.
-38% OFF!
Original price was: $39.99 CAD.Current price is: $24.97 CAD.
-9% OFF!
Original price was: $54.99 CAD.Current price is: $49.99 CAD.
-40% OFF!
Original price was: $49.99 CAD.Current price is: $29.99 CAD.

Query Monitor

Object Cache

The Redis Object Cache drop-in is not installed. Use WP CLI or go to "Settings -> Redis" to enable drop-in.

Overview

A JavaScript problem on the page is preventing Query Monitor from working correctly. jQuery may have been blocked from loading.

PHP errors were triggered during an Ajax request. See your browser developer console for details.

GET https://pnpgamesonline.com/shop/?pr_onsale=1&wpf_filter_platform=nsw → 200

Page Generation Time

2.0968s
7.0% of 30s limit

Peak Memory Usage

53,498,472 bytes (51.0 MB)
10.0% of 512 MB server limit

Database Queries

0.9957s







HTTP API Calls

None

Object Cache

Persistent object cache plugin not in use

The Redis object cache extension for PHP is installed but is not in use by WordPress. You should install a Redis plugin.

The Memcached object cache extension for PHP is installed but is not in use by WordPress. You should install a Memcached plugin.

Opcode Cache

Opcode cache in use: Zend OPcache

Slow Database Queries (above <span class="qm-warn">0.05</span>s)

QueryCallerComponentRowsTime
CREATE TEMPORARY TABLE IF NOT EXISTS `wpf_temp_table` (index my_pkey (id)) AS
SELECT wp_posts.ID
FROM wp_posts
WHERE 1=1
AND ( wp_posts.ID NOT IN (
SELECT object_id
FROM wp_term_relationships
WHERE term_taxonomy_id IN (7) ) )
AND ((wp_posts.post_type = 'product'
AND (wp_posts.post_status = 'publish'
OR wp_posts.post_status = 'cwg_mailsent'
OR wp_posts.post_status = 'cwg_mailnotsent'
OR wp_posts.post_status = 'cwg_subscribed'
OR wp_posts.post_status = 'cwg_unsubscribed'
OR wp_posts.post_status = 'cwg_converted'
OR wp_posts.post_status = 'private')))
  1. DbWpf::query()
    wp-content/plugins/woo-product-filter/classes/db.php:47
  2. WoofiltersWpf->createTemporaryTable()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2879
  3. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3150
  4. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  5. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  6. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  7. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  12. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  13. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  14. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  15. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0959
SELECT tr.term_taxonomy_id, tt.term_id, tt.taxonomy, tt.parent, COUNT(*) as cnt
FROM wpf_temp_table AS wpf_temp
INNER JOIN wp_term_relationships tr
ON (tr.object_id=wpf_temp.ID)
INNER JOIN wp_term_taxonomy tt
ON (tt.term_taxonomy_id=tr.term_taxonomy_id)
WHERE tt.taxonomy IN ('pa_in-stock', 'pa_condition', 'pa_platform', 'pa_product-type', 'pa_manufacturer')
GROUP BY tr.term_taxonomy_id
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:34
  2. WoofiltersWpf->getTerms()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3576
  3. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3163
  4. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  5. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  6. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  7. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  12. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  13. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  14. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  15. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 653 0.4151
SELECT min( FLOOR( val_dec ) ) as wpfMinPrice, max( CEILING( val_dec ) ) as wpfMaxPrice
FROM wpf_temp_table AS wpf_temp
INNER JOIN wp_wpf_meta_data pm
ON (pm.product_id=wpf_temp.ID)
WHERE key_id IN (6)
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:27
  2. WoofiltersViewWpf->wpfGetFilteredPriceFromProductList()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2664
  3. WoofiltersWpf->getExistsMore()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3767
  4. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3199
  5. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  6. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  7. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  8. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  13. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  14. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  15. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  16. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.1173

Database Queries

Sequence
RowsTime
1SELECT option_name, option_value
FROM wp_options
WHERE autoload IN ( 'yes', 'on', 'auto-on', 'auto' )
  1. wp_load_alloptions()
    wp-includes/option.php:609
  2. is_blog_installed()
    wp-includes/functions.php:1780
  3. wp_not_installed()
    wp-includes/load.php:915
WordPress Core 635 0.0022
2SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_coupon_endpoint'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->get_coupon_url_endpoint()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:286
  3. ACFWF\Models\URL_Coupons->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/URL_Coupons.php:93
  4. ACFWF\Models\URL_Coupons::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/URL_Coupons.php:113
  5. ACFWF->_initialize_plugin_components()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:423
  6. ACFWF->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:153
  7. ACFWF::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Traits/Singleton.php:47
  8. ACFWF()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:509
Plugin: advanced-coupons-for-woocommerce-free 1 0.0002
3SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_url_coupons_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWF\Models\URL_Coupons->run()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/URL_Coupons.php:530
  4. ACFWF->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:496
  5. ACFWF->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:154
  6. ACFWF::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Traits/Singleton.php:47
  7. ACFWF()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:509
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
4SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_role_restrict_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWF\Models\Role_Restrictions->run()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Role_Restrictions.php:225
  4. ACFWF->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:496
  5. ACFWF->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:154
  6. ACFWF::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Traits/Singleton.php:47
  7. ACFWF()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:509
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
5SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_cart_conditions_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWF\Models\Cart_Conditions->run()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Cart_Conditions.php:800
  4. ACFWF->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:496
  5. ACFWF->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:154
  6. ACFWF::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Traits/Singleton.php:47
  7. ACFWF()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:509
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
6SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_scheduler_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWF\Models\Scheduler->run()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Scheduler.php:310
  4. ACFWF->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:496
  5. ACFWF->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:154
  6. ACFWF::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Traits/Singleton.php:47
  7. ACFWF()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:509
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
7SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_bogo_deals_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWF\Models\Edit_Coupon->run()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Edit_Coupon.php:1632
  4. ACFWF->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:496
  5. ACFWF->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:154
  6. ACFWF::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Traits/Singleton.php:47
  7. ACFWF()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:509
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
8SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_store_credits_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWF\M\S\Admin->run()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Store_Credits/Admin.php:448
  4. ACFWF->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:496
  5. ACFWF->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:154
  6. ACFWF::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Traits/Singleton.php:47
  7. ACFWF()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:509
Plugin: advanced-coupons-for-woocommerce-free 1 0.0001
9SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_coupon_templates_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWF\Models\Coupon_Templates->run()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Coupon_Templates.php:159
  4. ACFWF->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:496
  5. ACFWF->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:154
  6. ACFWF::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Traits/Singleton.php:47
  7. ACFWF()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/advanced-coupons-for-woocommerce-free.php:509
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
10SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_sort_coupons_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWP\Models\Sort_Coupons->run()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Sort_Coupons.php:231
  4. ACFWP->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:453
  5. ACFWP->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:141
  6. ACFWP::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce/Traits/Singleton.php:51
  7. ACFWP()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:466
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
11SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_cashback_coupon_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWP\Models\Cashback_Coupon->run()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Cashback_Coupon.php:786
  4. ACFWP->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:453
  5. ACFWP->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:141
  6. ACFWP::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce/Traits/Singleton.php:51
  7. ACFWP()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:466
Plugin: advanced-coupons-for-woocommerce-free 1 0.0001
12SELECT option_value
FROM wp_options
WHERE option_name = 'acfwp_bogo_product_cat_migration_status'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWP\M\B\Admin->is_bogo_migration_running()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/BOGO/Admin.php:311
  3. ACFWP\M\B\Admin->run()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/BOGO/Admin.php:418
  4. ACFWP->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:453
  5. ACFWP->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:141
  6. ACFWP::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce/Traits/Singleton.php:51
  7. ACFWP()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:466
Plugin: advanced-coupons-for-woocommerce 0 0.0001
13SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_advanced_usage_limits_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWP\Models\Usage_Limits->run()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Usage_Limits.php:380
  4. ACFWP->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:453
  5. ACFWP->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:141
  6. ACFWP::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce/Traits/Singleton.php:51
  7. ACFWP()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:466
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
14SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_virtual_coupons_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWP\M\V\Admin->run()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Virtual_Coupon/Admin.php:277
  4. ACFWP->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:453
  5. ACFWP->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:141
  6. ACFWP::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce/Traits/Singleton.php:51
  7. ACFWP()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:466
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
15SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_payment_methods_restrict_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWP\Models\Payment_Methods_Restrict->run()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Payment_Methods_Restrict.php:152
  4. ACFWP->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:453
  5. ACFWP->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:141
  6. ACFWP::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce/Traits/Singleton.php:51
  7. ACFWP()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:466
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
16SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_apply_notification_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWP\Models\Apply_Notification->run()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Apply_Notification.php:279
  4. ACFWP->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:453
  5. ACFWP->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:141
  6. ACFWP::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce/Traits/Singleton.php:51
  7. ACFWP()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:466
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
17SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_add_free_products_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWP\Models\Add_Products->run()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Add_Products.php:932
  4. ACFWP->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:453
  5. ACFWP->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:141
  6. ACFWP::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce/Traits/Singleton.php:51
  7. ACFWP()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:466
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
18SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_auto_apply_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWP\Models\Auto_Apply->run()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Auto_Apply.php:421
  4. ACFWP->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:453
  5. ACFWP->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:141
  6. ACFWP::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce/Traits/Singleton.php:51
  7. ACFWP()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:466
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
19SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_shipping_overrides_module'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Helpers\Helper_Functions->is_module()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Helpers/Helper_Functions.php:304
  3. ACFWP\Models\Shipping_Overrides->run()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Shipping_Overrides.php:750
  4. ACFWP->_run_plugin()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:453
  5. ACFWP->__construct()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:141
  6. ACFWP::get_instance()
    wp-content/plugins/advanced-coupons-for-woocommerce/Traits/Singleton.php:51
  7. ACFWP()
    wp-content/plugins/advanced-coupons-for-woocommerce/advanced-coupons-for-woocommerce.php:466
Plugin: advanced-coupons-for-woocommerce-free 0 0.0003
20SELECT option_value
FROM wp_options
WHERE option_name = 'aff_user_registration_enabled'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
WordPress Core 0 0.0001
21SELECT option_value
FROM wp_options
WHERE option_name = 'aff_customer_registration_enabled'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
WordPress Core 0 0.0001
22SELECT option_value
FROM wp_options
WHERE option_name = 'aff_allow_auto'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Affiliates_Exclusion::init()
    wp-content/plugins/affiliates-pro/lib/core/class-affiliates-exclusion.php:27
Plugin: affiliates-pro 1 0.0001
23SELECT option_value
FROM wp_options
WHERE option_name = 'aff_allow_auto_coupons'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Affiliates_Exclusion::init()
    wp-content/plugins/affiliates-pro/lib/core/class-affiliates-exclusion.php:31
Plugin: affiliates-pro 1 0.0001
24SELECT option_value
FROM wp_options
WHERE option_name = 'active_sitewide_plugins'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. get_network_option()
    wp-includes/option.php:2022
  3. get_site_option()
    wp-includes/option.php:1887
  4. Optimocha_Disable_Cart_Fragments->dcf_is_plugin_active()
    wp-content/plugins/disable-cart-fragments/disable-cart-fragments.php:77
  5. Optimocha_Disable_Cart_Fragments->__construct()
    wp-content/plugins/disable-cart-fragments/disable-cart-fragments.php:62
Plugin: disable-cart-fragments 0 0.0002
25SELECT option_value
FROM wp_options
WHERE option_name = 'rt_wp_nginx_helper_options'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. get_network_option()
    wp-includes/option.php:2022
  3. get_site_option()
    wp-includes/option.php:1887
  4. Nginx_Helper_Admin->nginx_helper_settings()
    wp-content/plugins/nginx-helper/admin/class-nginx-helper-admin.php:295
  5. Nginx_Helper_Admin->__construct()
    wp-content/plugins/nginx-helper/admin/class-nginx-helper-admin.php:98
  6. Nginx_Helper->define_admin_hooks()
    wp-content/plugins/nginx-helper/includes/class-nginx-helper.php:171
  7. Nginx_Helper->__construct()
    wp-content/plugins/nginx-helper/includes/class-nginx-helper.php:93
  8. run_nginx_helper()
    wp-content/plugins/nginx-helper/nginx-helper.php:85
Plugin: nginx-helper 1 0.0002
26SELECT option_value
FROM wp_options
WHERE option_name = 'wpiperf_settings'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
WordPress Core 1 0.0001
27SELECT option_value
FROM wp_options
WHERE option_name = 'tawkto-embed-code'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. TawkTo->migrate_embed_code()
    wp-content/plugins/tawkto-live-chat/tawkto.php:601
Plugin: tawkto-live-chat 0 0.0002
28SELECT option_value
FROM wp_options
WHERE option_name = 'ast_general_settings'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. get_ast_settings()
    wp-content/plugins/woo-advanced-shipment-tracking/woocommerce-advanced-shipment-tracking.php:650
  3. Zorem_Woocommerce_Advanced_Shipment_Tracking->init()
    wp-content/plugins/woo-advanced-shipment-tracking/woocommerce-advanced-shipment-tracking.php:266
  4. Zorem_Woocommerce_Advanced_Shipment_Tracking->__construct()
    wp-content/plugins/woo-advanced-shipment-tracking/woocommerce-advanced-shipment-tracking.php:92
  5. wc_advanced_shipment_tracking()
    wp-content/plugins/woo-advanced-shipment-tracking/woocommerce-advanced-shipment-tracking.php:613
Plugin: woo-advanced-shipment-tracking 1 0.0001
29SELECT sup_m.*, sup_m_t.label as type_name
FROM wp_wpf_modules sup_m
INNER JOIN wp_wpf_modules_type sup_m_t
ON sup_m_t.id = sup_m.type_id
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:34
  2. TableWpf->get()
    wp-content/plugins/woo-product-filter/classes/table.php:271
  3. FrameWpf->_extractModules()
    wp-content/plugins/woo-product-filter/classes/frame.php:81
  4. FrameWpf->init()
    wp-content/plugins/woo-product-filter/classes/frame.php:127
Plugin: woo-product-filter 16 0.0002
30SELECT option_value
FROM wp_options
WHERE option_name = 'uninstall_plugins'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. register_uninstall_hook()
    wp-includes/plugin.php:934
  3. FrameWpf->init()
    wp-content/plugins/woo-product-filter/classes/frame.php:143
Plugin: woo-product-filter 1 0.0002
31SELECT option_value
FROM wp_options
WHERE option_name = 'wppp_dropdown_location'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WPPP_Front_End->__construct()
    wp-content/plugins/woocommerce-products-per-page/includes/class-wppp-front-end.php:24
  3. Woocommerce_Products_Per_Page->init()
    wp-content/plugins/woocommerce-products-per-page/woocommerce-products-per-page.php:130
  4. Woocommerce_Products_Per_Page->__construct()
    wp-content/plugins/woocommerce-products-per-page/woocommerce-products-per-page.php:80
  5. Woocommerce_Products_Per_Page::instance()
    wp-content/plugins/woocommerce-products-per-page/woocommerce-products-per-page.php:97
  6. Woocommerce_Products_Per_Page()
    wp-content/plugins/woocommerce-products-per-page/woocommerce-products-per-page.php:398
Plugin: woocommerce-products-per-page 1 0.0001
32SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_force_ssl_checkout'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WC_HTTPS::init()
    wp-content/plugins/woocommerce/includes/class-wc-https.php:22
  3. WooCommerce->includes()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:642
  4. WooCommerce->__construct()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:239
  5. WooCommerce::instance()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:158
  6. WC()
    wp-content/plugins/woocommerce/woocommerce.php:47
Plugin: woocommerce 0 0.0002
33SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_custom_orders_table_background_sync_mode'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Automattic\W\I\D\O\DataSynchronizer->get_background_sync_mode()
    wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/DataSynchronizer.php:228
  3. Automattic\W\I\D\O\DataSynchronizer->__construct()
    wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/DataSynchronizer.php:117
  4. Automattic\W\I\D\Definition->resolveClass()
    wp-content/plugins/woocommerce/src/Internal/DependencyManagement/Definition.php:28
  5. Automattic\W\V\L\C\D\Definition->resolve()
    wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/Definition.php:212
  6. Automattic\W\V\L\C\D\DefinitionAggregate->resolve()
    wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionAggregate.php:94
  7. Automattic\W\V\L\C\Container->get()
    wp-content/plugins/woocommerce/lib/packages/League/Container/Container.php:157
  8. Automattic\W\I\D\ExtendedContainer->get()
    wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ExtendedContainer.php:176
  9. Automattic\W\V\L\C\D\Definition->Automattic\W\V\L\C\A\{closure}()
    wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverTrait.php:45
  10. array_map()
    wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverTrait.php:45
  11. Automattic\W\V\L\C\D\Definition->resolveArguments()
    wp-content/plugins/woocommerce/lib/packages/League/Container/Argument/ArgumentResolverTrait.php:19
  12. Automattic\W\I\D\Definition->invokeInit()
    wp-content/plugins/woocommerce/src/Internal/DependencyManagement/Definition.php:56
  13. Automattic\W\I\D\Definition->resolveClass()
    wp-content/plugins/woocommerce/src/Internal/DependencyManagement/Definition.php:29
  14. Automattic\W\V\L\C\D\Definition->resolve()
    wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/Definition.php:212
  15. Automattic\W\V\L\C\D\DefinitionAggregate->resolve()
    wp-content/plugins/woocommerce/lib/packages/League/Container/Definition/DefinitionAggregate.php:94
  16. Automattic\W\V\L\C\Container->get()
    wp-content/plugins/woocommerce/lib/packages/League/Container/Container.php:157
  17. Automattic\W\I\D\ExtendedContainer->get()
    wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ExtendedContainer.php:176
  18. Automattic\W\V\L\C\Container->get()
    wp-content/plugins/woocommerce/lib/packages/League/Container/Container.php:178
  19. Automattic\W\I\D\ExtendedContainer->get()
    wp-content/plugins/woocommerce/src/Internal/DependencyManagement/ExtendedContainer.php:176
  20. Automattic\WooCommerce\Container->get()
    wp-content/plugins/woocommerce/src/Container.php:124
  21. WooCommerce->init_hooks()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:325
  22. WooCommerce->__construct()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:240
  23. WooCommerce::instance()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:158
  24. WC()
    wp-content/plugins/woocommerce/woocommerce.php:47
Plugin: woocommerce 0 0.0001
34SELECT option_value
FROM wp_options
WHERE option_name = 'wlr_expire_point_active'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Wlpe\App\Router->isWployaltyPointExpireEnabled()
    wp-content/plugins/wp-loyalty-rules/App/Apps/PointExpiry/App/Router.php:66
  3. Wlpe\App\Router->init()
    wp-content/plugins/wp-loyalty-rules/App/Apps/PointExpiry/App/Router.php:18
Plugin: wp-loyalty-rules 0 0.0002
35SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_wp_mail_logging_installed','_transient_timeout_wp_mail_logging_installed')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('wp_mail_logging_installed')
    wp-includes/option.php:1433
  3. No3x\WPML\WPML_InstallIndicator->isInstalled()
    wp-content/plugins/wp-mail-logging/src/WPML_InstallIndicator.php:40
  4. No3x\WPML\WPML_Init->init()
    wp-content/plugins/wp-mail-logging/src/WPML_Init.php:150
Plugin: wp-mail-logging 2 0.0002
36SELECT option_value
FROM wp_options
WHERE option_name = 'hcaptcha_settings_network_wide'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. get_network_option()
    wp-includes/option.php:2022
  3. get_site_option()
    wp-includes/option.php:1887
  4. KAGG\S\A\SettingsBase->get_network_wide()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/Abstracts/SettingsBase.php:1607
  5. KAGG\S\A\SettingsBase->is_network_wide()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/Abstracts/SettingsBase.php:1619
  6. KAGG\S\A\SettingsBase->init_settings()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/Abstracts/SettingsBase.php:416
  7. KAGG\S\A\SettingsBase->get()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/Abstracts/SettingsBase.php:1393
  8. KAGG\S\A\SettingsBase->get_menu_position()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/Abstracts/SettingsBase.php:1628
  9. KAGG\S\A\SettingsBase->process_args()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/Abstracts/SettingsBase.php:317
  10. KAGG\S\A\SettingsBase->__construct()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/Abstracts/SettingsBase.php:223
  11. HCaptcha\Settings\PluginSettingsBase->__construct()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/PluginSettingsBase.php:46
  12. HCaptcha\Settings\Settings->init()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/Settings.php:73
  13. HCaptcha\Settings\Settings->__construct()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/Settings.php:50
  14. HCaptcha\Main->init_hooks()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:181
  15. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: hcaptcha-for-forms-and-more 1 0.0002
37SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_site_transient_theme_roots','_site_transient_timeout_theme_roots')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. wp_prime_network_option_caches()
    wp-includes/option.php:684
  3. wp_prime_site_option_caches()
    wp-includes/option.php:659
  4. get_site_transient()
    wp-includes/option.php:2518
  5. search_theme_directories()
    wp-includes/theme.php:580
  6. wp_get_themes()
    wp-includes/theme.php:45
  7. HCaptcha\Settings\Integrations->init()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/Integrations.php:130
  8. KAGG\S\A\SettingsBase->__construct()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/Abstracts/SettingsBase.php:248
  9. HCaptcha\Settings\PluginSettingsBase->__construct()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/PluginSettingsBase.php:46
  10. HCaptcha\Settings\Settings->init()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/Settings.php:73
  11. HCaptcha\Settings\Settings->__construct()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Settings/Settings.php:50
  12. HCaptcha\Main->init_hooks()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:181
  13. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: hcaptcha-for-forms-and-more 2 0.0002
38SELECT *
FROM wp_users
WHERE user_login = 'LeeSkwarekPNP'
LIMIT 1
  1. WP_User::get_data_by()
    wp-includes/class-wp-user.php:254
  2. get_user_by()
    wp-includes/pluggable.php:102
  3. wp_validate_auth_cookie()
    wp-includes/pluggable.php:743
  4. wp_validate_logged_in_cookie()
    wp-includes/user.php:566
  5. apply_filters('determine_current_user')
    wp-includes/plugin.php:205
  6. _wp_get_current_user()
    wp-includes/user.php:3668
  7. wp_get_current_user()
    wp-includes/pluggable.php:70
  8. is_user_logged_in()
    wp-includes/pluggable.php:1163
  9. HCaptcha\Main->activate_hcaptcha()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:256
  10. HCaptcha\Main->init_hooks()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:193
  11. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: hcaptcha-for-forms-and-more 1 0.0002
39SELECT user_id, meta_key, meta_value
FROM wp_usermeta
WHERE user_id IN (6)
ORDER BY umeta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_user_meta()
    wp-includes/user.php:1191
  5. WP_User->get_caps_data()
    wp-includes/class-wp-user.php:904
  6. WP_User->for_site()
    wp-includes/class-wp-user.php:879
  7. WP_User->init()
    wp-includes/class-wp-user.php:183
  8. get_user_by()
    wp-includes/pluggable.php:109
  9. wp_validate_auth_cookie()
    wp-includes/pluggable.php:743
  10. wp_validate_logged_in_cookie()
    wp-includes/user.php:566
  11. apply_filters('determine_current_user')
    wp-includes/plugin.php:205
  12. _wp_get_current_user()
    wp-includes/user.php:3668
  13. wp_get_current_user()
    wp-includes/pluggable.php:70
  14. is_user_logged_in()
    wp-includes/pluggable.php:1163
  15. HCaptcha\Main->activate_hcaptcha()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:256
  16. HCaptcha\Main->init_hooks()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:193
  17. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: hcaptcha-for-forms-and-more 93 0.0005
40SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_wlr_earn_point_email_settings'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WC_Settings_API->init_settings()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-settings-api.php:281
  3. WC_Email->__construct()
    wp-content/plugins/woocommerce/includes/emails/class-wc-email.php:254
  4. WPLoyalty\Wordpress\WlrEarnPointEmail->__construct()
    wp-content/plugins/wp-loyalty-rules/vendor/wployalty/notifications/src/Wordpress/WlrEarnPointEmail.php:31
  5. WPLoyalty\Wordpress->initHook()
    wp-content/plugins/wp-loyalty-rules/vendor/wployalty/notifications/src/Wordpress.php:22
  6. Wlr\A\C\S\LoyaltyMail->initNotification()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/LoyaltyMail.php:20
  7. do_action('woocommerce_loaded')
    wp-includes/plugin.php:517
  8. WooCommerce->on_plugins_loaded()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:258
  9. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
41SET time_zone = "+00:00"
  1. MailPoet\D\W\Connection->runQuery()
    wp-content/plugins/mailpoet/lib/Doctrine/WPDB/Connection.php:115
  2. MailPoet\D\W\Connection->exec()
    wp-content/plugins/mailpoet/lib/Doctrine/WPDB/Connection.php:42
  3. MailPoet\D\M\PostConnectMiddleware->connect()
    wp-content/plugins/mailpoet/lib/Doctrine/Middlewares/PostConnectMiddleware.php:14
  4. MailPoetVendor\D\D\Connection->connect()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/src/Connection.php:143
  5. MailPoetVendor\D\D\Connection->getDatabasePlatformVersion()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/src/Connection.php:182
  6. MailPoetVendor\D\D\Connection->detectDatabasePlatform()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/src/Connection.php:159
  7. MailPoetVendor\D\D\Connection->getDatabasePlatform()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/src/Connection.php:121
  8. MailPoetVendor\D\O\P\E\BasicEntityPersister->__construct()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:73
  9. MailPoetVendor\D\O\UnitOfWork->getEntityPersister()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:1699
  10. MailPoetVendor\D\O\EntityRepository->findBy()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:78
  11. MailPoetVendor\D\O\EntityRepository->findAll()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:74
  12. MailPoet\Doctrine\Repository->findAll()
    wp-content/plugins/mailpoet/lib/Doctrine/Repository.php:84
  13. MailPoet\Settings\SettingsController->ensureLoaded()
    wp-content/plugins/mailpoet/lib/Settings/SettingsController.php:147
  14. MailPoet\Settings\SettingsController->get()
    wp-content/plugins/mailpoet/lib/Settings/SettingsController.php:37
  15. MailPoet\Config\Hooks->setupSubscriptionEvents()
    wp-content/plugins/mailpoet/lib/Config/Hooks.php:165
  16. MailPoet\Config\Hooks->init()
    wp-content/plugins/mailpoet/lib/Config/Hooks.php:147
  17. MailPoet\Config\Initializer->pluginsLoaded()
    wp-content/plugins/mailpoet/lib/Config/Initializer.php:328
  18. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: mailpoet 0 0.0001
42SELECT t0.name AS name_1, t0.value AS value_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5
FROM wp_mailpoet_settings t0
  1. MailPoet\D\W\Connection->runQuery()
    wp-content/plugins/mailpoet/lib/Doctrine/WPDB/Connection.php:115
  2. MailPoet\D\W\Connection->query()
    wp-content/plugins/mailpoet/lib/Doctrine/WPDB/Connection.php:35
  3. MailPoetVendor\D\D\Connection->executeQuery()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/src/Connection.php:415
  4. MailPoetVendor\D\O\P\E\BasicEntityPersister->loadAll()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:480
  5. MailPoetVendor\D\O\EntityRepository->findBy()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:79
  6. MailPoetVendor\D\O\EntityRepository->findAll()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:74
  7. MailPoet\Doctrine\Repository->findAll()
    wp-content/plugins/mailpoet/lib/Doctrine/Repository.php:84
  8. MailPoet\Settings\SettingsController->ensureLoaded()
    wp-content/plugins/mailpoet/lib/Settings/SettingsController.php:147
  9. MailPoet\Settings\SettingsController->get()
    wp-content/plugins/mailpoet/lib/Settings/SettingsController.php:37
  10. MailPoet\Config\Hooks->setupSubscriptionEvents()
    wp-content/plugins/mailpoet/lib/Config/Hooks.php:165
  11. MailPoet\Config\Hooks->init()
    wp-content/plugins/mailpoet/lib/Config/Hooks.php:147
  12. MailPoet\Config\Initializer->pluginsLoaded()
    wp-content/plugins/mailpoet/lib/Config/Initializer.php:328
  13. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: mailpoet 45 0.0002
43SHOW TABLES LIKE 'wp\\_snippets'
  1. Code_Snippets\DB::table_exists()
    wp-content/plugins/code-snippets/php/class-db.php:111
  2. Code_Snippets\DB::fetch_snippets_from_table()
    wp-content/plugins/code-snippets/php/class-db.php:220
  3. Code_Snippets\DB->fetch_active_snippets()
    wp-content/plugins/code-snippets/php/class-db.php:264
  4. Code_Snippets\execute_active_snippets()
    wp-content/plugins/code-snippets/php/snippet-ops.php:612
  5. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: code-snippets 1 0.0005
44SELECT id, code, scope, active
FROM wp_snippets
WHERE scope IN ('global','single-use','front-end')
AND active=1
ORDER BY priority, id
  1. Code_Snippets\DB::fetch_snippets_from_table()
    wp-content/plugins/code-snippets/php/class-db.php:236
  2. Code_Snippets\DB->fetch_active_snippets()
    wp-content/plugins/code-snippets/php/class-db.php:264
  3. Code_Snippets\execute_active_snippets()
    wp-content/plugins/code-snippets/php/snippet-ops.php:612
  4. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: code-snippets 4 0.0005
45SELECT option_value
FROM wp_options
WHERE option_name = 'as_has_wp_comment_logs'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ActionScheduler_WPCommentCleaner::has_logs()
    wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php:61
  3. ActionScheduler::init()
    wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.php:234
  4. action_scheduler_initialize_3_dot_8_dot_2()
    wp-content/plugins/woocommerce/packages/action-scheduler/action-scheduler.php:60
  5. ActionScheduler_Versions::initialize_latest_version()
    wp-content/plugins/mailpoet/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php:39
  6. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0002
46SELECT option_value
FROM wp_options
WHERE option_name = 'jetpack_connection_xmlrpc_verified_errors'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Automattic\J\C\Error_Handler->get_verified_errors()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-error-handler.php:437
  3. Automattic\J\C\Error_Handler->handle_verified_errors()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-error-handler.php:158
  4. Automattic\J\C\Error_Handler->__construct()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-error-handler.php:139
  5. Automattic\J\C\Error_Handler::get_instance()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-error-handler.php:194
  6. Automattic\J\C\Manager::configure()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-manager.php:119
  7. Automattic\Jetpack\Config->enable_connection()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/src/class-config.php:273
  8. Automattic\Jetpack\Config->ensure_feature()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/src/class-config.php:225
  9. Automattic\Jetpack\Config->on_plugins_loaded()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/src/class-config.php:111
  10. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
47SELECT option_value
FROM wp_options
WHERE option_name = 'jetpack_private_options'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Jetpack_Options::get_grouped_option()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php:391
  3. Jetpack_Options::get_option_from_database()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php:230
  4. Jetpack_Options::get_option()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php:208
  5. Automattic\J\C\Tokens->is_locked()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-tokens.php:650
  6. Automattic\J\C\Tokens->get_access_token()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-tokens.php:370
  7. Automattic\J\C\Manager->is_connected()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-manager.php:600
  8. Automattic\J\C\Manager::configure()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-manager.php:121
  9. Automattic\Jetpack\Config->enable_connection()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/src/class-config.php:273
  10. Automattic\Jetpack\Config->ensure_feature()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/src/class-config.php:225
  11. Automattic\Jetpack\Config->on_plugins_loaded()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/src/class-config.php:111
  12. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
48SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_mailpoet_subscribers_count','_transient_timeout_mailpoet_subscribers_count')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('mailpoet_subscribers_count')
    wp-includes/option.php:1433
  3. MailPoet\WP\Functions->getTransient()
    wp-content/plugins/mailpoet/lib/WP/Functions.php:480
  4. MailPoet\U\L\F\Subscribers->getSubscribersCount()
    wp-content/plugins/mailpoet/lib/Util/License/Features/Subscribers.php:78
  5. MailPoet\U\L\F\Subscribers->check()
    wp-content/plugins/mailpoet/lib/Util/License/Features/Subscribers.php:54
  6. MailPoet\P\C\Initializer->setupAutomations()
    wp-content/plugins/mailpoet-premium/lib/Config/Initializer.php:102
  7. MailPoet\P\C\Initializer->init()
    wp-content/plugins/mailpoet-premium/lib/Config/Initializer.php:71
  8. mailpoet_premium_init()
    wp-content/plugins/mailpoet-premium/mailpoet_initializer.php:43
  9. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: mailpoet 2 0.0003
49SELECT option_value
FROM wp_options
WHERE option_name = 'aff_def_ref_calc_key'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. affiliates_woocommerce_plugins_loaded()
    wp-content/plugins/affiliates-woocommerce/affiliates-woocommerce.php:169
  3. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: affiliates-woocommerce 0 0.0002
50SELECT option_value
FROM wp_options
WHERE option_name = 'affiliates_woocommerce'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Affiliates_WooCommerce_Integration::init()
    wp-content/plugins/affiliates-woocommerce/lib/affiliates-woocommerce.php:83
  3. affiliates_woocommerce_plugins_loaded()
    wp-content/plugins/affiliates-woocommerce/affiliates-woocommerce.php:187
  4. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: affiliates-woocommerce 0 0.0001
51SELECT option_value
FROM wp_options
WHERE option_name = 'astra_sites_import_started'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. astra_sites_has_import_started()
    wp-content/plugins/astra-sites/inc/lib/ai-builder/inc/classes/functions.php:135
  3. Astra_Sites_Error_Handler->__construct()
    wp-content/plugins/astra-sites/inc/classes/class-astra-sites-error-handler.php:48
  4. Astra_Sites_Error_Handler::get_instance()
    wp-content/plugins/astra-sites/inc/classes/class-astra-sites-error-handler.php:36
  5. Astra_Sites->includes()
    wp-content/plugins/astra-sites/inc/classes/class-astra-sites.php:2195
  6. Astra_Sites->__construct()
    wp-content/plugins/astra-sites/inc/classes/class-astra-sites.php:129
  7. Astra_Sites::get_instance()
    wp-content/plugins/astra-sites/inc/classes/class-astra-sites.php:110
  8. astra_sites_setup()
    wp-content/plugins/astra-sites/astra-sites.php:79
  9. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: astra-sites 0 0.0004
52SELECT option_value
FROM wp_options
WHERE option_name = 'wcs_debug_mode'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Woo_Conditional_Shipping_Debug->is_enabled()
    wp-content/plugins/conditional-shipping-for-woocommerce/includes/class-woo-conditional-shipping-debug.php:132
  3. Woo_Conditional_Shipping_Debug->__construct()
    wp-content/plugins/conditional-shipping-for-woocommerce/includes/class-woo-conditional-shipping-debug.php:29
  4. Woo_Conditional_Shipping_Debug::instance()
    wp-content/plugins/conditional-shipping-for-woocommerce/includes/class-woo-conditional-shipping-debug.php:122
  5. Woo_Conditional_Shipping->includes()
    wp-content/plugins/conditional-shipping-for-woocommerce/woo-conditional-shipping.php:97
  6. Woo_Conditional_Shipping->__construct()
    wp-content/plugins/conditional-shipping-for-woocommerce/woo-conditional-shipping.php:84
  7. init_woo_conditional_shipping()
    wp-content/plugins/conditional-shipping-for-woocommerce/woo-conditional-shipping.php:145
  8. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: conditional-shipping-for-woocommerce 0 0.0001
53SELECT option_value
FROM wp_options
WHERE option_name = 'wcs_disable_all'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Woo_Conditional_Shipping_Frontend->__construct()
    wp-content/plugins/conditional-shipping-for-woocommerce/includes/frontend/class-woo-conditional-shipping-frontend.php:28
  3. Woo_Conditional_Shipping->load_class()
    wp-content/plugins/conditional-shipping-for-woocommerce/woo-conditional-shipping.php:128
  4. Woo_Conditional_Shipping->includes()
    wp-content/plugins/conditional-shipping-for-woocommerce/woo-conditional-shipping.php:111
  5. Woo_Conditional_Shipping->__construct()
    wp-content/plugins/conditional-shipping-for-woocommerce/woo-conditional-shipping.php:84
  6. init_woo_conditional_shipping()
    wp-content/plugins/conditional-shipping-for-woocommerce/woo-conditional-shipping.php:145
  7. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: conditional-shipping-for-woocommerce 0 0.0001
54SELECT option_value
FROM wp_options
WHERE option_name = 'nextend_social_login'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. NextendSocialLoginSettings->__construct()
    wp-content/plugins/nextend-facebook-connect/class-settings.php:25
  3. NextendSocialLogin::plugins_loaded()
    wp-content/plugins/nextend-facebook-connect/nextend-social-login.php:162
  4. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: nextend-facebook-connect 0 0.0001
55SELECT option_value
FROM wp_options
WHERE option_name = 'nsl_facebook'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. NextendSocialLoginSettings->__construct()
    wp-content/plugins/nextend-facebook-connect/class-settings.php:25
  3. NextendSocialProvider->__construct()
    wp-content/plugins/nextend-facebook-connect/includes/provider.php:82
  4. NextendSocialProviderOAuth->__construct()
    wp-content/plugins/nextend-facebook-connect/includes/provider-oauth.php:15
  5. NextendSocialProviderFacebook->__construct()
    wp-content/plugins/nextend-facebook-connect/providers/facebook/facebook.php:79
  6. NextendSocialLogin::plugins_loaded()
    wp-content/plugins/nextend-facebook-connect/nextend-social-login.php:334
  7. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: nextend-facebook-connect 0 0.0001
56SELECT option_value
FROM wp_options
WHERE option_name = 'nsl_google'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. NextendSocialLoginSettings->__construct()
    wp-content/plugins/nextend-facebook-connect/class-settings.php:25
  3. NextendSocialProvider->__construct()
    wp-content/plugins/nextend-facebook-connect/includes/provider.php:82
  4. NextendSocialProviderOAuth->__construct()
    wp-content/plugins/nextend-facebook-connect/includes/provider-oauth.php:15
  5. NextendSocialProviderGoogle->__construct()
    wp-content/plugins/nextend-facebook-connect/providers/google/google.php:87
  6. NextendSocialLogin::plugins_loaded()
    wp-content/plugins/nextend-facebook-connect/nextend-social-login.php:334
  7. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: nextend-facebook-connect 0 0.0001
57SELECT option_value
FROM wp_options
WHERE option_name = 'nsl_twitter'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. NextendSocialLoginSettings->__construct()
    wp-content/plugins/nextend-facebook-connect/class-settings.php:25
  3. NextendSocialProvider->__construct()
    wp-content/plugins/nextend-facebook-connect/includes/provider.php:82
  4. NextendSocialProviderOAuth->__construct()
    wp-content/plugins/nextend-facebook-connect/includes/provider-oauth.php:15
  5. NextendSocialProviderTwitter->__construct()
    wp-content/plugins/nextend-facebook-connect/providers/twitter/twitter.php:115
  6. NextendSocialLogin::plugins_loaded()
    wp-content/plugins/nextend-facebook-connect/nextend-social-login.php:334
  7. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: nextend-facebook-connect 0 0.0001
58SELECT option_value
FROM wp_options
WHERE option_name = 'pw_tm_suspend'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. AM\TransientsManager\TransientsManager->maybe_block_update_transient()
    wp-content/plugins/transients-manager/src/TransientsManager.php:1388
  3. apply_filters('pre_update_option')
    wp-includes/plugin.php:205
  4. update_option()
    wp-includes/option.php:892
  5. TawkToUpgradeVersion070::upgrade()
    wp-content/plugins/tawkto-live-chat/upgrades/version.070.php:28
  6. TawkToUpgradeManager->do_upgrade()
    wp-content/plugins/tawkto-live-chat/upgrade.manager.php:104
  7. TawkToUpgradeManager->start()
    wp-content/plugins/tawkto-live-chat/upgrade.manager.php:67
  8. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: transients-manager 0 0.0001
59SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_ppcp_has_ppec_subscriptions','_transient_timeout_ppcp_has_ppec_subscriptions')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('ppcp_has_ppec_subscriptions')
    wp-includes/option.php:1433
  3. WooCommerce\P\C\P\PPECHelper::site_has_ppec_subscriptions()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-compat/src/PPEC/PPECHelper.php:72
  4. WooCommerce\P\C\P\PPECHelper::use_ppec_compat_layer_for_subscriptions()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-compat/src/PPEC/PPECHelper.php:117
  5. WooCommerce\P\C\P\SubscriptionsHandler->maybe_hook()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-compat/src/PPEC/SubscriptionsHandler.php:56
  6. WooCommerce\P\C\CompatModule->initialize_ppec_compat_layer()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-compat/src/CompatModule.php:94
  7. WooCommerce\P\C\CompatModule->run()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-compat/src/CompatModule.php:54
  8. WooCommerce\P\V\I\M\Package->doExecute()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Package.php:530
  9. WooCommerce\P\V\I\M\Package->boot()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Package.php:405
  10. {closure}()
    wp-content/plugins/woocommerce-paypal-payments/bootstrap.php:40
  11. WooCommerce\PayPalCommerce\init()
    wp-content/plugins/woocommerce-paypal-payments/woocommerce-paypal-payments.php:77
  12. WooCommerce\PayPalCommerce\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/woocommerce-paypal-payments.php:92
  13. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce-paypal-payments 2 0.0003
60SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_show_marketplace_suggestions'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Automattic\W\A\F\Features::get_available_features()
    wp-content/plugins/woocommerce/src/Admin/Features/Features.php:175
  3. Automattic\W\A\F\Features::is_enabled()
    wp-content/plugins/woocommerce/src/Admin/Features/Features.php:191
  4. Automattic\W\I\A\FeaturePlugin->includes()
    wp-content/plugins/woocommerce/src/Internal/Admin/FeaturePlugin.php:159
  5. Automattic\W\I\A\FeaturePlugin->on_plugins_loaded()
    wp-content/plugins/woocommerce/src/Internal/Admin/FeaturePlugin.php:98
  6. Automattic\W\I\A\FeaturePlugin->init()
    wp-content/plugins/woocommerce/src/Internal/Admin/FeaturePlugin.php:81
  7. Automattic\W\A\C\Package::init()
    wp-content/plugins/woocommerce/src/Admin/Composer/Package.php:65
  8. Automattic\WooCommerce\Packages::initialize_packages()
    wp-content/plugins/woocommerce/src/Packages.php:275
  9. Automattic\WooCommerce\Packages::on_init()
    wp-content/plugins/woocommerce/src/Packages.php:85
  10. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
61SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_pickup_location_settings'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Automattic\W\S\U\LocalPickupUtils::is_local_pickup_enabled()
    wp-content/plugins/woocommerce/src/StoreApi/Utilities/LocalPickupUtils.php:55
  3. Automattic\W\B\S\ShippingController->__construct()
    wp-content/plugins/woocommerce/src/Blocks/Shipping/ShippingController.php:48
  4. Automattic\W\B\D\Bootstrap->Automattic\W\B\D\{closure}()
    wp-content/plugins/woocommerce/src/Blocks/Domain/Bootstrap.php:410
  5. Automattic\W\B\R\AbstractDependencyType->resolve_value()
    wp-content/plugins/woocommerce/src/Blocks/Registry/AbstractDependencyType.php:42
  6. Automattic\W\B\R\SharedType->get()
    wp-content/plugins/woocommerce/src/Blocks/Registry/SharedType.php:28
  7. Automattic\W\B\R\Container->get()
    wp-content/plugins/woocommerce/src/Blocks/Registry/Container.php:96
  8. Automattic\W\B\D\Bootstrap->init()
    wp-content/plugins/woocommerce/src/Blocks/Domain/Bootstrap.php:150
  9. Automattic\W\B\D\Bootstrap->__construct()
    wp-content/plugins/woocommerce/src/Blocks/Domain/Bootstrap.php:86
  10. Automattic\W\B\Package::Automattic\W\B\{closure}()
    wp-content/plugins/woocommerce/src/Blocks/Package.php:106
  11. Automattic\W\B\R\AbstractDependencyType->resolve_value()
    wp-content/plugins/woocommerce/src/Blocks/Registry/AbstractDependencyType.php:42
  12. Automattic\W\B\R\SharedType->get()
    wp-content/plugins/woocommerce/src/Blocks/Registry/SharedType.php:28
  13. Automattic\W\B\R\Container->get()
    wp-content/plugins/woocommerce/src/Blocks/Registry/Container.php:96
  14. Automattic\W\B\Package::init()
    wp-content/plugins/woocommerce/src/Blocks/Package.php:44
  15. Automattic\WooCommerce\Packages::initialize_packages()
    wp-content/plugins/woocommerce/src/Packages.php:275
  16. Automattic\WooCommerce\Packages::on_init()
    wp-content/plugins/woocommerce/src/Packages.php:85
  17. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
62SELECT *
FROM wp_wlr_users
WHERE user_email = '[email protected]'
AND is_banned_user = 1 ;
  1. Wlr\A\M\Base->getWhere()
    wp-content/plugins/wp-loyalty-rules/App/Models/Base.php:247
  2. Wlr\A\H\Woocommerce->isBannedUser()
    wp-content/plugins/wp-loyalty-rules/App/Helpers/Woocommerce.php:1156
  3. Wlr\A\C\S\MyAccount->includes()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/MyAccount.php:19
  4. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: wp-loyalty-rules 0 0.0002
63SELECT *
FROM wp_posts
WHERE ID = 9
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. WC_Blocks_Utils::has_block_in_page()
    wp-content/plugins/woocommerce/includes/blocks/class-wc-blocks-utils.php:70
  4. Wlr\A\H\Woocommerce::isCartBlock()
    wp-content/plugins/wp-loyalty-rules/App/Helpers/Woocommerce.php:1572
  5. Wlr\A\C\S\B\Blocks->initBlocks()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/Blocks/Blocks.php:31
  6. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
64SELECT *
FROM wp_posts
WHERE ID = 10
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. WC_Blocks_Utils::has_block_in_page()
    wp-content/plugins/woocommerce/includes/blocks/class-wc-blocks-utils.php:70
  4. Wlr\A\H\Woocommerce::isCheckoutBlock()
    wp-content/plugins/wp-loyalty-rules/App/Helpers/Woocommerce.php:1581
  5. Wlr\A\C\S\B\Blocks->initBlocks()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/Blocks/Blocks.php:50
  6. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
65SELECT option_value
FROM wp_options
WHERE option_name = 'wp_mail_smtp'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WPMailSMTP\Options->populate_options()
    wp-content/plugins/wp-mail-smtp/src/Options.php:276
  3. WPMailSMTP\Options->__construct()
    wp-content/plugins/wp-mail-smtp/src/Options.php:197
  4. WPMailSMTP\Options::init()
    wp-content/plugins/wp-mail-smtp/src/Options.php:212
  5. WPMailSMTP\OptimizedEmailSending::is_enabled()
    wp-content/plugins/wp-mail-smtp/src/OptimizedEmailSending.php:54
  6. WPMailSMTP\OptimizedEmailSending->hooks()
    wp-content/plugins/wp-mail-smtp/src/OptimizedEmailSending.php:32
  7. WPMailSMTP\Core->WPMailSMTP\{closure}()
    wp-content/plugins/wp-mail-smtp/src/Core.php:149
  8. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: wp-mail-smtp 1 0.0001
66SELECT option_value
FROM wp_options
WHERE option_name = 'zip_ai_settings'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ZipAI\Classes\Helper::get_admin_settings_option()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/classes/helper.php:37
  3. ZipAI\Classes\Module::migrate_options()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/classes/module.php:92
  4. ZipAI\Loader->setup_classes()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/loader.php:120
  5. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: astra-sites 0 0.0001
67SELECT option_value
FROM wp_options
WHERE option_name = 'zip_ai_modules'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ZipAI\Classes\Helper::get_admin_settings_option()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/classes/helper.php:37
  3. ZipAI\Classes\Module::get_all_modules()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/classes/module.php:128
  4. ZipAI\Classes\Module::is_enabled()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/classes/module.php:185
  5. ZipAI\Loader->setup_classes()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/loader.php:123
  6. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: astra-sites 0 0.0001
68SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_jetpack_connection_active_plugins_refresh','_transient_timeout_jetpack_connection_active_plugins_refresh')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('jetpack_connection_active_plugins_refresh')
    wp-includes/option.php:1433
  3. Automattic\J\C\Plugin_Storage::maybe_update_active_connected_plugins()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-plugin-storage.php:190
  4. Automattic\J\C\Plugin_Storage::configure()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-plugin-storage.php:167
  5. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0002
69SELECT option_value
FROM wp_options
WHERE option_name = 'seopress_advanced_option_name'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. SEOPress\S\O\AdvancedOption->getOption()
    wp-content/plugins/wp-seopress/src/Services/Options/AdvancedOption.php:18
  3. SEOPress\S\O\AdvancedOption->searchOptionByKey()
    wp-content/plugins/wp-seopress/src/Services/Options/AdvancedOption.php:30
  4. SEOPress\S\O\AdvancedOption->getAdvancedCommentsAuthorURLDisable()
    wp-content/plugins/wp-seopress/src/Services/Options/AdvancedOption.php:437
  5. seopress_init()
    wp-content/plugins/wp-seopress/seopress.php:149
  6. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: wp-seopress 1 0.0001
70SELECT option_value
FROM wp_options
WHERE option_name = 'cf_will_run_free_to_pro_migrations'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. SW_CLOUDFLARE_PAGECACHE->update_plugin()
    wp-content/plugins/wp-cloudflare-page-cache/bootstrap.php:600
  3. SW_CLOUDFLARE_PAGECACHE->__construct()
    wp-content/plugins/wp-cloudflare-page-cache/bootstrap.php:61
  4. {closure}()
    wp-content/plugins/wp-cloudflare-page-cache/bootstrap.php:1254
  5. do_action('plugins_loaded')
    wp-includes/plugin.php:517
Plugin: wp-cloudflare-page-cache 0 0.0001
71SELECT option_value
FROM wp_options
WHERE option_name = 'flatsome_wup_purchase_code'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Flatsome_Envato->__construct()
    wp-content/themes/flatsome/inc/classes/class-flatsome-envato.php:44
  3. Flatsome_Envato::get_instance()
    wp-content/themes/flatsome/inc/classes/class-flatsome-envato.php:80
  4. flatsome_envato()
    wp-content/themes/flatsome/inc/functions/function-global.php:16
Parent Theme 0 0.0001
72SELECT *
FROM wp_wpf_filters wpf_filters
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:34
  2. TableWpf->get()
    wp-content/plugins/woo-product-filter/classes/table.php:271
  3. ModelWpf->getFromTbl()
    wp-content/plugins/woo-product-filter/classes/model.php:89
  4. OptionsWpf->startSession()
    wp-content/plugins/woo-product-filter/modules/options/mod.php:15
  5. do_action('init')
    wp-includes/plugin.php:517
Plugin: woo-product-filter 1 0.0002
73SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_wc_installing','_transient_timeout_wc_installing')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('wc_installing')
    wp-includes/option.php:1433
  3. Automattic\W\I\D\O\CustomOrdersTableController->get_hpos_setting_for_feature()
    wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/CustomOrdersTableController.php:561
  4. Automattic\W\I\D\O\CustomOrdersTableController->add_feature_definition()
    wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/CustomOrdersTableController.php:541
  5. Automattic\W\I\D\O\CustomOrdersTableController->__call()
    wp-content/plugins/woocommerce/src/Internal/Traits/AccessiblePrivateMethods.php:158
  6. do_action('woocommerce_register_feature_definitions')
    wp-includes/plugin.php:517
  7. Automattic\W\I\F\FeaturesController->get_feature_definitions()
    wp-content/plugins/woocommerce/src/Internal/Features/FeaturesController.php:275
  8. Automattic\W\I\F\FeaturesController->feature_exists()
    wp-content/plugins/woocommerce/src/Internal/Features/FeaturesController.php:475
  9. Automattic\W\I\F\FeaturesController->declare_compatibility()
    wp-content/plugins/woocommerce/src/Internal/Features/FeaturesController.php:434
  10. Automattic\W\U\FeaturesUtil::declare_compatibility()
    wp-content/plugins/woocommerce/src/Utilities/FeaturesUtil.php:66
  11. ACFWF\Models\Bootstrap->declare_woocommerce_features_compatibility()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Bootstrap.php:398
  12. do_action('before_woocommerce_init')
    wp-includes/plugin.php:517
  13. WooCommerce->init()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:827
  14. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0002
74SELECT option_value
FROM wp_options
WHERE option_name = 'wc_product_download_dir_sync_page'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Automattic\W\I\P\A\Register->Automattic\W\I\P\A\{closure}()
    wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Register.php:51
  3. do_action('before_woocommerce_init')
    wp-includes/plugin.php:517
  4. WooCommerce->init()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:827
  5. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
75SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_ga_id'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WC_Google_Analytics->init_form_fields()
    wp-content/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-analytics.php:117
  3. WC_Google_Analytics->__construct()
    wp-content/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-analytics.php:38
  4. WC_Integrations->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-integrations.php:41
  5. WooCommerce->init()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:836
  6. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce-google-analytics-integration 0 0.0001
76SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_ga_support_display_advertising'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WC_Google_Analytics->init_form_fields()
    wp-content/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-analytics.php:125
  3. WC_Google_Analytics->__construct()
    wp-content/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-analytics.php:38
  4. WC_Integrations->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-integrations.php:41
  5. WooCommerce->init()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:836
  6. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce-google-analytics-integration 0 0.0001
77SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_ga_ecommerce_tracking_enabled'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WC_Google_Analytics->init_form_fields()
    wp-content/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-analytics.php:148
  3. WC_Google_Analytics->__construct()
    wp-content/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-analytics.php:38
  4. WC_Integrations->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-integrations.php:41
  5. WooCommerce->init()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:836
  6. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce-google-analytics-integration 0 0.0001
78SELECT session_value
FROM wp_woocommerce_sessions
WHERE session_key = '6'
  1. WC_Session_Handler->get_session()
    wp-content/plugins/woocommerce/includes/class-wc-session-handler.php:478
  2. WC_Session_Handler->get_session_data()
    wp-content/plugins/woocommerce/includes/class-wc-session-handler.php:351
  3. WC_Session_Handler->init_session_cookie()
    wp-content/plugins/woocommerce/includes/class-wc-session-handler.php:97
  4. WC_Session_Handler->init()
    wp-content/plugins/woocommerce/includes/class-wc-session-handler.php:71
  5. WooCommerce->initialize_session()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:1047
  6. wc_load_cart()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:2569
  7. WooCommerce->init()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:843
  8. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
79SELECT umeta_id as meta_id, meta_key, meta_value
FROM wp_usermeta
WHERE user_id = 6
ORDER BY umeta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Customer_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store.php:180
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Customer->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-customer.php:113
  7. WooCommerce->initialize_cart()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:1025
  8. wc_load_cart()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:2570
  9. WooCommerce->init()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:843
  10. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 93 0.0004
80SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_enable_drag_and_drop'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend_Premium->filter_dependencies()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:60
  3. apply_filters('yith_wcwl_main_script_deps')
    wp-includes/plugin.php:205
  4. YITH_WCWL_Frontend_Legacy->register_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/legacy/class-yith-wcwl-frontend-legacy.php:103
  5. YITH_WCWL_Frontend->init()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:96
  6. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0002
81SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_redirect_cart'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:585
  3. YITH_WCWL_Frontend_Extended->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-extended.php:29
  4. YITH_WCWL_Frontend_Premium->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:74
  5. YITH_WCWL_Frontend_Legacy->register_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/legacy/class-yith-wcwl-frontend-legacy.php:106
  6. YITH_WCWL_Frontend->init()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:96
  7. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
82SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_button_position'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:586
  3. YITH_WCWL_Frontend_Extended->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-extended.php:29
  4. YITH_WCWL_Frontend_Premium->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:74
  5. YITH_WCWL_Frontend_Legacy->register_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/legacy/class-yith-wcwl-frontend-legacy.php:106
  6. YITH_WCWL_Frontend->init()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:96
  7. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
83SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_ajax_enable'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:598
  3. YITH_WCWL_Frontend_Extended->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-extended.php:29
  4. YITH_WCWL_Frontend_Premium->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:74
  5. YITH_WCWL_Frontend_Legacy->register_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/legacy/class-yith-wcwl-frontend-legacy.php:106
  6. YITH_WCWL_Frontend->init()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:96
  7. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
84SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_remove_after_add_to_cart'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:600
  3. YITH_WCWL_Frontend_Extended->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-extended.php:29
  4. YITH_WCWL_Frontend_Premium->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:74
  5. YITH_WCWL_Frontend_Legacy->register_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/legacy/class-yith-wcwl-frontend-legacy.php:106
  6. YITH_WCWL_Frontend->init()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:96
  7. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
85SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_multi_wishlist_enable'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Wishlists_Premium->is_multi_wishlist_enabled()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists-premium.php:212
  3. YITH_WCWL_Frontend_Premium->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:76
  4. YITH_WCWL_Frontend_Legacy->register_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/legacy/class-yith-wcwl-frontend-legacy.php:106
  5. YITH_WCWL_Frontend->init()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:96
  6. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
86SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_modal_enable'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend_Premium->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:77
  3. YITH_WCWL_Frontend_Legacy->register_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/legacy/class-yith-wcwl-frontend-legacy.php:106
  4. YITH_WCWL_Frontend->init()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:96
  5. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
87SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_tooltip_enable'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend_Premium->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:79
  3. YITH_WCWL_Frontend_Legacy->register_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/legacy/class-yith-wcwl-frontend-legacy.php:106
  4. YITH_WCWL_Frontend->init()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:96
  5. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
88SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_notices_enable'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend_Premium->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:80
  3. YITH_WCWL_Frontend_Legacy->register_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/legacy/class-yith-wcwl-frontend-legacy.php:106
  4. YITH_WCWL_Frontend->init()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:96
  5. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
89SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_modal_close_behaviour'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend_Premium->get_localize()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:81
  3. YITH_WCWL_Frontend_Legacy->register_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/legacy/class-yith-wcwl-frontend-legacy.php:106
  4. YITH_WCWL_Frontend->init()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:96
  5. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
90SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_wishlist_page_id'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL->add_rewrite_rules()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl.php:214
  3. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0002
91SELECT *
FROM wp_posts
WHERE ID = 1198487
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. YITH_WCWL->add_rewrite_rules()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl.php:221
  4. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
92SELECT *
FROM wp_posts
WHERE ID = 8
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. WC_Post_Types::register_post_types()
    wp-content/plugins/woocommerce/includes/class-wc-post-types.php:308
  4. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0002
93SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_acfw_coupon_endpoint_flush_rules','_transient_timeout_acfw_coupon_endpoint_flush_rules')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('acfw_coupon_endpoint_flush_rules')
    wp-includes/option.php:1433
  3. ACFWF\Models\URL_Coupons->override_wc_coupon_registration()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/URL_Coupons.php:319
  4. apply_filters('woocommerce_register_post_type_shop_coupon')
    wp-includes/plugin.php:205
  5. WC_Post_Types::register_post_types()
    wp-content/plugins/woocommerce/includes/class-wc-post-types.php:526
  6. do_action('init')
    wp-includes/plugin.php:517
Plugin: advanced-coupons-for-woocommerce-free 0 0.0002
94SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_wc_shipping_method_count_legacy','_transient_timeout_wc_shipping_method_count_legacy')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('wc_shipping_method_count_legacy')
    wp-includes/option.php:1433
  3. wc_get_shipping_method_count()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:1722
  4. WC_Cart->needs_shipping()
    wp-content/plugins/woocommerce/includes/class-wc-cart.php:1537
  5. WooCommerce\P\B\BlocksModule::WooCommerce\P\B\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-blocks/services.php:56
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\B\BlocksModule->WooCommerce\P\B\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-blocks/src/BlocksModule.php:71
  8. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  9. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  10. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 2 0.0003
95SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 0
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:79
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:257
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0002
96SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 0
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:263
  5. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  6. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  9. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  10. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  11. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0002
97SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_flat_rate_settings'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WC_Shipping->get_shipping_method_class_names()
    wp-content/plugins/woocommerce/includes/class-wc-shipping.php:142
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:166
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:263
  5. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  6. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  9. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  10. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  11. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0002
98SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_free_shipping_settings'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WC_Shipping->get_shipping_method_class_names()
    wp-content/plugins/woocommerce/includes/class-wc-shipping.php:142
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:166
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:263
  5. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  6. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  9. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  10. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  11. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0002
99SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_international_delivery_settings'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WC_Shipping->get_shipping_method_class_names()
    wp-content/plugins/woocommerce/includes/class-wc-shipping.php:142
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:166
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:263
  5. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  6. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  9. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  10. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  11. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
100SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_local_delivery_settings'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WC_Shipping->get_shipping_method_class_names()
    wp-content/plugins/woocommerce/includes/class-wc-shipping.php:142
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:166
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:263
  5. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  6. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  9. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  10. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  11. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
101SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_local_pickup_settings'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WC_Shipping->get_shipping_method_class_names()
    wp-content/plugins/woocommerce/includes/class-wc-shipping.php:142
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:166
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:263
  5. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  6. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  9. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  10. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  11. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0002
102SELECT zone_id, zone_name, zone_order
FROM wp_woocommerce_shipping_zones order by zone_order ASC, zone_id ASC;
  1. WC_Shipping_Zone_Data_Store->get_zones()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:305
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:28
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  5. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  6. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  9. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  10. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  11. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 10 0.0002
103SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 4
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
104SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 4
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
105SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 4
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  8. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  11. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  12. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  13. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  14. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  15. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0002
106SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 4
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:36
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 8 0.0002
107SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('product_shipping_class')
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. WC_Shipping->get_shipping_classes()
    wp-content/plugins/woocommerce/includes/class-wc-shipping.php:236
  5. WC_Shipping_Flat_Rate->init()
    wp-content/plugins/woocommerce/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php:61
  6. WC_Shipping_Flat_Rate->__construct()
    wp-content/plugins/woocommerce/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php:52
  7. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:185
  8. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:36
  9. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  12. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  13. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  14. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  15. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  16. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 6 0.0004
108SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (16017,13109,13113,13110,13111,13112)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4099
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:827
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. WC_Shipping->get_shipping_classes()
    wp-content/plugins/woocommerce/includes/class-wc-shipping.php:236
  6. WC_Shipping_Flat_Rate->init()
    wp-content/plugins/woocommerce/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php:61
  7. WC_Shipping_Flat_Rate->__construct()
    wp-content/plugins/woocommerce/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php:52
  8. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:185
  9. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:36
  10. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  11. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  12. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  13. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  14. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  15. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  16. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  17. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 6 0.0004
109SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 5
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0002
110SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 5
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 3 0.0002
111SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 5
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  8. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  11. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  12. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  13. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  14. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  15. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 2 0.0002
112SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 5
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:36
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 5 0.0002
113SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 6
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0002
114SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 6
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0002
115SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 6
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  8. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  11. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  12. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  13. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  14. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  15. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0003
116SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 6
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:36
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 5 0.0002
117SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 7
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0002
118SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 7
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0002
119SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 7
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  8. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  11. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  12. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  13. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  14. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  15. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0002
120SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 7
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:36
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 5 0.0001
121SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 8
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
122SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 8
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 4 0.0001
123SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 8
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  8. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  11. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  12. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  13. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  14. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  15. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 31 0.0002
124SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 8
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:36
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 5 0.0002
125SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 9
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
126SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 9
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 3 0.0001
127SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 9
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  8. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  11. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  12. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  13. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  14. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  15. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 5 0.0002
128SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 9
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:36
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 3 0.0001
129SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 11
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
130SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 11
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 2 0.0001
131SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 11
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  8. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  11. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  12. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  13. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  14. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  15. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 3 0.0001
132SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 11
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:36
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
133SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 10
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
134SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 10
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 56 0.0001
135SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 10
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  8. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  11. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  12. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  13. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  14. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  15. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 8 0.0002
136SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 10
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:36
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 12 0.0002
137SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 15
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0002
138SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 15
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 25 0.0002
139SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 15
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  8. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  11. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  12. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  13. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  14. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  15. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0002
140SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 15
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:36
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 12 0.0002
141SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 14
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0002
142SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 14
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 2 0.0002
143SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 14
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:32
  8. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  11. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  12. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  13. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  14. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  15. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
144SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 14
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WC_Shipping_Zones::get_zones()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php:36
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:272
  6. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  7. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  10. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  11. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 12 0.0001
145SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 4
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
146SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 4
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  12. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  13. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  14. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
147SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 4
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  8. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  9. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  12. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  13. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  14. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  15. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  16. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
148SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 5
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
149SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 5
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  12. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  13. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  14. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 3 0.0002
150SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 5
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  8. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  9. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  12. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  13. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  14. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  15. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  16. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 2 0.0001
151SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 6
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
152SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 6
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  12. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  13. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  14. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
153SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 6
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  8. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  9. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  12. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  13. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  14. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  15. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  16. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
154SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 7
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
155SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 7
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  12. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  13. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  14. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
156SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 7
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  8. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  9. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  12. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  13. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  14. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  15. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  16. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
157SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 8
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
158SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 8
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  12. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  13. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  14. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 4 0.0001
159SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 8
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  8. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  9. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  12. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  13. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  14. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  15. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  16. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 31 0.0002
160SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 9
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
161SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 9
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  12. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  13. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  14. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 3 0.0001
162SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 9
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  8. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  9. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  12. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  13. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  14. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  15. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  16. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 5 0.0001
163SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 11
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
164SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 11
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  12. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  13. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  14. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 2 0.0001
165SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 11
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  8. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  9. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  12. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  13. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  14. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  15. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  16. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 3 0.0001
166SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 10
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
167SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 10
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  12. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  13. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  14. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 56 0.0001
168SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 10
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  8. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  9. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  12. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  13. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  14. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  15. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  16. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 8 0.0002
169SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 15
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
170SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 15
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  12. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  13. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  14. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 25 0.0002
171SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 15
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  8. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  9. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  12. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  13. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  14. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  15. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  16. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
172SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 14
LIMIT 1
  1. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:96
  2. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  3. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0001
173SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 14
  1. WC_Shipping_Zone_Data_Store->read_zone_locations()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:332
  2. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:106
  3. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  4. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  5. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  6. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  8. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  9. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  12. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  13. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  14. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 2 0.0001
174SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 14
ORDER BY meta_id
  1. WC_Data_Store_WP->read_meta()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php:94
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Data->read_meta_data()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:646
  4. WC_Shipping_Zone_Data_Store->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:107
  5. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  6. WC_Shipping_Zone->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:62
  7. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  8. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:288
  9. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  10. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  11. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  12. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  13. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  14. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  15. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  16. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0002
175SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 4
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 8 0.0001
176SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 5
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 5 0.0002
177SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 6
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 5 0.0002
178SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 7
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 5 0.0002
179SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 8
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 5 0.0002
180SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 9
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 3 0.0002
181SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 11
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
182SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 10
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 12 0.0001
183SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 15
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 12 0.0002
184SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 14
  1. WC_Shipping_Zone_Data_Store->get_methods()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php:167
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. WC_Shipping_Zone->get_shipping_methods()
    wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php:164
  4. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  5. array_map()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:275
  6. WooCommerce\P\A\AxoModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/services.php:287
  7. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  8. WooCommerce\P\A\AxoBlockModule::WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/services.php:41
  9. WooCommerce\P\V\I\M\C\ReadOnlyContainer->get()
    wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php:71
  10. WooCommerce\P\A\AxoBlockModule->WooCommerce\P\A\{closure}()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:111
  11. do_action('woocommerce_blocks_payment_method_type_registration')
    wp-includes/plugin.php:517
  12. Automattic\W\B\I\IntegrationRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:50
  13. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 12 0.0003
185SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_site_transient_wp_theme_files_patterns-3d3b8b89e1634014638119fa9be0951b','_site_transient_timeout_wp_theme_files_patterns-3d3b8b89e1634014638119fa9be0951b')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. wp_prime_network_option_caches()
    wp-includes/option.php:684
  3. wp_prime_site_option_caches()
    wp-includes/option.php:659
  4. get_site_transient()
    wp-includes/option.php:2518
  5. WP_Theme->get_pattern_cache()
    wp-includes/class-wp-theme.php:1984
  6. WP_Theme->get_block_patterns()
    wp-includes/class-wp-theme.php:1840
  7. _register_theme_block_patterns()
    wp-includes/block-patterns.php:369
  8. do_action('init')
    wp-includes/plugin.php:517
WordPress Core 2 0.0002
186SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_site_transient_wp_theme_files_patterns-6ad2cc003f4eb2add9aff0b63df53a01','_site_transient_timeout_wp_theme_files_patterns-6ad2cc003f4eb2add9aff0b63df53a01')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. wp_prime_network_option_caches()
    wp-includes/option.php:684
  3. wp_prime_site_option_caches()
    wp-includes/option.php:659
  4. get_site_transient()
    wp-includes/option.php:2518
  5. WP_Theme->get_pattern_cache()
    wp-includes/class-wp-theme.php:1984
  6. WP_Theme->get_block_patterns()
    wp-includes/class-wp-theme.php:1840
  7. _register_theme_block_patterns()
    wp-includes/block-patterns.php:369
  8. do_action('init')
    wp-includes/plugin.php:517
WordPress Core 2 0.0002
187SELECT option_value
FROM wp_options
WHERE option_name = 'acfwf_installed_version'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Models\Bootstrap->initialize()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Bootstrap.php:329
  3. do_action('init')
    wp-includes/plugin.php:517
Plugin: advanced-coupons-for-woocommerce-free 1 0.0002
188SELECT option_value
FROM wp_options
WHERE option_name = 'acfwf_activation_code_triggered'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Models\Bootstrap->initialize()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Bootstrap.php:331
  3. do_action('init')
    wp-includes/plugin.php:517
Plugin: advanced-coupons-for-woocommerce-free 1 0.0001
189SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_bogo_deals_default_values_set'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\M\B\Admin->_set_notice_settings_default_values()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/BOGO/Admin.php:235
  3. ACFWF\M\B\Admin->initialize()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/BOGO/Admin.php:421
  4. ACFWF\Models\Bootstrap->initialize()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Bootstrap.php:345
  5. do_action('init')
    wp-includes/plugin.php:517
Plugin: advanced-coupons-for-woocommerce-free 1 0.0002
190SELECT option_value
FROM wp_options
WHERE option_name = 'acfwp_installed_version'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWP\Models\Bootstrap->initialize()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Bootstrap.php:354
  3. do_action('init')
    wp-includes/plugin.php:517
Plugin: advanced-coupons-for-woocommerce 1 0.0001
191SELECT option_value
FROM wp_options
WHERE option_name = 'aff_registration_fields'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Affiliates_Settings_Registration::get_fields()
    wp-content/plugins/affiliates-pro/lib/core/class-affiliates-settings-registration.php:44
  3. Affiliates_Registration::wp_init()
    wp-content/plugins/affiliates-pro/lib/core/class-affiliates-registration.php:108
  4. do_action('init')
    wp-includes/plugin.php:517
Plugin: affiliates-pro 1 0.0001
192SELECT option_value
FROM wp_options
WHERE option_name = 'affiliates_notifications'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Affiliates_Notifications_Extended::init()
    wp-content/plugins/affiliates-pro/lib/ext/includes/class-affiliates-notifications-extended.php:75
  3. Affiliates_Notifications_Extended->__construct()
    wp-content/plugins/affiliates-pro/lib/ext/includes/class-affiliates-notifications-extended.php:68
  4. Affiliates_Notifications::get_instance()
    wp-content/plugins/affiliates-pro/lib/core/class-affiliates-notifications.php:119
  5. do_action('init')
    wp-includes/plugin.php:517
Plugin: affiliates-pro 1 0.0001
193SELECT a.action_id
FROM wp_actionscheduler_actions a
LEFT JOIN wp_actionscheduler_groups g
ON g.group_id=a.group_id
WHERE 1=1
AND g.slug='mailpoet-cron'
AND a.hook='mailpoet/cron/daemon-trigger'
AND a.args='[]'
AND a.status IN ('in-progress', 'pending')
LIMIT 0, 1
  1. ActionScheduler_DBStore->query_actions()
    wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:605
  2. ActionScheduler_Store->query_action()
    wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler_Store.php:120
  3. as_has_scheduled_action()
    wp-content/plugins/woocommerce/packages/action-scheduler/functions.php:411
  4. MailPoet\C\A\ActionScheduler->hasScheduledAction()
    wp-content/plugins/mailpoet/lib/Cron/ActionScheduler/ActionScheduler.php:43
  5. MailPoet\C\A\A\DaemonTrigger->init()
    wp-content/plugins/mailpoet/lib/Cron/ActionScheduler/Actions/DaemonTrigger.php:43
  6. MailPoet\Cron\DaemonActionSchedulerRunner->init()
    wp-content/plugins/mailpoet/lib/Cron/DaemonActionSchedulerRunner.php:50
  7. MailPoet\Cron\CronTrigger->init()
    wp-content/plugins/mailpoet/lib/Cron/CronTrigger.php:50
  8. MailPoet\Config\Initializer->setupCronTrigger()
    wp-content/plugins/mailpoet/lib/Config/Initializer.php:480
  9. MailPoet\Config\Initializer->initialize()
    wp-content/plugins/mailpoet/lib/Config/Initializer.php:360
  10. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0005
194SELECT DISTINCT t.trigger_key
FROM `wp_mailpoet_automations` AS a JOIN `wp_mailpoet_automation_triggers` as t
WHERE a.status = 'active'
AND a.id = t.automation_id
ORDER BY trigger_key DESC
  1. MailPoet\A\E\S\AutomationStorage->getActiveTriggerKeys()
    wp-content/plugins/mailpoet/lib/Automation/Engine/Storage/AutomationStorage.php:245
  2. MailPoet\A\E\Engine->registerActiveTriggerHooks()
    wp-content/plugins/mailpoet/lib/Automation/Engine/Engine.php:95
  3. MailPoet\A\E\Engine->initialize()
    wp-content/plugins/mailpoet/lib/Automation/Engine/Engine.php:79
  4. MailPoet\Config\Initializer->initialize()
    wp-content/plugins/mailpoet/lib/Config/Initializer.php:371
  5. do_action('init')
    wp-includes/plugin.php:517
Plugin: mailpoet 0 0.0002
195SELECT t0.name AS name_1, t0.value AS value_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5
FROM wp_mailpoet_feature_flags t0
  1. MailPoet\D\W\Connection->runQuery()
    wp-content/plugins/mailpoet/lib/Doctrine/WPDB/Connection.php:115
  2. MailPoet\D\W\Connection->query()
    wp-content/plugins/mailpoet/lib/Doctrine/WPDB/Connection.php:35
  3. MailPoetVendor\D\D\Connection->executeQuery()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/src/Connection.php:415
  4. MailPoetVendor\D\O\P\E\BasicEntityPersister->loadAll()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:480
  5. MailPoetVendor\D\O\EntityRepository->findBy()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:79
  6. MailPoetVendor\D\O\EntityRepository->findAll()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:74
  7. MailPoet\Doctrine\Repository->findAll()
    wp-content/plugins/mailpoet/lib/Doctrine/Repository.php:84
  8. MailPoet\Features\FeaturesController->getValueMap()
    wp-content/plugins/mailpoet/lib/Features/FeaturesController.php:80
  9. MailPoet\Features\FeaturesController->ensureFlagsLoaded()
    wp-content/plugins/mailpoet/lib/Features/FeaturesController.php:72
  10. MailPoet\Features\FeaturesController->isSupported()
    wp-content/plugins/mailpoet/lib/Features/FeaturesController.php:40
  11. MailPoet\Config\Initializer->initialize()
    wp-content/plugins/mailpoet/lib/Config/Initializer.php:372
  12. do_action('init')
    wp-includes/plugin.php:517
Plugin: mailpoet 0 0.0001
196SELECT *
FROM wp_wlr_earn_campaign
WHERE (start_at <= '1732164641'
OR start_at=0)
AND (end_at >= '1732164641'
OR end_at=0)
AND action_type = 'birthday'
AND active = 1
ORDER BY 'priority,id';
  1. Wlr\A\M\Base->getWhere()
    wp-content/plugins/wp-loyalty-rules/App/Models/Base.php:249
  2. Wlr\A\M\EarnCampaign->getCampaignByAction()
    wp-content/plugins/wp-loyalty-rules/App/Models/EarnCampaign.php:203
  3. Wlr\A\P\C\S\Birthday->addCustomBirthdayField()
    wp-content/plugins/wp-loyalty-rules/App/Premium/Controllers/Site/Birthday.php:223
  4. do_action('init')
    wp-includes/plugin.php:517
Plugin: wp-loyalty-rules 0 0.0003
197SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_woocommerce_blocks_asset_api_script_data_ssl','_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('woocommerce_blocks_asset_api_script_data_ssl')
    wp-includes/option.php:1433
  3. Automattic\W\B\A\Api->get_cached_script_data()
    wp-content/plugins/woocommerce/src/Blocks/Assets/Api.php:157
  4. Automattic\W\B\A\Api->get_script_data()
    wp-content/plugins/woocommerce/src/Blocks/Assets/Api.php:215
  5. Automattic\W\B\A\Api->register_script()
    wp-content/plugins/woocommerce/src/Blocks/Assets/Api.php:258
  6. Automattic\W\B\A\AssetDataRegistry->register_data_script()
    wp-content/plugins/woocommerce/src/Blocks/Assets/AssetDataRegistry.php:372
  7. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 2 0.0002
198SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_blocks_allow_ai_connection'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Automattic\W\B\A\PatternsHelper::get_patterns_dictionary()
    wp-content/plugins/woocommerce/src/Blocks/AIContent/PatternsHelper.php:104
  3. Automattic\W\B\BlockPatterns->get_patterns_dictionary()
    wp-content/plugins/woocommerce/src/Blocks/BlockPatterns.php:97
  4. Automattic\W\B\BlockPatterns->register_block_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockPatterns.php:137
  5. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
199SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_store_pages_only'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Automattic\W\B\P\PatternRegistry->register_block_pattern()
    wp-content/plugins/woocommerce/src/Blocks/Patterns/PatternRegistry.php:176
  3. Automattic\W\B\BlockPatterns->register_block_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockPatterns.php:137
  4. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 0 0.0001
200SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_allow_tracking'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Automattic\W\B\BlockPatterns->register_ptk_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockPatterns.php:148
  3. do_action('init')
    wp-includes/plugin.php:517
Plugin: woocommerce 1 0.0004
201SHOW TABLES LIKE 'wp_seopress_content_analysis'
  1. SEOPress\C\T\QueryExistTable->exist()
    wp-content/plugins/wp-seopress/src/Core/Table/QueryExistTable.php:17
  2. SEOPress\S\T\TableManager->exist()
    wp-content/plugins/wp-seopress/src/Services/Table/TableManager.php:23
  3. SEOPress\S\T\TableManager->create()
    wp-content/plugins/wp-seopress/src/Services/Table/TableManager.php:27
  4. SEOPress\S\T\TableManager->createTablesIfNeeded()
    wp-content/plugins/wp-seopress/src/Services/Table/TableManager.php:36
  5. SEOPress\A\T\CreateTable->init()
    wp-content/plugins/wp-seopress/src/Actions/Table/CreateTable.php:20
  6. do_action('init')
    wp-includes/plugin.php:517
Plugin: wp-seopress 1 0.0004
202SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_show_on_loop'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->add_button_for_loop()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:177
  3. YITH_WCWL_Frontend->add_button()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:109
  4. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
203SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_disable_wishlist_for_unauthenticated_users'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend_Premium->add_wishlist_notice()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:600
  3. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
204SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_db_version'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_DB::get_current_version()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstract-yith-wcwl-db.php:134
  3. YITH_WCWL_DB::maybe_update()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstract-yith-wcwl-db.php:33
  4. YITH_WCWL_Install->maybe_install()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-install.php:45
  5. do_action('init')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0002
205SELECT option_value
FROM wp_options
WHERE option_name = 'astra-site-permalink-update-status'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. AiBuilder\I\C\I\Ai_Builder_Importer->permalink_update_after_import()
    wp-content/plugins/astra-sites/inc/lib/ai-builder/inc/classes/importer/class-ai-builder-importer.php:167
  3. do_action('init')
    wp-includes/plugin.php:517
Plugin: astra-sites 0 0.0001
206SELECT option_value
FROM wp_options
WHERE option_name = 'themeisle_sdk_promotions_otter_installed'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ThemeisleSDK\Modules\Promotions->get_promotions()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:359
  3. ThemeisleSDK\Modules\Promotions->can_load()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:141
  4. ThemeisleSDK\Common\Module_Factory::attach()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Common/Module_factory.php:93
  5. ThemeisleSDK\Loader::add_product()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Loader.php:367
  6. themeisle_sdk_load_latest()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/load.php:70
  7. do_action('init')
    wp-includes/plugin.php:517
Plugin: wp-cloudflare-page-cache 0 0.0001
207SELECT option_value
FROM wp_options
WHERE option_name = 'themeisle_sdk_promotions_optimole_installed'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ThemeisleSDK\Modules\Promotions->get_promotions()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:361
  3. ThemeisleSDK\Modules\Promotions->can_load()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:141
  4. ThemeisleSDK\Common\Module_Factory::attach()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Common/Module_factory.php:93
  5. ThemeisleSDK\Loader::add_product()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Loader.php:367
  6. themeisle_sdk_load_latest()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/load.php:70
  7. do_action('init')
    wp-includes/plugin.php:517
Plugin: wp-cloudflare-page-cache 0 0.0001
208SELECT option_value
FROM wp_options
WHERE option_name = 'themeisle_sdk_promotions_rop_installed'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ThemeisleSDK\Modules\Promotions->get_promotions()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:363
  3. ThemeisleSDK\Modules\Promotions->can_load()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:141
  4. ThemeisleSDK\Common\Module_Factory::attach()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Common/Module_factory.php:93
  5. ThemeisleSDK\Loader::add_product()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Loader.php:367
  6. themeisle_sdk_load_latest()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/load.php:70
  7. do_action('init')
    wp-includes/plugin.php:517
Plugin: wp-cloudflare-page-cache 0 0.0001
209SELECT option_value
FROM wp_options
WHERE option_name = 'themeisle_sdk_promotions_redirection_cf7_installed'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ThemeisleSDK\Modules\Promotions->get_promotions()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:368
  3. ThemeisleSDK\Modules\Promotions->can_load()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:141
  4. ThemeisleSDK\Common\Module_Factory::attach()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Common/Module_factory.php:93
  5. ThemeisleSDK\Loader::add_product()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Loader.php:367
  6. themeisle_sdk_load_latest()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/load.php:70
  7. do_action('init')
    wp-includes/plugin.php:517
Plugin: wp-cloudflare-page-cache 0 0.0001
210SELECT option_value
FROM wp_options
WHERE option_name = 'themeisle_sdk_promotions_hyve_installed'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ThemeisleSDK\Modules\Promotions->get_promotions()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:370
  3. ThemeisleSDK\Modules\Promotions->can_load()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:141
  4. ThemeisleSDK\Common\Module_Factory::attach()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Common/Module_factory.php:93
  5. ThemeisleSDK\Loader::add_product()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Loader.php:367
  6. themeisle_sdk_load_latest()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/load.php:70
  7. do_action('init')
    wp-includes/plugin.php:517
Plugin: wp-cloudflare-page-cache 0 0.0001
211SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_tisdk_has_support_page','_transient_timeout_tisdk_has_support_page')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('tisdk_has_support_page')
    wp-includes/option.php:1433
  3. ThemeisleSDK\Modules\Promotions->has_support_page()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:1230
  4. ThemeisleSDK\Modules\Promotions->get_promotions()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:371
  5. ThemeisleSDK\Modules\Promotions->can_load()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:141
  6. ThemeisleSDK\Common\Module_Factory::attach()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Common/Module_factory.php:93
  7. ThemeisleSDK\Loader::add_product()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Loader.php:367
  8. themeisle_sdk_load_latest()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/load.php:70
  9. do_action('init')
    wp-includes/plugin.php:517
Plugin: wp-cloudflare-page-cache 2 0.0001
212SELECT option_value
FROM wp_options
WHERE option_name = 'themeisle_sdk_promotions_neve_installed'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ThemeisleSDK\Modules\Promotions->get_promotions()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:375
  3. ThemeisleSDK\Modules\Promotions->can_load()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:141
  4. ThemeisleSDK\Common\Module_Factory::attach()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Common/Module_factory.php:93
  5. ThemeisleSDK\Loader::add_product()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Loader.php:367
  6. themeisle_sdk_load_latest()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/load.php:70
  7. do_action('init')
    wp-includes/plugin.php:517
Plugin: wp-cloudflare-page-cache 0 0.0001
213SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_tsk_attachment_count','_transient_timeout_tsk_attachment_count')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('tsk_attachment_count')
    wp-includes/option.php:1433
  3. ThemeisleSDK\Modules\Promotions->has_min_media_attachments()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:860
  4. ThemeisleSDK\Modules\Promotions->get_promotions()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:376
  5. ThemeisleSDK\Modules\Promotions->can_load()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:141
  6. ThemeisleSDK\Common\Module_Factory::attach()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Common/Module_factory.php:93
  7. ThemeisleSDK\Loader::add_product()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Loader.php:367
  8. themeisle_sdk_load_latest()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/load.php:70
  9. do_action('init')
    wp-includes/plugin.php:517
Plugin: wp-cloudflare-page-cache 2 0.0002
214SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_tsk_posts_count','_transient_timeout_tsk_posts_count')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('tsk_posts_count')
    wp-includes/option.php:1433
  3. ThemeisleSDK\Modules\Promotions->has_old_posts()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:890
  4. ThemeisleSDK\Modules\Promotions->get_promotions()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:377
  5. ThemeisleSDK\Modules\Promotions->can_load()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:141
  6. ThemeisleSDK\Common\Module_Factory::attach()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Common/Module_factory.php:93
  7. ThemeisleSDK\Loader::add_product()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Loader.php:367
  8. themeisle_sdk_load_latest()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/load.php:70
  9. do_action('init')
    wp-includes/plugin.php:517
Plugin: wp-cloudflare-page-cache 2 0.0001
215SELECT option_value
FROM wp_options
WHERE option_name = 'themeisle_sdk_promotions_otter'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ThemeisleSDK\Modules\Promotions->get_upsells_dismiss_time()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:498
  3. ThemeisleSDK\Modules\Promotions->get_promotions()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:477
  4. ThemeisleSDK\Modules\Promotions->can_load()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:141
  5. ThemeisleSDK\Common\Module_Factory::attach()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Common/Module_factory.php:93
  6. ThemeisleSDK\Loader::add_product()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Loader.php:367
  7. themeisle_sdk_load_latest()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/load.php:70
  8. do_action('init')
    wp-includes/plugin.php:517
Plugin: wp-cloudflare-page-cache 0 0.0001
216SELECT option_value
FROM wp_options
WHERE option_name = 'seopress_titles_option_name'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. SEOPress\S\O\TitleOption->getOption()
    wp-content/plugins/wp-seopress/src/Services/Options/TitleOption.php:16
  3. SEOPress\S\O\TitleOption->searchOptionByKey()
    wp-content/plugins/wp-seopress/src/Services/Options/TitleOption.php:27
  4. SEOPress\S\O\TitleOption->getSingleCptEnable()
    wp-content/plugins/wp-seopress/src/Services/Options/TitleOption.php:372
  5. seopress_load_advanced_admin_options()
    wp-content/plugins/wp-seopress/inc/functions/options.php:364
  6. do_action('init')
    wp-includes/plugin.php:517
Plugin: wp-seopress 1 0.0001
217SELECT option_value
FROM wp_options
WHERE option_name = 'bsf_analytics_optin'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. get_network_option()
    wp-includes/option.php:2022
  3. get_site_option()
    wp-includes/option.php:1887
  4. BSF_Analytics->is_tracking_enabled()
    wp-content/plugins/astra-sites/admin/bsf-analytics/class-bsf-analytics.php:154
  5. BSF_Analytics->maybe_track_analytics()
    wp-content/plugins/astra-sites/admin/bsf-analytics/class-bsf-analytics.php:481
  6. do_action('init')
    wp-includes/plugin.php:517
Plugin: astra-sites 1 0.0002
218SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_site_transient_kirki_googlefonts_cache','_site_transient_timeout_kirki_googlefonts_cache')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. wp_prime_network_option_caches()
    wp-includes/option.php:684
  3. wp_prime_site_option_caches()
    wp-includes/option.php:659
  4. get_site_transient()
    wp-includes/option.php:2518
  5. Kirki_Fonts::get_google_fonts()
    wp-content/themes/flatsome/inc/admin/kirki/modules/webfonts/class-kirki-fonts.php:107
  6. Kirki_Fonts_Google->__construct()
    wp-content/themes/flatsome/inc/admin/kirki/modules/webfonts/class-kirki-fonts-google.php:89
  7. Kirki_Fonts_Google::get_instance()
    wp-content/themes/flatsome/inc/admin/kirki/modules/webfonts/class-kirki-fonts-google.php:100
  8. Kirki_Modules_Webfonts->run()
    wp-content/themes/flatsome/inc/admin/kirki/modules/webfonts/class-kirki-modules-webfonts.php:64
  9. do_action('wp_loaded')
    wp-includes/plugin.php:517
Parent Theme 2 0.0004
219SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (806182,484840,800290,18340,1106144,1027497,1027498,1199449,1199448,169507,110101,2084,2085,1148242)
  1. _prime_post_caches()
    wp-includes/post.php:7935
  2. WC_Cart_Session->get_cart_from_session()
    wp-content/plugins/woocommerce/includes/class-wc-cart-session.php:126
  3. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 14 0.0003
220SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (806182,484840,800290,18340,1106144,1027497,1027498,1199449,1199448,169507,110101,2084,2085,1148242)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. update_postmeta_cache()
    wp-includes/post.php:7557
  3. _prime_post_caches()
    wp-includes/post.php:7944
  4. WC_Cart_Session->get_cart_from_session()
    wp-content/plugins/woocommerce/includes/class-wc-cart-session.php:126
  5. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 479 0.0018
221SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('product_type', 'product_visibility', 'product_cat', 'product_tag', 'product_shipping_class', 'pa_condition', 'pa_esrb', 'pa_genre', 'pa_in-stock', 'pa_manufacturer', 'pa_platform', 'pa_product-type')
AND tr.object_id IN (806182, 484840, 800290, 18340, 1106144, 1027497, 1027498, 1199449, 1199448, 169507, 110101, 2084, 2085, 1148242)
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2316
  5. update_object_term_cache()
    wp-includes/taxonomy.php:3832
  6. _prime_post_caches()
    wp-includes/post.php:7950
  7. WC_Cart_Session->get_cart_from_session()
    wp-content/plugins/woocommerce/includes/class-wc-cart-session.php:126
  8. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 217 0.0018
222SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (38,43,243,38368,1165,6786,380,371,1163,16632,16630,16631,6789,650,34321,6788,178,345,210,8,38203,38202,107,222,6671,6787,176,38208,38276,30,38212,38213,73,38195,368,51,531,186,9,38214,216,112,6415,6408,66,26,6410,246,27,2,38284,65,387,6798,262,208,38196,38218,250,6390,74,232)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4099
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:827
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2316
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3832
  7. _prime_post_caches()
    wp-includes/post.php:7950
  8. WC_Cart_Session->get_cart_from_session()
    wp-content/plugins/woocommerce/includes/class-wc-cart-session.php:126
  9. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 62 0.0008
223SELECT *
FROM wp_wc_tax_rate_classes
ORDER BY name;
  1. WC_Tax::get_tax_rate_classes()
    wp-content/plugins/woocommerce/includes/class-wc-tax.php:774
  2. WC_Tax::get_tax_class_slugs()
    wp-content/plugins/woocommerce/includes/class-wc-tax.php:799
  3. WC_Product->get_valid_tax_classes()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:984
  4. WC_Product->set_tax_class()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:969
  5. WC_Data->set_props()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:801
  6. WC_Product_Data_Store_CPT->read_product_data()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-data-store-cpt.php:477
  7. WC_Product_Data_Store_CPT->read()
    wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-data-store-cpt.php:291
  8. WC_Data_Store->read()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:159
  9. WC_Product->__construct()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:139
  10. WC_Product_Simple->__construct()
    wp-content/plugins/woocommerce/includes/class-wc-product-simple.php:24
  11. WC_Product_Factory->get_product()
    wp-content/plugins/woocommerce/includes/class-wc-product-factory.php:46
  12. wc_get_product()
    wp-content/plugins/woocommerce/includes/wc-product-functions.php:73
  13. WC_Cart_Session->get_cart_from_session()
    wp-content/plugins/woocommerce/includes/class-wc-cart-session.php:136
  14. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 2 0.0002
224SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_always_use_regular_price'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Models\General->always_use_regular_price_for_coupon_discounted_products()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/General.php:126
  3. apply_filters('woocommerce_product_get_price')
    wp-includes/plugin.php:205
  4. WC_Data->get_prop()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:884
  5. WC_Product->get_price()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:282
  6. WC_Product->is_purchasable()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:1659
  7. WC_Cart_Session->get_cart_from_session()
    wp-content/plugins/woocommerce/includes/class-wc-cart-session.php:175
  8. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
225SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('category')
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_categories()
    wp-includes/category.php:55
  5. seopress_filter_category_rewrite_rules()
    wp-content/plugins/wp-seopress/inc/functions/options.php:451
  6. apply_filters('category_rewrite_rules')
    wp-includes/plugin.php:205
  7. WP_Rewrite->rewrite_rules()
    wp-includes/class-wp-rewrite.php:1432
  8. WP_Rewrite->refresh_rewrite_rules()
    wp-includes/class-wp-rewrite.php:1509
  9. WP_Rewrite->flush_rules()
    wp-includes/class-wp-rewrite.php:1884
  10. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: wp-seopress 2 0.0003
226SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (1,38288)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4099
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:827
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. get_categories()
    wp-includes/category.php:55
  6. seopress_filter_category_rewrite_rules()
    wp-content/plugins/wp-seopress/inc/functions/options.php:451
  7. apply_filters('category_rewrite_rules')
    wp-includes/plugin.php:205
  8. WP_Rewrite->rewrite_rules()
    wp-includes/class-wp-rewrite.php:1432
  9. WP_Rewrite->refresh_rewrite_rules()
    wp-includes/class-wp-rewrite.php:1509
  10. WP_Rewrite->flush_rules()
    wp-includes/class-wp-rewrite.php:1884
  11. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: wp-seopress 2 0.0003
227SELECT DISTINCT t.term_id
FROM wp_terms AS t
LEFT JOIN wp_termmeta
ON ( t.term_id = wp_termmeta.term_id
AND wp_termmeta.meta_key='order')
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('product_cat')
AND ( ( wp_termmeta.meta_key = 'order'
OR wp_termmeta.meta_key IS NULL ) )
ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. seopress_filter_product_category_rewrite_rules()
    wp-content/plugins/wp-seopress/inc/functions/options.php:561
  5. apply_filters('product_cat_rewrite_rules')
    wp-includes/plugin.php:205
  6. WP_Rewrite->rewrite_rules()
    wp-includes/class-wp-rewrite.php:1432
  7. WP_Rewrite->refresh_rewrite_rules()
    wp-includes/class-wp-rewrite.php:1509
  8. WP_Rewrite->flush_rules()
    wp-includes/class-wp-rewrite.php:1884
  9. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: wp-seopress 552 0.0025
228SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (88,3462,14420,10396,6758,19311,6403,6399,18716,6405,20602,6401,6398,18756,6407,6732,22316,12186,6733,22320,38305,6661,6653,6662,6664,20604,6663,6659,18121,8027,9667,8833,9719,8502,7930,8735,9672,13301,11031,9657,8749,9683,8899,8662,9663,11028,9685,9464,7926,8977,8668,9666,9710,12005,8501,9017,8732,38369,38311,3047,7934,12138,9929,38299,9937,38298,12146,18304,38337,9921,18306,9933,9926,38297,9944,9923,38296,9930,9932,9936,9935,38353,38359,9931,38343,11023,177,6730,6737,6740,9906,6731,9256,17566,6741,11030,6790,7921,9727,9264,7928,109,100,6793,13345,6797,11135,16633,16639,16634,16618,16636,16635,16640,9635,12900,12898,12899,13199,11786,11787,12185,18049,6796,15832,6754,6757,11082,22322,6746,6750,18761,7639,11025,9850,3049,173,79,6769,6654,8873,20603,6652,6658,17565,9081,68,6813,6815,6814,6812,6811,15838,8542,603,98,1293,1296,12000,9975,11991,12007,11996,11987,12001,9979,11992,12008,11997,11988,10379,11993,11435,11998,11989,12004,11994,11985,11990,11995,11986,13335,36283,6770,12851,22315,6660,11049,18046,17606,6773,6766,9322,20605,6655,6657,17713,17712,10386,6767,10391,22317,6656,11807,17714,10395,6681,6674,6687,20598,6667,16990,6691,6771,6768,6774,10389,6747,6753,18047,6765,102,38303,6751,12184,18759,18393,7919,7935,11029,6734,6736,6735,18048,6892,6902,6791,15840,38309,38282,15833,12015,238,7915,14727,14725,14731,14728,14726,15330,14732,14729,14723,14915,14724,14722,14919,12014,6792,631,55,15842,15835,90,7925,6742,6794,130,6682,11581,6688,20599,6672,6680,16766,7070,6738,6795,9559,132,6772,6679,6775,6689,6666,6678,16730,7319,12740,6779,6777,6778,16731,6705,6693,7102,6713,7947,6701,7803,12040,76,7914,11024,10390,48,6706,6710,15843,6800,6756,59,6807,6809,6802,6804,6808,6806,6803,6805,6810,38342,7920,12003,15834,13767,15837,18385,15841,15836,38313,38314,38315,6424,6419,6776,6426,18839,16991,6429,82,6420,6414,21294,6427,20600,6416,6409,22313,6430,77,6411,13655,6421,6423,6417,6412,18760,9319,6425,6422,6428,6413,6418,10323,13096,13097,13099,13101,16339,14719,17933,21123,84,6684,6673,21314,10388,22318,6676,6669,18758,10385,6683,6668,11910,10387,7877,9078,8145,9973,6799,49,7933,6755,38327,10392,9074,6745,18946,10374,594,6748,13656,10099,6749,18757,17972,101,3045,11089,11296,6752,6744,22319,12437,110,6685,6677,6686,6690,6670,6675,16796,6692,19322,12016,15839,19321,9857,9854,9853,19498,9852,9849,11026,9851,52,15726,11899,10384,9983,19384,11900,9724,9984,9980,14858,34318,15372,10380,9981,13906,15373,11999,9974,10381,9982,37494,38317,13907,1306,6739,13640,19101,11642,16767,12438,9922,14361,54,10378,9920,15,12039,6781,6780,7561,16769,8786,11632,8785,91,11027,93,6707,6696,6712,20597,6695,6694,18762,6714,95,6708,6697,6709,22321,6699,6700,22314,6715,6393,6394,6395,6391,6392,6396,115,6404,6402,6406,20601,6400,6397,16742,8264,86,13088,13098,13100,13089,14730,14745,15331,18942,6801,38358,38268)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4099
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:827
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. seopress_filter_product_category_rewrite_rules()
    wp-content/plugins/wp-seopress/inc/functions/options.php:561
  6. apply_filters('product_cat_rewrite_rules')
    wp-includes/plugin.php:205
  7. WP_Rewrite->rewrite_rules()
    wp-includes/class-wp-rewrite.php:1432
  8. WP_Rewrite->refresh_rewrite_rules()
    wp-includes/class-wp-rewrite.php:1509
  9. WP_Rewrite->flush_rules()
    wp-includes/class-wp-rewrite.php:1884
  10. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: wp-seopress 529 0.0034
229SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_wc_term_counts','_transient_timeout_wc_term_counts')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('wc_term_counts')
    wp-includes/option.php:1433
  3. wc_change_term_counts()
    wp-content/plugins/woocommerce/includes/wc-term-functions.php:531
  4. apply_filters('get_terms')
    wp-includes/plugin.php:205
  5. get_terms()
    wp-includes/taxonomy.php:1379
  6. seopress_filter_product_category_rewrite_rules()
    wp-content/plugins/wp-seopress/inc/functions/options.php:561
  7. apply_filters('product_cat_rewrite_rules')
    wp-includes/plugin.php:205
  8. WP_Rewrite->rewrite_rules()
    wp-includes/class-wp-rewrite.php:1432
  9. WP_Rewrite->refresh_rewrite_rules()
    wp-includes/class-wp-rewrite.php:1509
  10. WP_Rewrite->flush_rules()
    wp-includes/class-wp-rewrite.php:1884
  11. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: woocommerce 2 0.0003
230SELECT autoload
FROM wp_options
WHERE option_name = 'rewrite_rules'
LIMIT 1
  1. update_option()
    wp-includes/option.php:933
  2. WP_Rewrite->refresh_rewrite_rules()
    wp-includes/class-wp-rewrite.php:1518
  3. WP_Rewrite->flush_rules()
    wp-includes/class-wp-rewrite.php:1884
  4. do_action('wp_loaded')
    wp-includes/plugin.php:517
WordPress Core 1 0.0002
231SHOW FULL COLUMNS
FROM `wp_options`
  1. update_option()
    wp-includes/option.php:943
  2. WP_Rewrite->refresh_rewrite_rules()
    wp-includes/class-wp-rewrite.php:1518
  3. WP_Rewrite->flush_rules()
    wp-includes/class-wp-rewrite.php:1884
  4. do_action('wp_loaded')
    wp-includes/plugin.php:517
WordPress Core 4 0.0005
232UPDATE `wp_options`
SET `option_value` = 'a:3619:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:21:\"^wc/file/transient/?$\";s:33:\"index.php?wc-transient-file-name=\";s:24:\"^wc/file/transient/(.+)$\";s:44:\"index.php?wc-transient-file-name=$matches[1]\";s:61:\"((?!wp-json/.*)([^/]+/)*wishlist)(/(.*))?/page/([0-9]{1,})/?$\";s:76:\"index.php?pagename=$matches[1]&wishlist-action=$matches[4]&paged=$matches[5]\";s:44:\"((?!wp-json/.*)([^/]+/)*wishlist)(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&wishlist-action=$matches[4]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:14:\"^sitemaps.xml$\";s:28:\"index.php?seopress_sitemap=1\";s:18:\"^sitemaps_xsl.xsl$\";s:32:\"index.php?seopress_sitemap_xsl=1\";s:24:\"^sitemaps_video_xsl.xsl$\";s:38:\"index.php?seopress_sitemap_video_xsl=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:61:\"index.php?seopress_cpt=$matches[1]&seopress_paged=$matches[2]\";s:32:\"blocks/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"blocks/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"blocks/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blocks/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blocks/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"blocks/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"blocks/(.+?)/embed/?$\";s:39:\"index.php?blocks=$matches[1]&embed=true\";s:25:\"blocks/(.+?)/trackback/?$\";s:33:\"index.php?blocks=$matches[1]&tb=1\";s:33:\"blocks/(.+?)/page/?([0-9]{1,})/?$\";s:46:\"index.php?blocks=$matches[1]&paged=$matches[2]\";s:40:\"blocks/(.+?)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?blocks=$matches[1]&cpage=$matches[2]\";s:30:\"blocks/(.+?)/wc-api(/(.*))?/?$\";s:47:\"index.php?blocks=$matches[1]&wc-api=$matches[3]\";s:41:\"blocks/(.+?)/wc/file/transient(/(.*))?/?$\";s:58:\"index.php?blocks=$matches[1]&wc/file/transient=$matches[3]\";s:36:\"blocks/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"blocks/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"blocks/.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:58:\"blocks/.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"blocks/(.+?)(?:/([0-9]+))?/?$\";s:45:\"index.php?blocks=$matches[1]&page=$matches[2]\";s:49:\"(uncategorized)/feed/(feed|rdf|rss|rss2|atom)?/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:43:\"(uncategorized)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:32:\"(uncategorized)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:57:\"(weekly-featured-items)/feed/(feed|rdf|rss|rss2|atom)?/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"(weekly-featured-items)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:40:\"(weekly-featured-items)(/page/(\\d+))?/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[3]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:40:\"tag/([^/]+)/wc/file/transient(/(.*))?/?$\";s:55:\"index.php?tag=$matches[1]&wc/file/transient=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:57:\"block_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?taxonomy=block_categories&term=$matches[1]&feed=$matches[2]\";s:52:\"block_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:69:\"index.php?taxonomy=block_categories&term=$matches[1]&feed=$matches[2]\";s:33:\"block_categories/([^/]+)/embed/?$\";s:63:\"index.php?taxonomy=block_categories&term=$matches[1]&embed=true\";s:45:\"block_categories/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?taxonomy=block_categories&term=$matches[1]&paged=$matches[2]\";s:27:\"block_categories/([^/]+)/?$\";s:52:\"index.php?taxonomy=block_categories&term=$matches[1]\";s:39:\"(NINTENDO/2DS
AND 3DS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"NINTENDO/2DS
AND 3DS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"NINTENDO/2DS
AND 3DS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"NINTENDO/2DS
AND 3DS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"NINTENDO/2DS
AND 3DS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"NINTENDO/2DS
AND 3DS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:27:\"(SEGA/32X)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:35:\"SEGA/32X/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:17:\"SEGA/32X/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:47:\"SEGA/32X/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"SEGA/32X/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:23:\"SEGA/32X/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(SEGA/32X/32X - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"SEGA/32X/32X - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"SEGA/32X/32X - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"SEGA/32X/32X - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"SEGA/32X/32X - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"SEGA/32X/32X - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(SEGA/32X/32X - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"SEGA/32X/32X - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"SEGA/32X/32X - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"SEGA/32X/32X - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"SEGA/32X/32X - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SEGA/32X/32X - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(SEGA/32X/32X - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"SEGA/32X/32X - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"SEGA/32X/32X - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"SEGA/32X/32X - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"SEGA/32X/32X - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"SEGA/32X/32X - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SEGA/32X/32X - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SEGA/32X/32X - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SEGA/32X/32X - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SEGA/32X/32X - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SEGA/32X/32X - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SEGA/32X/32X - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(MICROSOFT/XBOX 360/360 - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"MICROSOFT/XBOX 360/360 - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"MICROSOFT/XBOX 360/360 - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"MICROSOFT/XBOX 360/360 - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"MICROSOFT/XBOX 360/360 - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"MICROSOFT/XBOX 360/360 - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(MICROSOFT/XBOX 360/360 - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"MICROSOFT/XBOX 360/360 - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"MICROSOFT/XBOX 360/360 - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"MICROSOFT/XBOX 360/360 - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"MICROSOFT/XBOX 360/360 - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"MICROSOFT/XBOX 360/360 - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(MICROSOFT/XBOX 360/360 - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"MICROSOFT/XBOX 360/360 - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"MICROSOFT/XBOX 360/360 - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"MICROSOFT/XBOX 360/360 - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"MICROSOFT/XBOX 360/360 - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"MICROSOFT/XBOX 360/360 - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(MICROSOFT/XBOX 360/360 - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"MICROSOFT/XBOX 360/360 - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"MICROSOFT/XBOX 360/360 - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"MICROSOFT/XBOX 360/360 - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"MICROSOFT/XBOX 360/360 - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"MICROSOFT/XBOX 360/360 - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(MICROSOFT/XBOX 360/360 - USED - CASES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"MICROSOFT/XBOX 360/360 - USED - CASES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"MICROSOFT/XBOX 360/360 - USED - CASES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"MICROSOFT/XBOX 360/360 - USED - CASES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"MICROSOFT/XBOX 360/360 - USED - CASES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"MICROSOFT/XBOX 360/360 - USED - CASES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:67:\"(MICROSOFT/XBOX 360/360 - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:75:\"MICROSOFT/XBOX 360/360 - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:57:\"MICROSOFT/XBOX 360/360 - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:87:\"MICROSOFT/XBOX 360/360 - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:82:\"MICROSOFT/XBOX 360/360 - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"MICROSOFT/XBOX 360/360 - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:68:\"(MICROSOFT/XBOX 360/360 - USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:76:\"MICROSOFT/XBOX 360/360 - USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:58:\"MICROSOFT/XBOX 360/360 - USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:88:\"MICROSOFT/XBOX 360/360 - USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:83:\"MICROSOFT/XBOX 360/360 - USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"MICROSOFT/XBOX 360/360 - USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(MICROSOFT/XBOX 360/360 - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"MICROSOFT/XBOX 360/360 - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"MICROSOFT/XBOX 360/360 - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"MICROSOFT/XBOX 360/360 - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"MICROSOFT/XBOX 360/360 - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"MICROSOFT/XBOX 360/360 - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(MICROSOFT/XBOX 360/360 - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"MICROSOFT/XBOX 360/360 - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"MICROSOFT/XBOX 360/360 - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"MICROSOFT/XBOX 360/360 - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"MICROSOFT/XBOX 360/360 - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"MICROSOFT/XBOX 360/360 - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:28:\"(RETRO/3DO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:36:\"RETRO/3DO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:18:\"RETRO/3DO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:48:\"RETRO/3DO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"RETRO/3DO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:24:\"RETRO/3DO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:47:\"(RETRO/3DO/3DO - USED - CASES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:55:\"RETRO/3DO/3DO - USED - CASES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:37:\"RETRO/3DO/3DO - USED - CASES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:67:\"RETRO/3DO/3DO - USED - CASES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"RETRO/3DO/3DO - USED - CASES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"RETRO/3DO/3DO - USED - CASES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(RETRO/3DO/3DO - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"RETRO/3DO/3DO - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"RETRO/3DO/3DO - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"RETRO/3DO/3DO - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"RETRO/3DO/3DO - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"RETRO/3DO/3DO - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:59:\"(RETRO/3DO/3DO - USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:67:\"RETRO/3DO/3DO - USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:49:\"RETRO/3DO/3DO - USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:79:\"RETRO/3DO/3DO - USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"RETRO/3DO/3DO - USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"RETRO/3DO/3DO - USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:49:\"(RETRO/3DO/3DO - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:57:\"RETRO/3DO/3DO - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:39:\"RETRO/3DO/3DO - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:69:\"RETRO/3DO/3DO - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"RETRO/3DO/3DO - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"RETRO/3DO/3DO - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:49:\"(RETRO/3DO/3DO - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:57:\"RETRO/3DO/3DO - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:39:\"RETRO/3DO/3DO - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:69:\"RETRO/3DO/3DO - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"RETRO/3DO/3DO - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"RETRO/3DO/3DO - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:63:\"(NINTENDO/2DS
AND 3DS/3DS - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:71:\"NINTENDO/2DS
AND 3DS/3DS - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:53:\"NINTENDO/2DS
AND 3DS/3DS - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:83:\"NINTENDO/2DS
AND 3DS/3DS - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:78:\"NINTENDO/2DS
AND 3DS/3DS - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"NINTENDO/2DS
AND 3DS/3DS - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(NINTENDO/2DS
AND 3DS/3DS - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"NINTENDO/2DS
AND 3DS/3DS - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"NINTENDO/2DS
AND 3DS/3DS - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"NINTENDO/2DS
AND 3DS/3DS - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"NINTENDO/2DS
AND 3DS/3DS - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"NINTENDO/2DS
AND 3DS/3DS - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:59:\"(NINTENDO/2DS
AND 3DS/3DS - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:67:\"NINTENDO/2DS
AND 3DS/3DS - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:49:\"NINTENDO/2DS
AND 3DS/3DS - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:79:\"NINTENDO/2DS
AND 3DS/3DS - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"NINTENDO/2DS
AND 3DS/3DS - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"NINTENDO/2DS
AND 3DS/3DS - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:64:\"(NINTENDO/2DS
AND 3DS/3DS - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:72:\"NINTENDO/2DS
AND 3DS/3DS - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:54:\"NINTENDO/2DS
AND 3DS/3DS - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:84:\"NINTENDO/2DS
AND 3DS/3DS - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:79:\"NINTENDO/2DS
AND 3DS/3DS - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"NINTENDO/2DS
AND 3DS/3DS - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(NINTENDO/2DS
AND 3DS/3DS - USED - CASES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"NINTENDO/2DS
AND 3DS/3DS - USED - CASES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"NINTENDO/2DS
AND 3DS/3DS - USED - CASES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"NINTENDO/2DS
AND 3DS/3DS - USED - CASES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"NINTENDO/2DS
AND 3DS/3DS - USED - CASES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"NINTENDO/2DS
AND 3DS/3DS - USED - CASES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:70:\"(NINTENDO/2DS
AND 3DS/3DS - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:78:\"NINTENDO/2DS
AND 3DS/3DS - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:60:\"NINTENDO/2DS
AND 3DS/3DS - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:90:\"NINTENDO/2DS
AND 3DS/3DS - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:85:\"NINTENDO/2DS
AND 3DS/3DS - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"NINTENDO/2DS
AND 3DS/3DS - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:69:\"(NINTENDO/2DS
AND 3DS/3DS - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:77:\"NINTENDO/2DS
AND 3DS/3DS - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:59:\"NINTENDO/2DS
AND 3DS/3DS - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:89:\"NINTENDO/2DS
AND 3DS/3DS - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:84:\"NINTENDO/2DS
AND 3DS/3DS - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"NINTENDO/2DS
AND 3DS/3DS - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:60:\"(NINTENDO/2DS
AND 3DS/3DS - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:68:\"NINTENDO/2DS
AND 3DS/3DS - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:50:\"NINTENDO/2DS
AND 3DS/3DS - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:80:\"NINTENDO/2DS
AND 3DS/3DS - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"NINTENDO/2DS
AND 3DS/3DS - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"NINTENDO/2DS
AND 3DS/3DS - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:60:\"(NINTENDO/2DS
AND 3DS/3DS - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:68:\"NINTENDO/2DS
AND 3DS/3DS - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:50:\"NINTENDO/2DS
AND 3DS/3DS - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:80:\"NINTENDO/2DS
AND 3DS/3DS - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"NINTENDO/2DS
AND 3DS/3DS - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"NINTENDO/2DS
AND 3DS/3DS - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:33:\"(PC/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:41:\"PC/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:23:\"PC/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:53:\"PC/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"PC/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:29:\"PC/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"(SEGA/GENESIS/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:51:\"SEGA/GENESIS/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:33:\"SEGA/GENESIS/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:63:\"SEGA/GENESIS/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"SEGA/GENESIS/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:39:\"SEGA/GENESIS/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(MICROSOFT/XBOX/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"MICROSOFT/XBOX/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"MICROSOFT/XBOX/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"MICROSOFT/XBOX/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"MICROSOFT/XBOX/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"MICROSOFT/XBOX/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:49:\"(MICROSOFT/XBOX 360/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:57:\"MICROSOFT/XBOX 360/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:39:\"MICROSOFT/XBOX 360/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:69:\"MICROSOFT/XBOX 360/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"MICROSOFT/XBOX 360/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"MICROSOFT/XBOX 360/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:42:\"(SEGA/SATURN/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:50:\"SEGA/SATURN/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:32:\"SEGA/SATURN/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:62:\"SEGA/SATURN/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"SEGA/SATURN/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:38:\"SEGA/SATURN/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:44:\"(NINTENDO/SNES/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:52:\"NINTENDO/SNES/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:34:\"NINTENDO/SNES/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:64:\"NINTENDO/SNES/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"NINTENDO/SNES/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:40:\"NINTENDO/SNES/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:39:\"(SONY/PS2/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"SONY/PS2/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"SONY/PS2/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"SONY/PS2/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SONY/PS2/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"SONY/PS2/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:39:\"(PREBOOKS/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"PREBOOKS/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"PREBOOKS/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"PREBOOKS/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"PREBOOKS/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"PREBOOKS/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:42:\"(NINTENDO/DS/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:50:\"NINTENDO/DS/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:32:\"NINTENDO/DS/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:62:\"NINTENDO/DS/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"NINTENDO/DS/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:38:\"NINTENDO/DS/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(SEGA/DREAMCAST/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"SEGA/DREAMCAST/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"SEGA/DREAMCAST/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"SEGA/DREAMCAST/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"SEGA/DREAMCAST/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"SEGA/DREAMCAST/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:39:\"(SONY/PS3/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"SONY/PS3/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"SONY/PS3/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"SONY/PS3/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SONY/PS3/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"SONY/PS3/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:39:\"(SONY/PSP/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"SONY/PSP/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"SONY/PSP/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"SONY/PSP/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SONY/PSP/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"SONY/PSP/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:49:\"(MICROSOFT/XBOX ONE/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:57:\"MICROSOFT/XBOX ONE/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:39:\"MICROSOFT/XBOX ONE/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:69:\"MICROSOFT/XBOX ONE/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"MICROSOFT/XBOX ONE/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"MICROSOFT/XBOX ONE/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(SEGA/GAME GEAR/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"SEGA/GAME GEAR/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"SEGA/GAME GEAR/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"SEGA/GAME GEAR/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"SEGA/GAME GEAR/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"SEGA/GAME GEAR/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"(NINTENDO/N64/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:51:\"NINTENDO/N64/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:33:\"NINTENDO/N64/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:63:\"NINTENDO/N64/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"NINTENDO/N64/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:39:\"NINTENDO/N64/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(NINTENDO/GAMECUBE/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"NINTENDO/GAMECUBE/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"NINTENDO/GAMECUBE/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"NINTENDO/GAMECUBE/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"NINTENDO/GAMECUBE/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"NINTENDO/GAMECUBE/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:40:\"(SONY/VITA/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:48:\"SONY/VITA/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:30:\"SONY/VITA/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:60:\"SONY/VITA/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"SONY/VITA/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:36:\"SONY/VITA/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:39:\"(SONY/PS4/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"SONY/PS4/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"SONY/PS4/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"SONY/PS4/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SONY/PS4/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"SONY/PS4/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:37:\"(MOBILE/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:45:\"MOBILE/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:27:\"MOBILE/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:57:\"MOBILE/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"MOBILE/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:33:\"MOBILE/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(NINTENDO/2DS
AND 3DS/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"NINTENDO/2DS
AND 3DS/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"NINTENDO/2DS
AND 3DS/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"NINTENDO/2DS
AND 3DS/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"NINTENDO/2DS
AND 3DS/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"NINTENDO/2DS
AND 3DS/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"(NINTENDO/WII/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:51:\"NINTENDO/WII/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:33:\"NINTENDO/WII/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:63:\"NINTENDO/WII/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"NINTENDO/WII/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:39:\"NINTENDO/WII/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:46:\"(NINTENDO/SWITCH/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:54:\"NINTENDO/SWITCH/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:36:\"NINTENDO/SWITCH/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:66:\"NINTENDO/SWITCH/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"NINTENDO/SWITCH/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"NINTENDO/SWITCH/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:44:\"(NINTENDO/WIIU/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:52:\"NINTENDO/WIIU/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:34:\"NINTENDO/WIIU/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:64:\"NINTENDO/WIIU/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"NINTENDO/WIIU/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:40:\"NINTENDO/WIIU/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:39:\"(SONY/PS1/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"SONY/PS1/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"SONY/PS1/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"SONY/PS1/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SONY/PS1/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"SONY/PS1/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:47:\"(NINTENDO/GAMEBOY/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:55:\"NINTENDO/GAMEBOY/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:37:\"NINTENDO/GAMEBOY/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:67:\"NINTENDO/GAMEBOY/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"NINTENDO/GAMEBOY/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"NINTENDO/GAMEBOY/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:42:\"(SEGA/MASTER/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:50:\"SEGA/MASTER/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:32:\"SEGA/MASTER/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:62:\"SEGA/MASTER/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"SEGA/MASTER/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:38:\"SEGA/MASTER/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"(NINTENDO/NES/ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:51:\"NINTENDO/NES/ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:33:\"NINTENDO/NES/ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:63:\"NINTENDO/NES/ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"NINTENDO/NES/ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:39:\"NINTENDO/NES/ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:38:\"(all-new-accessories)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:46:\"all-new-accessories/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:28:\"all-new-accessories/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:58:\"all-new-accessories/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"all-new-accessories/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:34:\"all-new-accessories/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:35:\"(all-new-software)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:43:\"all-new-software/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"all-new-software/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:55:\"all-new-software/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"all-new-software/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"all-new-software/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:34:\"(all-new-systems)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:42:\"all-new-systems/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:24:\"all-new-systems/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:54:\"all-new-systems/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"all-new-systems/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:30:\"all-new-systems/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:47:\"(TOYS
AND COLLECTIBLES/AMIIBO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:55:\"TOYS
AND COLLECTIBLES/AMIIBO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:37:\"TOYS
AND COLLECTIBLES/AMIIBO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:67:\"TOYS
AND COLLECTIBLES/AMIIBO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"TOYS
AND COLLECTIBLES/AMIIBO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"TOYS
AND COLLECTIBLES/AMIIBO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(TOYS
AND COLLECTIBLES/PLUSH/AMUSE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"TOYS
AND COLLECTIBLES/PLUSH/AMUSE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"TOYS
AND COLLECTIBLES/PLUSH/AMUSE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"TOYS
AND COLLECTIBLES/PLUSH/AMUSE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"TOYS
AND COLLECTIBLES/PLUSH/AMUSE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"TOYS
AND COLLECTIBLES/PLUSH/AMUSE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:71:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ACTIVISION)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:79:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ACTIVISION/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:61:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ACTIVISION/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:91:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ACTIVISION/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:86:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ACTIVISION/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ACTIVISION/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:76:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ANIMAL CROSSING)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:84:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ANIMAL CROSSING/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:66:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ANIMAL CROSSING/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:96:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ANIMAL CROSSING/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:91:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ANIMAL CROSSING/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ANIMAL CROSSING/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:66:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ATLUS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:74:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ATLUS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:56:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ATLUS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:86:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ATLUS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:81:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ATLUS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - ATLUS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:66:\"(HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - CANVAS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:74:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - CANVAS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:56:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - CANVAS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:86:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - CANVAS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:81:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - CANVAS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - CANVAS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:67:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - CAPCOM)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:75:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - CAPCOM/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:57:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - CAPCOM/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:87:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - CAPCOM/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:82:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - CAPCOM/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - CAPCOM/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:76:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - CRASH BANDICOOT)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:84:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - CRASH BANDICOOT/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:66:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - CRASH BANDICOOT/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:96:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - CRASH BANDICOOT/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:91:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - CRASH BANDICOOT/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - CRASH BANDICOOT/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:68:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - D
AND D)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:76:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - D
AND D/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:58:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - D
AND D/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:88:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - D
AND D/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:83:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - D
AND D/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - D
AND D/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:70:\"(HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - FAUX MATTE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:78:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - FAUX MATTE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:60:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - FAUX MATTE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:90:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - FAUX MATTE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:85:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - FAUX MATTE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - FAUX MATTE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:72:\"(HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - FRAMED PRINT)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:80:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - FRAMED PRINT/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:62:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - FRAMED PRINT/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:92:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - FRAMED PRINT/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:87:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - FRAMED PRINT/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - FRAMED PRINT/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:69:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - GODZILLA)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:77:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - GODZILLA/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:59:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - GODZILLA/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:89:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - GODZILLA/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:84:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - GODZILLA/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - GODZILLA/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:73:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - HARRY POTTER)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:81:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - HARRY POTTER/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:63:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - HARRY POTTER/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:93:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - HARRY POTTER/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:88:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - HARRY POTTER/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - HARRY POTTER/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:76:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - LEGEND OF ZELDA)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:84:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - LEGEND OF ZELDA/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:66:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - LEGEND OF ZELDA/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:96:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - LEGEND OF ZELDA/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:91:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - LEGEND OF ZELDA/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - LEGEND OF ZELDA/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:70:\"(HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - LENTICULAR)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:78:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - LENTICULAR/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:60:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - LENTICULAR/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:90:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - LENTICULAR/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:85:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - LENTICULAR/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - LENTICULAR/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:68:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - METROID)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:76:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - METROID/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:58:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - METROID/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:88:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - METROID/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:83:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - METROID/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - METROID/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:69:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - NINTENDO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:77:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - NINTENDO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:59:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - NINTENDO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:89:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - NINTENDO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:84:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - NINTENDO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - NINTENDO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:65:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - RARE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:73:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - RARE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:55:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - RARE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:85:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - RARE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:80:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - RARE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - RARE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:65:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SEGA)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:73:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SEGA/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:55:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SEGA/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:85:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SEGA/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:80:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SEGA/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SEGA/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:70:\"(HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - SHADOW BOX)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:78:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - SHADOW BOX/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:60:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - SHADOW BOX/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:90:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - SHADOW BOX/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:85:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - SHADOW BOX/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - SHADOW BOX/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:66:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SONIC)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:74:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SONIC/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:56:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SONIC/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:86:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SONIC/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:81:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SONIC/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SONIC/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:75:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SPACE INVADERS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:83:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SPACE INVADERS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:65:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SPACE INVADERS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:95:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SPACE INVADERS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:90:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SPACE INVADERS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - SPACE INVADERS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:76:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - STRANGER THINGS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:84:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - STRANGER THINGS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:66:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - STRANGER THINGS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:96:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - STRANGER THINGS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:91:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - STRANGER THINGS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - STRANGER THINGS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:65:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - TMNT)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:73:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - TMNT/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:55:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - TMNT/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:85:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - TMNT/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:80:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - TMNT/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - TMNT/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:70:\"(HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - WOOD PRINT)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:78:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - WOOD PRINT/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:60:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - WOOD PRINT/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:90:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - WOOD PRINT/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:85:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - WOOD PRINT/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/AP - WOOD PRINT/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:65:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - XMEN)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:73:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - XMEN/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:55:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - XMEN/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:85:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - XMEN/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:80:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - XMEN/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/AP - XMEN/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:26:\"(apparel)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:34:\"apparel/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:16:\"apparel/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:46:\"apparel/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"apparel/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:22:\"apparel/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:42:\"(HOME
AND OFFICE/APPAREL)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:50:\"HOME
AND OFFICE/APPAREL/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:32:\"HOME
AND OFFICE/APPAREL/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:62:\"HOME
AND OFFICE/APPAREL/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"HOME
AND OFFICE/APPAREL/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:38:\"HOME
AND OFFICE/APPAREL/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:49:\"(HOME
AND OFFICE/ART
AND PRINTS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:57:\"HOME
AND OFFICE/ART
AND PRINTS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:39:\"HOME
AND OFFICE/ART
AND PRINTS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:69:\"HOME
AND OFFICE/ART
AND PRINTS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"HOME
AND OFFICE/ART
AND PRINTS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"HOME
AND OFFICE/ART
AND PRINTS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:30:\"(RETRO/ATARI)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:38:\"RETRO/ATARI/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:20:\"RETRO/ATARI/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:50:\"RETRO/ATARI/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"RETRO/ATARI/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:26:\"RETRO/ATARI/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(RETRO/ATARI/ATARI - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"RETRO/ATARI/ATARI - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"RETRO/ATARI/ATARI - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"RETRO/ATARI/ATARI - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"RETRO/ATARI/ATARI - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"RETRO/ATARI/ATARI - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(RETRO/ATARI/ATARI - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"RETRO/ATARI/ATARI - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"RETRO/ATARI/ATARI - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"RETRO/ATARI/ATARI - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"RETRO/ATARI/ATARI - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"RETRO/ATARI/ATARI - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(RETRO/ATARI/ATARI - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"RETRO/ATARI/ATARI - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"RETRO/ATARI/ATARI - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"RETRO/ATARI/ATARI - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"RETRO/ATARI/ATARI - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"RETRO/ATARI/ATARI - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:63:\"(RETRO/ATARI/ATARI - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:71:\"RETRO/ATARI/ATARI - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:53:\"RETRO/ATARI/ATARI - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:83:\"RETRO/ATARI/ATARI - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:78:\"RETRO/ATARI/ATARI - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"RETRO/ATARI/ATARI - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(RETRO/ATARI/ATARI - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"RETRO/ATARI/ATARI - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"RETRO/ATARI/ATARI - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"RETRO/ATARI/ATARI - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"RETRO/ATARI/ATARI - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"RETRO/ATARI/ATARI - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:53:\"(RETRO/ATARI/ATARI - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:61:\"RETRO/ATARI/ATARI - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:43:\"RETRO/ATARI/ATARI - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:73:\"RETRO/ATARI/ATARI - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"RETRO/ATARI/ATARI - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"RETRO/ATARI/ATARI - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:53:\"(RETRO/ATARI/ATARI - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:61:\"RETRO/ATARI/ATARI - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:43:\"RETRO/ATARI/ATARI - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:73:\"RETRO/ATARI/ATARI - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"RETRO/ATARI/ATARI - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"RETRO/ATARI/ATARI - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:36:\"(APPAREL/BACKPACKS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:44:\"APPAREL/BACKPACKS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:26:\"APPAREL/BACKPACKS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:56:\"APPAREL/BACKPACKS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"APPAREL/BACKPACKS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:32:\"APPAREL/BACKPACKS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(HOME
AND OFFICE/APPAREL/BAGS / WALLETS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"HOME
AND OFFICE/APPAREL/BAGS / WALLETS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"HOME
AND OFFICE/APPAREL/BAGS / WALLETS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"HOME
AND OFFICE/APPAREL/BAGS / WALLETS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"HOME
AND OFFICE/APPAREL/BAGS / WALLETS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"HOME
AND OFFICE/APPAREL/BAGS / WALLETS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(TOYS
AND COLLECTIBLES/FIGURES/BANPRESTO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"TOYS
AND COLLECTIBLES/FIGURES/BANPRESTO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"TOYS
AND COLLECTIBLES/FIGURES/BANPRESTO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"TOYS
AND COLLECTIBLES/FIGURES/BANPRESTO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"TOYS
AND COLLECTIBLES/FIGURES/BANPRESTO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"TOYS
AND COLLECTIBLES/FIGURES/BANPRESTO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(TOYS
AND COLLECTIBLES/PLUSH/BANPRESTO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"TOYS
AND COLLECTIBLES/PLUSH/BANPRESTO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"TOYS
AND COLLECTIBLES/PLUSH/BANPRESTO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"TOYS
AND COLLECTIBLES/PLUSH/BANPRESTO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"TOYS
AND COLLECTIBLES/PLUSH/BANPRESTO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"TOYS
AND COLLECTIBLES/PLUSH/BANPRESTO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(HOME
AND OFFICE/APPAREL/BELTS / BUCKLES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"HOME
AND OFFICE/APPAREL/BELTS / BUCKLES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"HOME
AND OFFICE/APPAREL/BELTS / BUCKLES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"HOME
AND OFFICE/APPAREL/BELTS / BUCKLES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"HOME
AND OFFICE/APPAREL/BELTS / BUCKLES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"HOME
AND OFFICE/APPAREL/BELTS / BUCKLES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:50:\"(TOYS
AND COLLECTIBLES/BLIND BOX)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:58:\"TOYS
AND COLLECTIBLES/BLIND BOX/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:40:\"TOYS
AND COLLECTIBLES/BLIND BOX/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:70:\"TOYS
AND COLLECTIBLES/BLIND BOX/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"TOYS
AND COLLECTIBLES/BLIND BOX/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"TOYS
AND COLLECTIBLES/BLIND BOX/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(TOYS
AND COLLECTIBLES/BOARD GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"TOYS
AND COLLECTIBLES/BOARD GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"TOYS
AND COLLECTIBLES/BOARD GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"TOYS
AND COLLECTIBLES/BOARD GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"TOYS
AND COLLECTIBLES/BOARD GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"TOYS
AND COLLECTIBLES/BOARD GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:60:\"(TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:68:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:50:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:80:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(RETRO/COMMODORE 64/C64 - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"RETRO/COMMODORE 64/C64 - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"RETRO/COMMODORE 64/C64 - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"RETRO/COMMODORE 64/C64 - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"RETRO/COMMODORE 64/C64 - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"RETRO/COMMODORE 64/C64 - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(RETRO/COMMODORE 64/C64 - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"RETRO/COMMODORE 64/C64 - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"RETRO/COMMODORE 64/C64 - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"RETRO/COMMODORE 64/C64 - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"RETRO/COMMODORE 64/C64 - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"RETRO/COMMODORE 64/C64 - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(RETRO/COMMODORE 64/C64 - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"RETRO/COMMODORE 64/C64 - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"RETRO/COMMODORE 64/C64 - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"RETRO/COMMODORE 64/C64 - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"RETRO/COMMODORE 64/C64 - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"RETRO/COMMODORE 64/C64 - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(classic-microsoft-accessories)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"classic-microsoft-accessories/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"classic-microsoft-accessories/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"classic-microsoft-accessories/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"classic-microsoft-accessories/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"classic-microsoft-accessories/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(classic-microsoft-consoles)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"classic-microsoft-consoles/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"classic-microsoft-consoles/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"classic-microsoft-consoles/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"classic-microsoft-consoles/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"classic-microsoft-consoles/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:42:\"(classic-microsoft-games)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:50:\"classic-microsoft-games/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:32:\"classic-microsoft-games/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:62:\"classic-microsoft-games/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"classic-microsoft-games/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:38:\"classic-microsoft-games/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:44:\"(classic-nintendo-consoles)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:52:\"classic-nintendo-consoles/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:34:\"classic-nintendo-consoles/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:64:\"classic-nintendo-consoles/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"classic-nintendo-consoles/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:40:\"classic-nintendo-consoles/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:41:\"(classic-nintendo-games)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:49:\"classic-nintendo-games/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:31:\"classic-nintendo-games/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:61:\"classic-nintendo-games/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"classic-nintendo-games/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:37:\"classic-nintendo-games/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"(classic-sega-accessories)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:51:\"classic-sega-accessories/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:33:\"classic-sega-accessories/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:63:\"classic-sega-accessories/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"classic-sega-accessories/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:39:\"classic-sega-accessories/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:40:\"(classic-sega-consoles)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:48:\"classic-sega-consoles/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:30:\"classic-sega-consoles/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:60:\"classic-sega-consoles/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"classic-sega-consoles/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:36:\"classic-sega-consoles/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:37:\"(classic-sega-games)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:45:\"classic-sega-games/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:27:\"classic-sega-games/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:57:\"classic-sega-games/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"classic-sega-games/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:33:\"classic-sega-games/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:40:\"(classic-sony-consoles)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:48:\"classic-sony-consoles/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:30:\"classic-sony-consoles/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:60:\"classic-sony-consoles/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"classic-sony-consoles/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:36:\"classic-sony-consoles/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:37:\"(classic-sony-games)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:45:\"classic-sony-games/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:27:\"classic-sony-games/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:57:\"classic-sony-games/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"classic-sony-games/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:33:\"classic-sony-games/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:28:\"(clearance)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:36:\"clearance/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:18:\"clearance/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:48:\"clearance/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"clearance/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:24:\"clearance/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:44:\"(CLEARANCE/CLEARANCE - NEW)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:52:\"CLEARANCE/CLEARANCE - NEW/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:34:\"CLEARANCE/CLEARANCE - NEW/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:64:\"CLEARANCE/CLEARANCE - NEW/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"CLEARANCE/CLEARANCE - NEW/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:40:\"CLEARANCE/CLEARANCE - NEW/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:49:\"(CLEARANCE/CLEARANCE - OPEN BOX)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:57:\"CLEARANCE/CLEARANCE - OPEN BOX/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:39:\"CLEARANCE/CLEARANCE - OPEN BOX/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:69:\"CLEARANCE/CLEARANCE - OPEN BOX/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"CLEARANCE/CLEARANCE - OPEN BOX/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"CLEARANCE/CLEARANCE - OPEN BOX/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(CLEARANCE/CLEARANCE - USED)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"CLEARANCE/CLEARANCE - USED/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"CLEARANCE/CLEARANCE - USED/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"CLEARANCE/CLEARANCE - USED/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"CLEARANCE/CLEARANCE - USED/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"CLEARANCE/CLEARANCE - USED/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:46:\"(CLEARANCE/CLEARANCE OPENBOX)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:54:\"CLEARANCE/CLEARANCE OPENBOX/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:36:\"CLEARANCE/CLEARANCE OPENBOX/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:66:\"CLEARANCE/CLEARANCE OPENBOX/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"CLEARANCE/CLEARANCE OPENBOX/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"CLEARANCE/CLEARANCE OPENBOX/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(HOME
AND OFFICE/APPAREL/CLOTHING)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"HOME
AND OFFICE/APPAREL/CLOTHING/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"HOME
AND OFFICE/APPAREL/CLOTHING/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"HOME
AND OFFICE/APPAREL/CLOTHING/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"HOME
AND OFFICE/APPAREL/CLOTHING/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"HOME
AND OFFICE/APPAREL/CLOTHING/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:31:\"(RETRO/COLECO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:39:\"RETRO/COLECO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:21:\"RETRO/COLECO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:51:\"RETRO/COLECO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"RETRO/COLECO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:27:\"RETRO/COLECO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:65:\"(RETRO/COLECO/COLECO - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:73:\"RETRO/COLECO/COLECO - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:55:\"RETRO/COLECO/COLECO - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:85:\"RETRO/COLECO/COLECO - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:80:\"RETRO/COLECO/COLECO - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"RETRO/COLECO/COLECO - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:64:\"(RETRO/COLECO/COLECO - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:72:\"RETRO/COLECO/COLECO - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:54:\"RETRO/COLECO/COLECO - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:84:\"RETRO/COLECO/COLECO - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:79:\"RETRO/COLECO/COLECO - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"RETRO/COLECO/COLECO - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(RETRO/COLECO/COLECO - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"RETRO/COLECO/COLECO - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"RETRO/COLECO/COLECO - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"RETRO/COLECO/COLECO - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"RETRO/COLECO/COLECO - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"RETRO/COLECO/COLECO - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:37:\"(RETRO/COMMODORE 64)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:45:\"RETRO/COMMODORE 64/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:27:\"RETRO/COMMODORE 64/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:57:\"RETRO/COMMODORE 64/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"RETRO/COMMODORE 64/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:33:\"RETRO/COMMODORE 64/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:59:\"(TOYS
AND COLLECTIBLES/FIGURES/DARK HORSE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:67:\"TOYS
AND COLLECTIBLES/FIGURES/DARK HORSE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:49:\"TOYS
AND COLLECTIBLES/FIGURES/DARK HORSE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:79:\"TOYS
AND COLLECTIBLES/FIGURES/DARK HORSE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"TOYS
AND COLLECTIBLES/FIGURES/DARK HORSE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"TOYS
AND COLLECTIBLES/FIGURES/DARK HORSE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(SEGA/DREAMCAST/DC - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"SEGA/DREAMCAST/DC - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"SEGA/DREAMCAST/DC - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"SEGA/DREAMCAST/DC - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"SEGA/DREAMCAST/DC - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"SEGA/DREAMCAST/DC - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:50:\"(SEGA/DREAMCAST/DC - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:58:\"SEGA/DREAMCAST/DC - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:40:\"SEGA/DREAMCAST/DC - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:70:\"SEGA/DREAMCAST/DC - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"SEGA/DREAMCAST/DC - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"SEGA/DREAMCAST/DC - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(SEGA/DREAMCAST/DC - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"SEGA/DREAMCAST/DC - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"SEGA/DREAMCAST/DC - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"SEGA/DREAMCAST/DC - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"SEGA/DREAMCAST/DC - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"SEGA/DREAMCAST/DC - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(SEGA/DREAMCAST/DC - USED - CASES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"SEGA/DREAMCAST/DC - USED - CASES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"SEGA/DREAMCAST/DC - USED - CASES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"SEGA/DREAMCAST/DC - USED - CASES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"SEGA/DREAMCAST/DC - USED - CASES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"SEGA/DREAMCAST/DC - USED - CASES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(SEGA/DREAMCAST/DC - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"SEGA/DREAMCAST/DC - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"SEGA/DREAMCAST/DC - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"SEGA/DREAMCAST/DC - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"SEGA/DREAMCAST/DC - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"SEGA/DREAMCAST/DC - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:63:\"(SEGA/DREAMCAST/DC - USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:71:\"SEGA/DREAMCAST/DC - USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:53:\"SEGA/DREAMCAST/DC - USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:83:\"SEGA/DREAMCAST/DC - USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:78:\"SEGA/DREAMCAST/DC - USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"SEGA/DREAMCAST/DC - USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:53:\"(SEGA/DREAMCAST/DC - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:61:\"SEGA/DREAMCAST/DC - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:43:\"SEGA/DREAMCAST/DC - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:73:\"SEGA/DREAMCAST/DC - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"SEGA/DREAMCAST/DC - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"SEGA/DREAMCAST/DC - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:53:\"(SEGA/DREAMCAST/DC - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:61:\"SEGA/DREAMCAST/DC - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:43:\"SEGA/DREAMCAST/DC - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:73:\"SEGA/DREAMCAST/DC - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"SEGA/DREAMCAST/DC - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"SEGA/DREAMCAST/DC - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:40:\"(HOME
AND OFFICE/DECOR)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:48:\"HOME
AND OFFICE/DECOR/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:30:\"HOME
AND OFFICE/DECOR/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:60:\"HOME
AND OFFICE/DECOR/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"HOME
AND OFFICE/DECOR/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:36:\"HOME
AND OFFICE/DECOR/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:32:\"(disc-repair-2)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:40:\"disc-repair-2/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:22:\"disc-repair-2/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"disc-repair-2/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"disc-repair-2/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:28:\"disc-repair-2/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(STORE SUPPLIES/DISC REPAIR)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"STORE SUPPLIES/DISC REPAIR/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"STORE SUPPLIES/DISC REPAIR/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"STORE SUPPLIES/DISC REPAIR/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"STORE SUPPLIES/DISC REPAIR/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"STORE SUPPLIES/DISC REPAIR/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(TOYS
AND COLLECTIBLES/DISNEY INFINITY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:33:\"(SEGA/DREAMCAST)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:41:\"SEGA/DREAMCAST/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:23:\"SEGA/DREAMCAST/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:53:\"SEGA/DREAMCAST/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SEGA/DREAMCAST/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:29:\"SEGA/DREAMCAST/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:44:\"(HOME
AND OFFICE/DRINKWARE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:52:\"HOME
AND OFFICE/DRINKWARE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:34:\"HOME
AND OFFICE/DRINKWARE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:64:\"HOME
AND OFFICE/DRINKWARE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"HOME
AND OFFICE/DRINKWARE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:40:\"HOME
AND OFFICE/DRINKWARE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:30:\"(NINTENDO/DS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:38:\"NINTENDO/DS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:20:\"NINTENDO/DS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:50:\"NINTENDO/DS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"NINTENDO/DS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:26:\"NINTENDO/DS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:53:\"(NINTENDO/DS/DS - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:61:\"NINTENDO/DS/DS - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:43:\"NINTENDO/DS/DS - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:73:\"NINTENDO/DS/DS - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"NINTENDO/DS/DS - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"NINTENDO/DS/DS - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:47:\"(NINTENDO/DS/DS - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:55:\"NINTENDO/DS/DS - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:37:\"NINTENDO/DS/DS - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:67:\"NINTENDO/DS/DS - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"NINTENDO/DS/DS - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"NINTENDO/DS/DS - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:49:\"(NINTENDO/DS/DS - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:57:\"NINTENDO/DS/DS - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:39:\"NINTENDO/DS/DS - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:69:\"NINTENDO/DS/DS - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"NINTENDO/DS/DS - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"NINTENDO/DS/DS - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(NINTENDO/DS/DS - USED - CASES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"NINTENDO/DS/DS - USED - CASES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"NINTENDO/DS/DS - USED - CASES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"NINTENDO/DS/DS - USED - CASES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"NINTENDO/DS/DS - USED - CASES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"NINTENDO/DS/DS - USED - CASES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:60:\"(NINTENDO/DS/DS - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:68:\"NINTENDO/DS/DS - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:50:\"NINTENDO/DS/DS - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:80:\"NINTENDO/DS/DS - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"NINTENDO/DS/DS - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"NINTENDO/DS/DS - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:59:\"(NINTENDO/DS/DS - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:67:\"NINTENDO/DS/DS - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:49:\"NINTENDO/DS/DS - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:79:\"NINTENDO/DS/DS - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"NINTENDO/DS/DS - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"NINTENDO/DS/DS - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:50:\"(NINTENDO/DS/DS - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:58:\"NINTENDO/DS/DS - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:40:\"NINTENDO/DS/DS - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:70:\"NINTENDO/DS/DS - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"NINTENDO/DS/DS - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"NINTENDO/DS/DS - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:50:\"(NINTENDO/DS/DS - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:58:\"NINTENDO/DS/DS - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:40:\"NINTENDO/DS/DS - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:70:\"NINTENDO/DS/DS - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"NINTENDO/DS/DS - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"NINTENDO/DS/DS - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(TOYS
AND COLLECTIBLES/FIGURES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"TOYS
AND COLLECTIBLES/FIGURES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"TOYS
AND COLLECTIBLES/FIGURES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"TOYS
AND COLLECTIBLES/FIGURES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"TOYS
AND COLLECTIBLES/FIGURES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"TOYS
AND COLLECTIBLES/FIGURES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:92:\"(TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - BANPRESTO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:100:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - BANPRESTO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:82:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - BANPRESTO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:112:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - BANPRESTO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:107:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - BANPRESTO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:88:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - BANPRESTO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:88:\"(TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - FUNKO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:96:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - FUNKO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:78:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - FUNKO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:108:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - FUNKO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:103:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - FUNKO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:84:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - FUNKO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:101:\"(TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - GOOD SMILE COMPANY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:109:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - GOOD SMILE COMPANY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:91:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - GOOD SMILE COMPANY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:121:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - GOOD SMILE COMPANY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:116:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - GOOD SMILE COMPANY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:97:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - GOOD SMILE COMPANY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:88:\"(TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - OTHER)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:96:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - OTHER/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:78:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - OTHER/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:108:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - OTHER/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:103:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - OTHER/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:84:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/FIGURES - OTHER/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:72:\"(TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:80:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:62:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:92:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:87:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"TOYS
AND COLLECTIBLES/FIGURES/FIGURES BY MANUFACTURER/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:64:\"(TOYS
AND COLLECTIBLES/FIGURES/FIRST 4 FIGURES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:72:\"TOYS
AND COLLECTIBLES/FIGURES/FIRST 4 FIGURES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:54:\"TOYS
AND COLLECTIBLES/FIGURES/FIRST 4 FIGURES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:84:\"TOYS
AND COLLECTIBLES/FIGURES/FIRST 4 FIGURES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:79:\"TOYS
AND COLLECTIBLES/FIGURES/FIRST 4 FIGURES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"TOYS
AND COLLECTIBLES/FIGURES/FIRST 4 FIGURES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(TOYS
AND COLLECTIBLES/FOOD
AND DRINKS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"TOYS
AND COLLECTIBLES/FOOD
AND DRINKS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"TOYS
AND COLLECTIBLES/FOOD
AND DRINKS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"TOYS
AND COLLECTIBLES/FOOD
AND DRINKS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"TOYS
AND COLLECTIBLES/FOOD
AND DRINKS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"TOYS
AND COLLECTIBLES/FOOD
AND DRINKS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:33:\"(SEGA/GAME GEAR)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:41:\"SEGA/GAME GEAR/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:23:\"SEGA/GAME GEAR/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:53:\"SEGA/GAME GEAR/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SEGA/GAME GEAR/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:29:\"SEGA/GAME GEAR/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:35:\"(NINTENDO/GAMEBOY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:43:\"NINTENDO/GAMEBOY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"NINTENDO/GAMEBOY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:55:\"NINTENDO/GAMEBOY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"NINTENDO/GAMEBOY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"NINTENDO/GAMEBOY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"(NINTENDO/GAMEBOY ADVANCE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:51:\"NINTENDO/GAMEBOY ADVANCE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:33:\"NINTENDO/GAMEBOY ADVANCE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:63:\"NINTENDO/GAMEBOY ADVANCE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"NINTENDO/GAMEBOY ADVANCE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:39:\"NINTENDO/GAMEBOY ADVANCE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:41:\"(NINTENDO/GAMEBOY COLOR)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:49:\"NINTENDO/GAMEBOY COLOR/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:31:\"NINTENDO/GAMEBOY COLOR/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:61:\"NINTENDO/GAMEBOY COLOR/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"NINTENDO/GAMEBOY COLOR/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:37:\"NINTENDO/GAMEBOY COLOR/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:36:\"(NINTENDO/GAMECUBE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:44:\"NINTENDO/GAMECUBE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:26:\"NINTENDO/GAMECUBE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:56:\"NINTENDO/GAMECUBE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"NINTENDO/GAMECUBE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:32:\"NINTENDO/GAMECUBE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:39:\"(MICROSOFT/XBOX/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"MICROSOFT/XBOX/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"MICROSOFT/XBOX/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"MICROSOFT/XBOX/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"MICROSOFT/XBOX/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"MICROSOFT/XBOX/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:37:\"(SEGA/GENESIS/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:45:\"SEGA/GENESIS/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:27:\"SEGA/GENESIS/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:57:\"SEGA/GENESIS/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"SEGA/GENESIS/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:33:\"SEGA/GENESIS/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:37:\"(NINTENDO/WII/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:45:\"NINTENDO/WII/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:27:\"NINTENDO/WII/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:57:\"NINTENDO/WII/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"NINTENDO/WII/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:33:\"NINTENDO/WII/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:42:\"(NINTENDO/GAMECUBE/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:50:\"NINTENDO/GAMECUBE/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:32:\"NINTENDO/GAMECUBE/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:62:\"NINTENDO/GAMECUBE/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"NINTENDO/GAMECUBE/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:38:\"NINTENDO/GAMECUBE/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(NINTENDO/2DS
AND 3DS/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"NINTENDO/2DS
AND 3DS/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"NINTENDO/2DS
AND 3DS/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"NINTENDO/2DS
AND 3DS/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"NINTENDO/2DS
AND 3DS/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"NINTENDO/2DS
AND 3DS/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"(MICROSOFT/XBOX 360/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:51:\"MICROSOFT/XBOX 360/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:33:\"MICROSOFT/XBOX 360/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:63:\"MICROSOFT/XBOX 360/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"MICROSOFT/XBOX 360/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:39:\"MICROSOFT/XBOX 360/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:37:\"(NINTENDO/N64/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:45:\"NINTENDO/N64/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:27:\"NINTENDO/N64/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:57:\"NINTENDO/N64/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"NINTENDO/N64/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:33:\"NINTENDO/N64/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:37:\"(NINTENDO/NES/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:45:\"NINTENDO/NES/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:27:\"NINTENDO/NES/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:57:\"NINTENDO/NES/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"NINTENDO/NES/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:33:\"NINTENDO/NES/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:27:\"(PC/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:35:\"PC/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:17:\"PC/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:47:\"PC/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"PC/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:23:\"PC/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:38:\"(NINTENDO/SNES/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:46:\"NINTENDO/SNES/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:28:\"NINTENDO/SNES/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:58:\"NINTENDO/SNES/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"NINTENDO/SNES/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:34:\"NINTENDO/SNES/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:41:\"(NINTENDO/GAMEBOY/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:49:\"NINTENDO/GAMEBOY/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:31:\"NINTENDO/GAMEBOY/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:61:\"NINTENDO/GAMEBOY/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"NINTENDO/GAMEBOY/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:37:\"NINTENDO/GAMEBOY/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"(MICROSOFT/XBOX ONE/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:51:\"MICROSOFT/XBOX ONE/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:33:\"MICROSOFT/XBOX ONE/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:63:\"MICROSOFT/XBOX ONE/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"MICROSOFT/XBOX ONE/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:39:\"MICROSOFT/XBOX ONE/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:40:\"(NINTENDO/SWITCH/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:48:\"NINTENDO/SWITCH/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:30:\"NINTENDO/SWITCH/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:60:\"NINTENDO/SWITCH/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"NINTENDO/SWITCH/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:36:\"NINTENDO/SWITCH/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:38:\"(NINTENDO/WIIU/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:46:\"NINTENDO/WIIU/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:28:\"NINTENDO/WIIU/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:58:\"NINTENDO/WIIU/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"NINTENDO/WIIU/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:34:\"NINTENDO/WIIU/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:39:\"(SEGA/DREAMCAST/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"SEGA/DREAMCAST/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"SEGA/DREAMCAST/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"SEGA/DREAMCAST/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SEGA/DREAMCAST/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"SEGA/DREAMCAST/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:33:\"(SONY/PS1/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:41:\"SONY/PS1/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:23:\"SONY/PS1/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:53:\"SONY/PS1/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SONY/PS1/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:29:\"SONY/PS1/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:34:\"(SONY/VITA/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:42:\"SONY/VITA/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:24:\"SONY/VITA/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:54:\"SONY/VITA/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"SONY/VITA/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:30:\"SONY/VITA/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:33:\"(PREBOOKS/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:41:\"PREBOOKS/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:23:\"PREBOOKS/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:53:\"PREBOOKS/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"PREBOOKS/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:29:\"PREBOOKS/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:36:\"(NINTENDO/DS/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:44:\"NINTENDO/DS/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:26:\"NINTENDO/DS/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:56:\"NINTENDO/DS/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"NINTENDO/DS/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:32:\"NINTENDO/DS/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:33:\"(SONY/PS4/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:41:\"SONY/PS4/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:23:\"SONY/PS4/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:53:\"SONY/PS4/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SONY/PS4/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:29:\"SONY/PS4/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:33:\"(SONY/PS3/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:41:\"SONY/PS3/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:23:\"SONY/PS3/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:53:\"SONY/PS3/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SONY/PS3/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:29:\"SONY/PS3/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:33:\"(SONY/PSP/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:41:\"SONY/PSP/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:23:\"SONY/PSP/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:53:\"SONY/PSP/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SONY/PSP/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:29:\"SONY/PSP/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:33:\"(SONY/PS2/GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:41:\"SONY/PS2/GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:23:\"SONY/PS2/GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:53:\"SONY/PS2/GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SONY/PS2/GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:29:\"SONY/PS2/GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:31:\"(gaming-cards)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:39:\"gaming-cards/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:21:\"gaming-cards/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:51:\"gaming-cards/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"gaming-cards/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:27:\"gaming-cards/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:69:\"(TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/GAMING HEADS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:77:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/GAMING HEADS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:59:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/GAMING HEADS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:89:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/GAMING HEADS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:84:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/GAMING HEADS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/GAMING HEADS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(NINTENDO/GAMEBOY/GB - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"NINTENDO/GAMEBOY/GB - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"NINTENDO/GAMEBOY/GB - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"NINTENDO/GAMEBOY/GB - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"NINTENDO/GAMEBOY/GB - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"NINTENDO/GAMEBOY/GB - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:59:\"(NINTENDO/GAMEBOY/GB - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:67:\"NINTENDO/GAMEBOY/GB - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:49:\"NINTENDO/GAMEBOY/GB - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:79:\"NINTENDO/GAMEBOY/GB - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"NINTENDO/GAMEBOY/GB - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"NINTENDO/GAMEBOY/GB - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:53:\"(NINTENDO/GAMEBOY/GB - USED - BOXES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:61:\"NINTENDO/GAMEBOY/GB - USED - BOXES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:43:\"NINTENDO/GAMEBOY/GB - USED - BOXES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:73:\"NINTENDO/GAMEBOY/GB - USED - BOXES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"NINTENDO/GAMEBOY/GB - USED - BOXES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"NINTENDO/GAMEBOY/GB - USED - BOXES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:65:\"(NINTENDO/GAMEBOY/GB - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:73:\"NINTENDO/GAMEBOY/GB - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:55:\"NINTENDO/GAMEBOY/GB - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:85:\"NINTENDO/GAMEBOY/GB - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:80:\"NINTENDO/GAMEBOY/GB - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"NINTENDO/GAMEBOY/GB - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:64:\"(NINTENDO/GAMEBOY/GB - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:72:\"NINTENDO/GAMEBOY/GB - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:54:\"NINTENDO/GAMEBOY/GB - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:84:\"NINTENDO/GAMEBOY/GB - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:79:\"NINTENDO/GAMEBOY/GB - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"NINTENDO/GAMEBOY/GB - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(NINTENDO/GAMEBOY/GB - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"NINTENDO/GAMEBOY/GB - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"NINTENDO/GAMEBOY/GB - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"NINTENDO/GAMEBOY/GB - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"NINTENDO/GAMEBOY/GB - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"NINTENDO/GAMEBOY/GB - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(NINTENDO/GAMEBOY/GB - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"NINTENDO/GAMEBOY/GB - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"NINTENDO/GAMEBOY/GB - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"NINTENDO/GAMEBOY/GB - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"NINTENDO/GAMEBOY/GB - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"NINTENDO/GAMEBOY/GB - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:67:\"(NINTENDO/GAMEBOY ADVANCE/GBA - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:75:\"NINTENDO/GAMEBOY ADVANCE/GBA - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:57:\"NINTENDO/GAMEBOY ADVANCE/GBA - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:87:\"NINTENDO/GAMEBOY ADVANCE/GBA - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:82:\"NINTENDO/GAMEBOY ADVANCE/GBA - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"NINTENDO/GAMEBOY ADVANCE/GBA - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(NINTENDO/GAMEBOY ADVANCE/GBA - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"NINTENDO/GAMEBOY ADVANCE/GBA - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"NINTENDO/GAMEBOY ADVANCE/GBA - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"NINTENDO/GAMEBOY ADVANCE/GBA - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"NINTENDO/GAMEBOY ADVANCE/GBA - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"NINTENDO/GAMEBOY ADVANCE/GBA - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:68:\"(NINTENDO/GAMEBOY ADVANCE/GBA - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:76:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:58:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:88:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:83:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(NINTENDO/GAMEBOY ADVANCE/GBA - USED - BOXES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - BOXES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - BOXES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - BOXES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - BOXES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - BOXES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:74:\"(NINTENDO/GAMEBOY ADVANCE/GBA - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:82:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:64:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:94:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:89:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:73:\"(NINTENDO/GAMEBOY ADVANCE/GBA - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:81:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:63:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:93:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:88:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(NINTENDO/GAMEBOY COLOR/GBA - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"NINTENDO/GAMEBOY COLOR/GBA - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"NINTENDO/GAMEBOY COLOR/GBA - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"NINTENDO/GAMEBOY COLOR/GBA - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"NINTENDO/GAMEBOY COLOR/GBA - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"NINTENDO/GAMEBOY COLOR/GBA - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:64:\"(NINTENDO/GAMEBOY ADVANCE/GBA - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:72:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:54:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:84:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:79:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:63:\"(NINTENDO/GAMEBOY ADVANCE/GBA - USED - SYSTEM)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:71:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - SYSTEM/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:53:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - SYSTEM/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:83:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - SYSTEM/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:78:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - SYSTEM/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"NINTENDO/GAMEBOY ADVANCE/GBA - USED - SYSTEM/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:59:\"(NINTENDO/GAMEBOY COLOR/GBC - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:67:\"NINTENDO/GAMEBOY COLOR/GBC - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:49:\"NINTENDO/GAMEBOY COLOR/GBC - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:79:\"NINTENDO/GAMEBOY COLOR/GBC - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"NINTENDO/GAMEBOY COLOR/GBC - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"NINTENDO/GAMEBOY COLOR/GBC - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:66:\"(NINTENDO/GAMEBOY COLOR/GBC - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:74:\"NINTENDO/GAMEBOY COLOR/GBC - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:56:\"NINTENDO/GAMEBOY COLOR/GBC - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:86:\"NINTENDO/GAMEBOY COLOR/GBC - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:81:\"NINTENDO/GAMEBOY COLOR/GBC - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"NINTENDO/GAMEBOY COLOR/GBC - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:60:\"(NINTENDO/GAMEBOY COLOR/GBC - USED - BOXES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:68:\"NINTENDO/GAMEBOY COLOR/GBC - USED - BOXES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:50:\"NINTENDO/GAMEBOY COLOR/GBC - USED - BOXES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:80:\"NINTENDO/GAMEBOY COLOR/GBC - USED - BOXES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"NINTENDO/GAMEBOY COLOR/GBC - USED - BOXES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"NINTENDO/GAMEBOY COLOR/GBC - USED - BOXES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:72:\"(NINTENDO/GAMEBOY COLOR/GBC - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:80:\"NINTENDO/GAMEBOY COLOR/GBC - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:62:\"NINTENDO/GAMEBOY COLOR/GBC - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:92:\"NINTENDO/GAMEBOY COLOR/GBC - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:87:\"NINTENDO/GAMEBOY COLOR/GBC - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"NINTENDO/GAMEBOY COLOR/GBC - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:71:\"(NINTENDO/GAMEBOY COLOR/GBC - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:79:\"NINTENDO/GAMEBOY COLOR/GBC - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:61:\"NINTENDO/GAMEBOY COLOR/GBC - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:91:\"NINTENDO/GAMEBOY COLOR/GBC - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:86:\"NINTENDO/GAMEBOY COLOR/GBC - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"NINTENDO/GAMEBOY COLOR/GBC - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(NINTENDO/GAMEBOY COLOR/GBC - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"NINTENDO/GAMEBOY COLOR/GBC - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"NINTENDO/GAMEBOY COLOR/GBC - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"NINTENDO/GAMEBOY COLOR/GBC - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"NINTENDO/GAMEBOY COLOR/GBC - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"NINTENDO/GAMEBOY COLOR/GBC - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(NINTENDO/GAMEBOY COLOR/GBC - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"NINTENDO/GAMEBOY COLOR/GBC - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"NINTENDO/GAMEBOY COLOR/GBC - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"NINTENDO/GAMEBOY COLOR/GBC - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"NINTENDO/GAMEBOY COLOR/GBC - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"NINTENDO/GAMEBOY COLOR/GBC - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:60:\"(NINTENDO/GAMECUBE/GCN - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:68:\"NINTENDO/GAMECUBE/GCN - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:50:\"NINTENDO/GAMECUBE/GCN - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:80:\"NINTENDO/GAMECUBE/GCN - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"NINTENDO/GAMECUBE/GCN - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"NINTENDO/GAMECUBE/GCN - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(NINTENDO/GAMECUBE/GCN - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"NINTENDO/GAMECUBE/GCN - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"NINTENDO/GAMECUBE/GCN - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"NINTENDO/GAMECUBE/GCN - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"NINTENDO/GAMECUBE/GCN - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"NINTENDO/GAMECUBE/GCN - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(NINTENDO/GAMECUBE/GCN - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"NINTENDO/GAMECUBE/GCN - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"NINTENDO/GAMECUBE/GCN - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"NINTENDO/GAMECUBE/GCN - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"NINTENDO/GAMECUBE/GCN - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"NINTENDO/GAMECUBE/GCN - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(NINTENDO/GAMECUBE/GCN - USED - CASES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"NINTENDO/GAMECUBE/GCN - USED - CASES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"NINTENDO/GAMECUBE/GCN - USED - CASES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"NINTENDO/GAMECUBE/GCN - USED - CASES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"NINTENDO/GAMECUBE/GCN - USED - CASES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"NINTENDO/GAMECUBE/GCN - USED - CASES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:66:\"(NINTENDO/GAMECUBE/GCN - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:74:\"NINTENDO/GAMECUBE/GCN - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:56:\"NINTENDO/GAMECUBE/GCN - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:86:\"NINTENDO/GAMECUBE/GCN - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:81:\"NINTENDO/GAMECUBE/GCN - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"NINTENDO/GAMECUBE/GCN - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:67:\"(NINTENDO/GAMECUBE/GCN - USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:75:\"NINTENDO/GAMECUBE/GCN - USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:57:\"NINTENDO/GAMECUBE/GCN - USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:87:\"NINTENDO/GAMECUBE/GCN - USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:82:\"NINTENDO/GAMECUBE/GCN - USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"NINTENDO/GAMECUBE/GCN - USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(NINTENDO/GAMECUBE/GCN - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"NINTENDO/GAMECUBE/GCN - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"NINTENDO/GAMECUBE/GCN - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"NINTENDO/GAMECUBE/GCN - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"NINTENDO/GAMECUBE/GCN - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"NINTENDO/GAMECUBE/GCN - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(NINTENDO/GAMECUBE/GCN - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"NINTENDO/GAMECUBE/GCN - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"NINTENDO/GAMECUBE/GCN - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"NINTENDO/GAMECUBE/GCN - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"NINTENDO/GAMECUBE/GCN - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"NINTENDO/GAMECUBE/GCN - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(SEGA/GENESIS/GEN - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"SEGA/GENESIS/GEN - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"SEGA/GENESIS/GEN - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"SEGA/GENESIS/GEN - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"SEGA/GENESIS/GEN - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"SEGA/GENESIS/GEN - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:49:\"(SEGA/GENESIS/GEN - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:57:\"SEGA/GENESIS/GEN - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:39:\"SEGA/GENESIS/GEN - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:69:\"SEGA/GENESIS/GEN - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"SEGA/GENESIS/GEN - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"SEGA/GENESIS/GEN - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(SEGA/GENESIS/GEN - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"SEGA/GENESIS/GEN - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"SEGA/GENESIS/GEN - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"SEGA/GENESIS/GEN - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"SEGA/GENESIS/GEN - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"SEGA/GENESIS/GEN - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(SEGA/GENESIS/GEN - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"SEGA/GENESIS/GEN - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"SEGA/GENESIS/GEN - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"SEGA/GENESIS/GEN - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"SEGA/GENESIS/GEN - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"SEGA/GENESIS/GEN - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(SEGA/GENESIS/GEN - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"SEGA/GENESIS/GEN - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"SEGA/GENESIS/GEN - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"SEGA/GENESIS/GEN - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"SEGA/GENESIS/GEN - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"SEGA/GENESIS/GEN - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(SEGA/GENESIS/GEN - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"SEGA/GENESIS/GEN - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"SEGA/GENESIS/GEN - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"SEGA/GENESIS/GEN - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"SEGA/GENESIS/GEN - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"SEGA/GENESIS/GEN - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(SEGA/GENESIS/GEN - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"SEGA/GENESIS/GEN - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"SEGA/GENESIS/GEN - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"SEGA/GENESIS/GEN - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"SEGA/GENESIS/GEN - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SEGA/GENESIS/GEN - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(SEGA/GENESIS/GEN - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"SEGA/GENESIS/GEN - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"SEGA/GENESIS/GEN - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"SEGA/GENESIS/GEN - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"SEGA/GENESIS/GEN - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SEGA/GENESIS/GEN - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:31:\"(SEGA/GENESIS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:39:\"SEGA/GENESIS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:21:\"SEGA/GENESIS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:51:\"SEGA/GENESIS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"SEGA/GENESIS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:27:\"SEGA/GENESIS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(SEGA/GAME GEAR/GG - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"SEGA/GAME GEAR/GG - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"SEGA/GAME GEAR/GG - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"SEGA/GAME GEAR/GG - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"SEGA/GAME GEAR/GG - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"SEGA/GAME GEAR/GG - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:63:\"(SEGA/GAME GEAR/GG - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:71:\"SEGA/GAME GEAR/GG - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:53:\"SEGA/GAME GEAR/GG - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:83:\"SEGA/GAME GEAR/GG - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:78:\"SEGA/GAME GEAR/GG - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"SEGA/GAME GEAR/GG - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(SEGA/GAME GEAR/GG - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"SEGA/GAME GEAR/GG - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"SEGA/GAME GEAR/GG - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"SEGA/GAME GEAR/GG - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"SEGA/GAME GEAR/GG - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"SEGA/GAME GEAR/GG - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:53:\"(SEGA/GAME GEAR/GG - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:61:\"SEGA/GAME GEAR/GG - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:43:\"SEGA/GAME GEAR/GG - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:73:\"SEGA/GAME GEAR/GG - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"SEGA/GAME GEAR/GG - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"SEGA/GAME GEAR/GG - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:53:\"(SEGA/GAME GEAR/GG - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:61:\"SEGA/GAME GEAR/GG - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:43:\"SEGA/GAME GEAR/GG - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:73:\"SEGA/GAME GEAR/GG - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"SEGA/GAME GEAR/GG - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"SEGA/GAME GEAR/GG - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:67:\"(TOYS
AND COLLECTIBLES/FIGURES/GOOD SMILE COMPANY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:75:\"TOYS
AND COLLECTIBLES/FIGURES/GOOD SMILE COMPANY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:57:\"TOYS
AND COLLECTIBLES/FIGURES/GOOD SMILE COMPANY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:87:\"TOYS
AND COLLECTIBLES/FIGURES/GOOD SMILE COMPANY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:82:\"TOYS
AND COLLECTIBLES/FIGURES/GOOD SMILE COMPANY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"TOYS
AND COLLECTIBLES/FIGURES/GOOD SMILE COMPANY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:60:\"(TOYS
AND COLLECTIBLES/PLUSH/GREAT EASTERN)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:68:\"TOYS
AND COLLECTIBLES/PLUSH/GREAT EASTERN/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:50:\"TOYS
AND COLLECTIBLES/PLUSH/GREAT EASTERN/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:80:\"TOYS
AND COLLECTIBLES/PLUSH/GREAT EASTERN/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"TOYS
AND COLLECTIBLES/PLUSH/GREAT EASTERN/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"TOYS
AND COLLECTIBLES/PLUSH/GREAT EASTERN/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:31:\"(APPAREL/HATS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:39:\"APPAREL/HATS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:21:\"APPAREL/HATS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:51:\"APPAREL/HATS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"APPAREL/HATS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:27:\"APPAREL/HATS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(HOME
AND OFFICE/APPAREL/HATS / SCARVES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"HOME
AND OFFICE/APPAREL/HATS / SCARVES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"HOME
AND OFFICE/APPAREL/HATS / SCARVES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"HOME
AND OFFICE/APPAREL/HATS / SCARVES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"HOME
AND OFFICE/APPAREL/HATS / SCARVES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"HOME
AND OFFICE/APPAREL/HATS / SCARVES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:34:\"(home-and-office)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:42:\"home-and-office/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:24:\"home-and-office/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:54:\"home-and-office/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"home-and-office/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:30:\"home-and-office/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:38:\"(RETRO/INTELLIVISION)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:46:\"RETRO/INTELLIVISION/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:28:\"RETRO/INTELLIVISION/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:58:\"RETRO/INTELLIVISION/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"RETRO/INTELLIVISION/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:34:\"RETRO/INTELLIVISION/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:79:\"(RETRO/INTELLIVISION/INTELLIVISION - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:87:\"RETRO/INTELLIVISION/INTELLIVISION - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:69:\"RETRO/INTELLIVISION/INTELLIVISION - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:99:\"RETRO/INTELLIVISION/INTELLIVISION - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:94:\"RETRO/INTELLIVISION/INTELLIVISION - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"RETRO/INTELLIVISION/INTELLIVISION - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:78:\"(RETRO/INTELLIVISION/INTELLIVISION - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:86:\"RETRO/INTELLIVISION/INTELLIVISION - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:68:\"RETRO/INTELLIVISION/INTELLIVISION - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:98:\"RETRO/INTELLIVISION/INTELLIVISION - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:93:\"RETRO/INTELLIVISION/INTELLIVISION - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"RETRO/INTELLIVISION/INTELLIVISION - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:69:\"(RETRO/INTELLIVISION/INTELLIVISION - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:77:\"RETRO/INTELLIVISION/INTELLIVISION - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:59:\"RETRO/INTELLIVISION/INTELLIVISION - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:89:\"RETRO/INTELLIVISION/INTELLIVISION - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:84:\"RETRO/INTELLIVISION/INTELLIVISION - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"RETRO/INTELLIVISION/INTELLIVISION - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:63:\"(HOME
AND OFFICE/APPAREL/JEWELERY / WRISTWEAR)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:71:\"HOME
AND OFFICE/APPAREL/JEWELERY / WRISTWEAR/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:53:\"HOME
AND OFFICE/APPAREL/JEWELERY / WRISTWEAR/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:83:\"HOME
AND OFFICE/APPAREL/JEWELERY / WRISTWEAR/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:78:\"HOME
AND OFFICE/APPAREL/JEWELERY / WRISTWEAR/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"HOME
AND OFFICE/APPAREL/JEWELERY / WRISTWEAR/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:63:\"(HOME
AND OFFICE/APPAREL/KEYCHAINS / LANYARDS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:71:\"HOME
AND OFFICE/APPAREL/KEYCHAINS / LANYARDS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:53:\"HOME
AND OFFICE/APPAREL/KEYCHAINS / LANYARDS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:83:\"HOME
AND OFFICE/APPAREL/KEYCHAINS / LANYARDS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:78:\"HOME
AND OFFICE/APPAREL/KEYCHAINS / LANYARDS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"HOME
AND OFFICE/APPAREL/KEYCHAINS / LANYARDS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:47:\"(HOME
AND OFFICE/KNICK KNACKS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:55:\"HOME
AND OFFICE/KNICK KNACKS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:37:\"HOME
AND OFFICE/KNICK KNACKS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:67:\"HOME
AND OFFICE/KNICK KNACKS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"HOME
AND OFFICE/KNICK KNACKS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"HOME
AND OFFICE/KNICK KNACKS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:67:\"(TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/KOTOBUKIYA)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:75:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/KOTOBUKIYA/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:57:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/KOTOBUKIYA/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:87:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/KOTOBUKIYA/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:82:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/KOTOBUKIYA/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/KOTOBUKIYA/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:33:\"(last-call-sale)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:41:\"last-call-sale/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:23:\"last-call-sale/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:53:\"last-call-sale/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"last-call-sale/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:29:\"last-call-sale/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:27:\"(lastcall)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:35:\"lastcall/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:17:\"lastcall/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:47:\"lastcall/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"lastcall/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:23:\"lastcall/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(TOYS
AND COLLECTIBLES/LEGO / CREATIVE TOYS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"TOYS
AND COLLECTIBLES/LEGO / CREATIVE TOYS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"TOYS
AND COLLECTIBLES/LEGO / CREATIVE TOYS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"TOYS
AND COLLECTIBLES/LEGO / CREATIVE TOYS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"TOYS
AND COLLECTIBLES/LEGO / CREATIVE TOYS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"TOYS
AND COLLECTIBLES/LEGO / CREATIVE TOYS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:44:\"(LRG/SRG/LIMITED RUN GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:52:\"LRG/SRG/LIMITED RUN GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:34:\"LRG/SRG/LIMITED RUN GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:64:\"LRG/SRG/LIMITED RUN GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"LRG/SRG/LIMITED RUN GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:40:\"LRG/SRG/LIMITED RUN GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:22:\"(lrg)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:30:\"lrg/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:12:\"lrg/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:42:\"lrg/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:37:\"lrg/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:18:\"lrg/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:59:\"(TOYS
AND COLLECTIBLES/PLUSH/LITTLE BUDDY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:67:\"TOYS
AND COLLECTIBLES/PLUSH/LITTLE BUDDY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:49:\"TOYS
AND COLLECTIBLES/PLUSH/LITTLE BUDDY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:79:\"TOYS
AND COLLECTIBLES/PLUSH/LITTLE BUDDY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"TOYS
AND COLLECTIBLES/PLUSH/LITTLE BUDDY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"TOYS
AND COLLECTIBLES/PLUSH/LITTLE BUDDY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:68:\"(LRG/SRG/LIMITED RUN GAMES/LRG GAME BOY / GB COLOR)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:76:\"LRG/SRG/LIMITED RUN GAMES/LRG GAME BOY / GB COLOR/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:58:\"LRG/SRG/LIMITED RUN GAMES/LRG GAME BOY / GB COLOR/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:88:\"LRG/SRG/LIMITED RUN GAMES/LRG GAME BOY / GB COLOR/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:83:\"LRG/SRG/LIMITED RUN GAMES/LRG GAME BOY / GB COLOR/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"LRG/SRG/LIMITED RUN GAMES/LRG GAME BOY / GB COLOR/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(LRG/SRG/LIMITED RUN GAMES/LRG NES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"LRG/SRG/LIMITED RUN GAMES/LRG NES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"LRG/SRG/LIMITED RUN GAMES/LRG NES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"LRG/SRG/LIMITED RUN GAMES/LRG NES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"LRG/SRG/LIMITED RUN GAMES/LRG NES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"LRG/SRG/LIMITED RUN GAMES/LRG NES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO 3DS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO 3DS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO 3DS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO 3DS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO 3DS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO 3DS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:60:\"(LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO 64)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:68:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO 64/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:50:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO 64/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:80:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO 64/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO 64/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO 64/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:64:\"(LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO SWITCH)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:72:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO SWITCH/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:54:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO SWITCH/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:84:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO SWITCH/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:79:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO SWITCH/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"LRG/SRG/LIMITED RUN GAMES/LRG NINTENDO SWITCH/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(LRG/SRG/LIMITED RUN GAMES/LRG OTHER)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"LRG/SRG/LIMITED RUN GAMES/LRG OTHER/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"LRG/SRG/LIMITED RUN GAMES/LRG OTHER/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"LRG/SRG/LIMITED RUN GAMES/LRG OTHER/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"LRG/SRG/LIMITED RUN GAMES/LRG OTHER/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"LRG/SRG/LIMITED RUN GAMES/LRG OTHER/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(LRG/SRG/LIMITED RUN GAMES/LRG PC)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"LRG/SRG/LIMITED RUN GAMES/LRG PC/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"LRG/SRG/LIMITED RUN GAMES/LRG PC/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"LRG/SRG/LIMITED RUN GAMES/LRG PC/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"LRG/SRG/LIMITED RUN GAMES/LRG PC/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"LRG/SRG/LIMITED RUN GAMES/LRG PC/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 3)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 3/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 3/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 3/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 3/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 3/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 4)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 4/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 4/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 4/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 4/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 4/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 5)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 5/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 5/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 5/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 5/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION 5/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:65:\"(LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION VITA)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:73:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION VITA/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:55:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION VITA/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:85:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION VITA/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:80:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION VITA/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"LRG/SRG/LIMITED RUN GAMES/LRG PLAYSTATION VITA/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(LRG/SRG/LIMITED RUN GAMES/LRG SEGA CD)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"LRG/SRG/LIMITED RUN GAMES/LRG SEGA CD/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"LRG/SRG/LIMITED RUN GAMES/LRG SEGA CD/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"LRG/SRG/LIMITED RUN GAMES/LRG SEGA CD/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"LRG/SRG/LIMITED RUN GAMES/LRG SEGA CD/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"LRG/SRG/LIMITED RUN GAMES/LRG SEGA CD/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(LRG/SRG/LIMITED RUN GAMES/LRG XBOX ONE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"LRG/SRG/LIMITED RUN GAMES/LRG XBOX ONE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"LRG/SRG/LIMITED RUN GAMES/LRG XBOX ONE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"LRG/SRG/LIMITED RUN GAMES/LRG XBOX ONE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"LRG/SRG/LIMITED RUN GAMES/LRG XBOX ONE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"LRG/SRG/LIMITED RUN GAMES/LRG XBOX ONE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:26:\"(lrg-srg)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:34:\"lrg-srg/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:16:\"lrg-srg/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:46:\"lrg-srg/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"lrg-srg/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:22:\"lrg-srg/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(HOME
AND OFFICE/LUNCHBOXES / KITCHEN)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"HOME
AND OFFICE/LUNCHBOXES / KITCHEN/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"HOME
AND OFFICE/LUNCHBOXES / KITCHEN/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"HOME
AND OFFICE/LUNCHBOXES / KITCHEN/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"HOME
AND OFFICE/LUNCHBOXES / KITCHEN/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"HOME
AND OFFICE/LUNCHBOXES / KITCHEN/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:30:\"(SEGA/MASTER)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:38:\"SEGA/MASTER/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:20:\"SEGA/MASTER/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:50:\"SEGA/MASTER/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"SEGA/MASTER/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:26:\"SEGA/MASTER/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(TOYS
AND COLLECTIBLES/MEDIA
AND VINYL)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"TOYS
AND COLLECTIBLES/MEDIA
AND VINYL/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"TOYS
AND COLLECTIBLES/MEDIA
AND VINYL/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"TOYS
AND COLLECTIBLES/MEDIA
AND VINYL/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"TOYS
AND COLLECTIBLES/MEDIA
AND VINYL/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"TOYS
AND COLLECTIBLES/MEDIA
AND VINYL/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:64:\"(TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/MEDICOM)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:72:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/MEDICOM/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:54:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/MEDICOM/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:84:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/MEDICOM/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:79:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/MEDICOM/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/MEDICOM/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:66:\"(TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/MEGAHOUSE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:74:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/MEGAHOUSE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:56:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/MEGAHOUSE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:86:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/MEGAHOUSE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:81:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/MEGAHOUSE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/MEGAHOUSE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:28:\"(microsoft)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:36:\"microsoft/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:18:\"microsoft/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:48:\"microsoft/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"microsoft/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:24:\"microsoft/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(TOYS
AND COLLECTIBLES/MISC)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"TOYS
AND COLLECTIBLES/MISC/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"TOYS
AND COLLECTIBLES/MISC/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"TOYS
AND COLLECTIBLES/MISC/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"TOYS
AND COLLECTIBLES/MISC/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"TOYS
AND COLLECTIBLES/MISC/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:25:\"(mobile)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:33:\"mobile/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:15:\"mobile/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:45:\"mobile/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:40:\"mobile/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:21:\"mobile/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:53:\"(HOME
AND OFFICE/MOBILE ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:61:\"HOME
AND OFFICE/MOBILE ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:43:\"HOME
AND OFFICE/MOBILE ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:73:\"HOME
AND OFFICE/MOBILE ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"HOME
AND OFFICE/MOBILE ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"HOME
AND OFFICE/MOBILE ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:69:\"(TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/MONOPOLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:77:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/MONOPOLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:59:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/MONOPOLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:89:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/MONOPOLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:84:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/MONOPOLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/MONOPOLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:31:\"(NINTENDO/N64)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:39:\"NINTENDO/N64/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:21:\"NINTENDO/N64/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:51:\"NINTENDO/N64/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"NINTENDO/N64/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:27:\"NINTENDO/N64/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(NINTENDO/N64/N64 - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"NINTENDO/N64/N64 - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"NINTENDO/N64/N64 - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"NINTENDO/N64/N64 - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"NINTENDO/N64/N64 - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"NINTENDO/N64/N64 - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:49:\"(NINTENDO/N64/N64 - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:57:\"NINTENDO/N64/N64 - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:39:\"NINTENDO/N64/N64 - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:69:\"NINTENDO/N64/N64 - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"NINTENDO/N64/N64 - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"NINTENDO/N64/N64 - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(NINTENDO/N64/N64 - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"NINTENDO/N64/N64 - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"NINTENDO/N64/N64 - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"NINTENDO/N64/N64 - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"NINTENDO/N64/N64 - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"NINTENDO/N64/N64 - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:50:\"(NINTENDO/N64/N64 - USED - BOXES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:58:\"NINTENDO/N64/N64 - USED - BOXES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:40:\"NINTENDO/N64/N64 - USED - BOXES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:70:\"NINTENDO/N64/N64 - USED - BOXES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"NINTENDO/N64/N64 - USED - BOXES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"NINTENDO/N64/N64 - USED - BOXES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(NINTENDO/N64/N64 - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"NINTENDO/N64/N64 - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"NINTENDO/N64/N64 - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"NINTENDO/N64/N64 - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"NINTENDO/N64/N64 - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"NINTENDO/N64/N64 - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(NINTENDO/N64/N64 - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"NINTENDO/N64/N64 - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"NINTENDO/N64/N64 - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"NINTENDO/N64/N64 - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"NINTENDO/N64/N64 - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"NINTENDO/N64/N64 - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(NINTENDO/N64/N64 - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"NINTENDO/N64/N64 - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"NINTENDO/N64/N64 - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"NINTENDO/N64/N64 - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"NINTENDO/N64/N64 - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"NINTENDO/N64/N64 - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(NINTENDO/N64/N64 - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"NINTENDO/N64/N64 - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"NINTENDO/N64/N64 - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"NINTENDO/N64/N64 - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"NINTENDO/N64/N64 - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"NINTENDO/N64/N64 - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:31:\"(RETRO/NEOGEO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:39:\"RETRO/NEOGEO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:21:\"RETRO/NEOGEO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:51:\"RETRO/NEOGEO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"RETRO/NEOGEO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:27:\"RETRO/NEOGEO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(RETRO/NEOGEO/NEOGEO - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"RETRO/NEOGEO/NEOGEO - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"RETRO/NEOGEO/NEOGEO - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"RETRO/NEOGEO/NEOGEO - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"RETRO/NEOGEO/NEOGEO - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"RETRO/NEOGEO/NEOGEO - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(RETRO/NEOGEO/NEOGEO - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"RETRO/NEOGEO/NEOGEO - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"RETRO/NEOGEO/NEOGEO - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"RETRO/NEOGEO/NEOGEO - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"RETRO/NEOGEO/NEOGEO - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"RETRO/NEOGEO/NEOGEO - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:31:\"(NINTENDO/NES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:39:\"NINTENDO/NES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:21:\"NINTENDO/NES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:51:\"NINTENDO/NES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"NINTENDO/NES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:27:\"NINTENDO/NES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(NINTENDO/NES/NES - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"NINTENDO/NES/NES - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"NINTENDO/NES/NES - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"NINTENDO/NES/NES - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"NINTENDO/NES/NES - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"NINTENDO/NES/NES - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:49:\"(NINTENDO/NES/NES - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:57:\"NINTENDO/NES/NES - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:39:\"NINTENDO/NES/NES - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:69:\"NINTENDO/NES/NES - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"NINTENDO/NES/NES - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"NINTENDO/NES/NES - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(NINTENDO/NES/NES - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"NINTENDO/NES/NES - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"NINTENDO/NES/NES - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"NINTENDO/NES/NES - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"NINTENDO/NES/NES - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"NINTENDO/NES/NES - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(NINTENDO/NES/NES - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"NINTENDO/NES/NES - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"NINTENDO/NES/NES - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"NINTENDO/NES/NES - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"NINTENDO/NES/NES - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"NINTENDO/NES/NES - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(NINTENDO/NES/NES - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"NINTENDO/NES/NES - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"NINTENDO/NES/NES - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"NINTENDO/NES/NES - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"NINTENDO/NES/NES - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"NINTENDO/NES/NES - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(NINTENDO/NES/NES - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"NINTENDO/NES/NES - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"NINTENDO/NES/NES - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"NINTENDO/NES/NES - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"NINTENDO/NES/NES - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"NINTENDO/NES/NES - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(NINTENDO/NES/NES - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"NINTENDO/NES/NES - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"NINTENDO/NES/NES - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"NINTENDO/NES/NES - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"NINTENDO/NES/NES - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"NINTENDO/NES/NES - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(NINTENDO/NES/NES - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"NINTENDO/NES/NES - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"NINTENDO/NES/NES - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"NINTENDO/NES/NES - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"NINTENDO/NES/NES - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"NINTENDO/NES/NES - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:32:\"(CLEARANCE/NEW)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:40:\"CLEARANCE/NEW/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:22:\"CLEARANCE/NEW/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"CLEARANCE/NEW/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"CLEARANCE/NEW/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:28:\"CLEARANCE/NEW/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:60:\"(TOYS
AND COLLECTIBLES/AMIIBO/NEW - AMIIBO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:68:\"TOYS
AND COLLECTIBLES/AMIIBO/NEW - AMIIBO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:50:\"TOYS
AND COLLECTIBLES/AMIIBO/NEW - AMIIBO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:80:\"TOYS
AND COLLECTIBLES/AMIIBO/NEW - AMIIBO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"TOYS
AND COLLECTIBLES/AMIIBO/NEW - AMIIBO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"TOYS
AND COLLECTIBLES/AMIIBO/NEW - AMIIBO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:78:\"(TOYS
AND COLLECTIBLES/DISNEY INFINITY/NEW - DISNEY INFINITY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:86:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/NEW - DISNEY INFINITY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:68:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/NEW - DISNEY INFINITY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:98:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/NEW - DISNEY INFINITY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:93:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/NEW - DISNEY INFINITY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/NEW - DISNEY INFINITY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:68:\"(TOYS
AND COLLECTIBLES/SKYLANDERS/NEW - SKYLANDERS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:76:\"TOYS
AND COLLECTIBLES/SKYLANDERS/NEW - SKYLANDERS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:58:\"TOYS
AND COLLECTIBLES/SKYLANDERS/NEW - SKYLANDERS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:88:\"TOYS
AND COLLECTIBLES/SKYLANDERS/NEW - SKYLANDERS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:83:\"TOYS
AND COLLECTIBLES/SKYLANDERS/NEW - SKYLANDERS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"TOYS
AND COLLECTIBLES/SKYLANDERS/NEW - SKYLANDERS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:68:\"(TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/NEW GUIDES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:76:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/NEW GUIDES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:58:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/NEW GUIDES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:88:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/NEW GUIDES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:83:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/NEW GUIDES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/NEW GUIDES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:27:\"(nintendo)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:35:\"nintendo/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:17:\"nintendo/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:47:\"nintendo/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"nintendo/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:23:\"nintendo/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(NINTENDO/SWITCH/NSW - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"NINTENDO/SWITCH/NSW - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"NINTENDO/SWITCH/NSW - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"NINTENDO/SWITCH/NSW - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"NINTENDO/SWITCH/NSW - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"NINTENDO/SWITCH/NSW - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(NINTENDO/SWITCH/NSW - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"NINTENDO/SWITCH/NSW - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"NINTENDO/SWITCH/NSW - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"NINTENDO/SWITCH/NSW - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"NINTENDO/SWITCH/NSW - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"NINTENDO/SWITCH/NSW - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(NINTENDO/SWITCH/NSW - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"NINTENDO/SWITCH/NSW - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"NINTENDO/SWITCH/NSW - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"NINTENDO/SWITCH/NSW - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"NINTENDO/SWITCH/NSW - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"NINTENDO/SWITCH/NSW - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:59:\"(NINTENDO/SWITCH/NSW - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:67:\"NINTENDO/SWITCH/NSW - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:49:\"NINTENDO/SWITCH/NSW - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:79:\"NINTENDO/SWITCH/NSW - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"NINTENDO/SWITCH/NSW - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"NINTENDO/SWITCH/NSW - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:65:\"(NINTENDO/SWITCH/NSW - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:73:\"NINTENDO/SWITCH/NSW - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:55:\"NINTENDO/SWITCH/NSW - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:85:\"NINTENDO/SWITCH/NSW - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:80:\"NINTENDO/SWITCH/NSW - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"NINTENDO/SWITCH/NSW - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:64:\"(NINTENDO/SWITCH/NSW - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:72:\"NINTENDO/SWITCH/NSW - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:54:\"NINTENDO/SWITCH/NSW - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:84:\"NINTENDO/SWITCH/NSW - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:79:\"NINTENDO/SWITCH/NSW - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"NINTENDO/SWITCH/NSW - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(NINTENDO/SWITCH/NSW - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"NINTENDO/SWITCH/NSW - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"NINTENDO/SWITCH/NSW - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"NINTENDO/SWITCH/NSW - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"NINTENDO/SWITCH/NSW - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"NINTENDO/SWITCH/NSW - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:36:\"(CLEARANCE/OPENBOX)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:44:\"CLEARANCE/OPENBOX/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:26:\"CLEARANCE/OPENBOX/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:56:\"CLEARANCE/OPENBOX/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"CLEARANCE/OPENBOX/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:32:\"CLEARANCE/OPENBOX/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(TOYS
AND COLLECTIBLES/FIGURES/OTHER)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"TOYS
AND COLLECTIBLES/FIGURES/OTHER/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"TOYS
AND COLLECTIBLES/FIGURES/OTHER/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"TOYS
AND COLLECTIBLES/FIGURES/OTHER/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"TOYS
AND COLLECTIBLES/FIGURES/OTHER/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"TOYS
AND COLLECTIBLES/FIGURES/OTHER/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(TOYS
AND COLLECTIBLES/PLUSH/OTHER)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"TOYS
AND COLLECTIBLES/PLUSH/OTHER/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"TOYS
AND COLLECTIBLES/PLUSH/OTHER/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"TOYS
AND COLLECTIBLES/PLUSH/OTHER/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"TOYS
AND COLLECTIBLES/PLUSH/OTHER/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"TOYS
AND COLLECTIBLES/PLUSH/OTHER/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:32:\"(APPAREL/OTHER)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:40:\"APPAREL/OTHER/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:22:\"APPAREL/OTHER/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"APPAREL/OTHER/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"APPAREL/OTHER/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:28:\"APPAREL/OTHER/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:78:\"(TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/OTHER BOARD GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:86:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/OTHER BOARD GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:68:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/OTHER BOARD GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:98:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/OTHER BOARD GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:93:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/OTHER BOARD GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/OTHER BOARD GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:21:\"(pc)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:29:\"pc/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:11:\"pc/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:41:\"pc/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:36:\"pc/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:17:\"pc/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:44:\"(PC/PC - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:52:\"PC/PC - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:34:\"PC/PC - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:64:\"PC/PC - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"PC/PC - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:40:\"PC/PC - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:38:\"(PC/PC - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:46:\"PC/PC - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:28:\"PC/PC - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:58:\"PC/PC - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"PC/PC - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:34:\"PC/PC - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/PHAT!)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/PHAT!/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/PHAT!/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/PHAT!/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/PHAT!/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/PHAT!/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:74:\"(TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/PLAYING CARDS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:82:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/PLAYING CARDS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:64:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/PLAYING CARDS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:94:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/PLAYING CARDS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:89:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/PLAYING CARDS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/PLAYING CARDS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:47:\"(RETRO/PLUG
AND PLAY CONSOLES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:55:\"RETRO/PLUG
AND PLAY CONSOLES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:37:\"RETRO/PLUG
AND PLAY CONSOLES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:67:\"RETRO/PLUG
AND PLAY CONSOLES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"RETRO/PLUG
AND PLAY CONSOLES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"RETRO/PLUG
AND PLAY CONSOLES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:46:\"(TOYS
AND COLLECTIBLES/PLUSH)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:54:\"TOYS
AND COLLECTIBLES/PLUSH/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:36:\"TOYS
AND COLLECTIBLES/PLUSH/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:66:\"TOYS
AND COLLECTIBLES/PLUSH/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"TOYS
AND COLLECTIBLES/PLUSH/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"TOYS
AND COLLECTIBLES/PLUSH/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:84:\"(TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - AMUSE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:92:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - AMUSE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:74:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - AMUSE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:104:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - AMUSE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:99:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - AMUSE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:80:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - AMUSE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:89:\"(TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - BAN PRESTO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:97:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - BAN PRESTO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:79:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - BAN PRESTO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:109:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - BAN PRESTO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:104:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - BAN PRESTO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:85:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - BAN PRESTO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:70:\"(TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:78:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:60:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:90:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:85:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY SIZE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY SIZE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY SIZE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY SIZE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY SIZE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY SIZE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:92:\"(TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - GREAT EASTERN)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:100:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - GREAT EASTERN/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:82:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - GREAT EASTERN/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:112:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - GREAT EASTERN/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:107:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - GREAT EASTERN/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:88:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - GREAT EASTERN/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:91:\"(TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - LITTLE BUDDY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:99:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - LITTLE BUDDY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:81:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - LITTLE BUDDY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:111:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - LITTLE BUDDY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:106:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - LITTLE BUDDY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:87:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - LITTLE BUDDY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:84:\"(TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - OTHER)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:92:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - OTHER/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:74:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - OTHER/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:104:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - OTHER/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:99:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - OTHER/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:80:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - OTHER/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:80:\"(TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY SIZE/PLUSH - OVERSIZED)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:88:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY SIZE/PLUSH - OVERSIZED/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:70:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY SIZE/PLUSH - OVERSIZED/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:100:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY SIZE/PLUSH - OVERSIZED/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:95:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY SIZE/PLUSH - OVERSIZED/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY SIZE/PLUSH - OVERSIZED/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:84:\"(TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - SANEI)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:92:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - SANEI/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:74:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - SANEI/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:104:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - SANEI/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:99:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - SANEI/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:80:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - SANEI/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:83:\"(TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - TOMY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:91:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - TOMY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:73:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - TOMY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:103:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - TOMY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:98:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - TOMY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:79:\"TOYS
AND COLLECTIBLES/PLUSH/PLUSH - BY MANUFACTURER/PLUSH - TOMY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(TOYS
AND COLLECTIBLES/FIGURES/POP/FUNKO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"TOYS
AND COLLECTIBLES/FIGURES/POP/FUNKO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"TOYS
AND COLLECTIBLES/FIGURES/POP/FUNKO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"TOYS
AND COLLECTIBLES/FIGURES/POP/FUNKO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"TOYS
AND COLLECTIBLES/FIGURES/POP/FUNKO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"TOYS
AND COLLECTIBLES/FIGURES/POP/FUNKO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:27:\"(prebooks)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:35:\"prebooks/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:17:\"prebooks/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:47:\"prebooks/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"prebooks/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:23:\"prebooks/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(TOYS
AND COLLECTIBLES/FIGURES/PREMIUM)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:27:\"(preorder)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:35:\"preorder/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:17:\"preorder/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:47:\"preorder/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"preorder/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:23:\"preorder/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:80:\"(TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - BANPRESTO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:88:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - BANPRESTO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:70:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - BANPRESTO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:100:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - BANPRESTO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:95:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - BANPRESTO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - BANPRESTO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:75:\"(TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - SEGA)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:83:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - SEGA/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:65:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - SEGA/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:95:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - SEGA/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:90:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - SEGA/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - SEGA/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:76:\"(TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - TAITO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:84:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - TAITO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:66:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - TAITO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:96:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - TAITO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:91:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - TAITO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/PRIZE - TAITO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"TOYS
AND COLLECTIBLES/FIGURES/PRIZE FIGURES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:26:\"(promo-1)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:34:\"promo-1/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:16:\"promo-1/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:46:\"promo-1/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"promo-1/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:22:\"promo-1/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:26:\"(promo-2)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:34:\"promo-2/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:16:\"promo-2/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:46:\"promo-2/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"promo-2/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:22:\"promo-2/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:26:\"(promo-3)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:34:\"promo-3/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:16:\"promo-3/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:46:\"promo-3/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"promo-3/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:22:\"promo-3/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:27:\"(SONY/PS1)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:35:\"SONY/PS1/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:17:\"SONY/PS1/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:47:\"SONY/PS1/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"SONY/PS1/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:23:\"SONY/PS1/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(SONY/PS1/PS1 - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"SONY/PS1/PS1 - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"SONY/PS1/PS1 - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"SONY/PS1/PS1 - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"SONY/PS1/PS1 - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"SONY/PS1/PS1 - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(SONY/PS1/PS1 - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"SONY/PS1/PS1 - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"SONY/PS1/PS1 - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"SONY/PS1/PS1 - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"SONY/PS1/PS1 - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"SONY/PS1/PS1 - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:47:\"(SONY/PS1/PS1 - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:55:\"SONY/PS1/PS1 - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:37:\"SONY/PS1/PS1 - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:67:\"SONY/PS1/PS1 - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"SONY/PS1/PS1 - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"SONY/PS1/PS1 - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(SONY/PS1/PS1 - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"SONY/PS1/PS1 - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"SONY/PS1/PS1 - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"SONY/PS1/PS1 - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"SONY/PS1/PS1 - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SONY/PS1/PS1 - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:46:\"(SONY/PS1/PS1 - USED - CASES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:54:\"SONY/PS1/PS1 - USED - CASES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:36:\"SONY/PS1/PS1 - USED - CASES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:66:\"SONY/PS1/PS1 - USED - CASES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"SONY/PS1/PS1 - USED - CASES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"SONY/PS1/PS1 - USED - CASES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(SONY/PS1/PS1 - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"SONY/PS1/PS1 - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"SONY/PS1/PS1 - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"SONY/PS1/PS1 - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"SONY/PS1/PS1 - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"SONY/PS1/PS1 - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(SONY/PS1/PS1 - USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"SONY/PS1/PS1 - USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"SONY/PS1/PS1 - USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"SONY/PS1/PS1 - USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"SONY/PS1/PS1 - USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SONY/PS1/PS1 - USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SONY/PS1/PS1 - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SONY/PS1/PS1 - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SONY/PS1/PS1 - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SONY/PS1/PS1 - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SONY/PS1/PS1 - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SONY/PS1/PS1 - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SONY/PS1/PS1 - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SONY/PS1/PS1 - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SONY/PS1/PS1 - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SONY/PS1/PS1 - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SONY/PS1/PS1 - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SONY/PS1/PS1 - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:27:\"(SONY/PS2)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:35:\"SONY/PS2/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:17:\"SONY/PS2/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:47:\"SONY/PS2/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"SONY/PS2/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:23:\"SONY/PS2/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(SONY/PS2/PS2 - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"SONY/PS2/PS2 - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"SONY/PS2/PS2 - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"SONY/PS2/PS2 - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"SONY/PS2/PS2 - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"SONY/PS2/PS2 - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(SONY/PS2/PS2 - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"SONY/PS2/PS2 - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"SONY/PS2/PS2 - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"SONY/PS2/PS2 - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"SONY/PS2/PS2 - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"SONY/PS2/PS2 - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:47:\"(SONY/PS2/PS2 - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:55:\"SONY/PS2/PS2 - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:37:\"SONY/PS2/PS2 - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:67:\"SONY/PS2/PS2 - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"SONY/PS2/PS2 - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"SONY/PS2/PS2 - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(SONY/PS2/PS2 - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"SONY/PS2/PS2 - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"SONY/PS2/PS2 - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"SONY/PS2/PS2 - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"SONY/PS2/PS2 - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SONY/PS2/PS2 - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:46:\"(SONY/PS2/PS2 - USED - CASES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:54:\"SONY/PS2/PS2 - USED - CASES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:36:\"SONY/PS2/PS2 - USED - CASES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:66:\"SONY/PS2/PS2 - USED - CASES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"SONY/PS2/PS2 - USED - CASES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"SONY/PS2/PS2 - USED - CASES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(SONY/PS2/PS2 - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"SONY/PS2/PS2 - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"SONY/PS2/PS2 - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"SONY/PS2/PS2 - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"SONY/PS2/PS2 - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"SONY/PS2/PS2 - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(SONY/PS2/PS2 - USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"SONY/PS2/PS2 - USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"SONY/PS2/PS2 - USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"SONY/PS2/PS2 - USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"SONY/PS2/PS2 - USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SONY/PS2/PS2 - USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SONY/PS2/PS2 - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SONY/PS2/PS2 - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SONY/PS2/PS2 - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SONY/PS2/PS2 - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SONY/PS2/PS2 - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SONY/PS2/PS2 - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SONY/PS2/PS2 - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SONY/PS2/PS2 - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SONY/PS2/PS2 - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SONY/PS2/PS2 - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SONY/PS2/PS2 - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SONY/PS2/PS2 - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:27:\"(SONY/PS3)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:35:\"SONY/PS3/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:17:\"SONY/PS3/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:47:\"SONY/PS3/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"SONY/PS3/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:23:\"SONY/PS3/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(SONY/PS3/PS3 - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"SONY/PS3/PS3 - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"SONY/PS3/PS3 - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"SONY/PS3/PS3 - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"SONY/PS3/PS3 - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"SONY/PS3/PS3 - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:47:\"(SONY/PS3/PS3 - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:55:\"SONY/PS3/PS3 - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:37:\"SONY/PS3/PS3 - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:67:\"SONY/PS3/PS3 - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"SONY/PS3/PS3 - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"SONY/PS3/PS3 - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:50:\"(SONY/PS3/PS3 - NEW -ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:58:\"SONY/PS3/PS3 - NEW -ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:40:\"SONY/PS3/PS3 - NEW -ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:70:\"SONY/PS3/PS3 - NEW -ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"SONY/PS3/PS3 - NEW -ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"SONY/PS3/PS3 - NEW -ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(SONY/PS3/PS3 - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"SONY/PS3/PS3 - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"SONY/PS3/PS3 - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"SONY/PS3/PS3 - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"SONY/PS3/PS3 - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SONY/PS3/PS3 - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(SONY/PS3/PS3 - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"SONY/PS3/PS3 - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"SONY/PS3/PS3 - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"SONY/PS3/PS3 - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"SONY/PS3/PS3 - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"SONY/PS3/PS3 - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(SONY/PS3/PS3 - USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"SONY/PS3/PS3 - USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"SONY/PS3/PS3 - USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"SONY/PS3/PS3 - USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"SONY/PS3/PS3 - USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SONY/PS3/PS3 - USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SONY/PS3/PS3 - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SONY/PS3/PS3 - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SONY/PS3/PS3 - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SONY/PS3/PS3 - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SONY/PS3/PS3 - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SONY/PS3/PS3 - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SONY/PS3/PS3 - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SONY/PS3/PS3 - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SONY/PS3/PS3 - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SONY/PS3/PS3 - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SONY/PS3/PS3 - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SONY/PS3/PS3 - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:27:\"(SONY/PS4)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:35:\"SONY/PS4/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:17:\"SONY/PS4/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:47:\"SONY/PS4/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"SONY/PS4/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:23:\"SONY/PS4/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(SONY/PS4/PS4 - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"SONY/PS4/PS4 - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"SONY/PS4/PS4 - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"SONY/PS4/PS4 - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"SONY/PS4/PS4 - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"SONY/PS4/PS4 - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:47:\"(SONY/PS4/PS4 - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:55:\"SONY/PS4/PS4 - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:37:\"SONY/PS4/PS4 - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:67:\"SONY/PS4/PS4 - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"SONY/PS4/PS4 - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"SONY/PS4/PS4 - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:50:\"(SONY/PS4/PS4 - NEW -ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:58:\"SONY/PS4/PS4 - NEW -ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:40:\"SONY/PS4/PS4 - NEW -ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:70:\"SONY/PS4/PS4 - NEW -ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"SONY/PS4/PS4 - NEW -ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"SONY/PS4/PS4 - NEW -ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(SONY/PS4/PS4 - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"SONY/PS4/PS4 - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"SONY/PS4/PS4 - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"SONY/PS4/PS4 - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"SONY/PS4/PS4 - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SONY/PS4/PS4 - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(SONY/PS4/PS4 - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"SONY/PS4/PS4 - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"SONY/PS4/PS4 - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"SONY/PS4/PS4 - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"SONY/PS4/PS4 - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"SONY/PS4/PS4 - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(SONY/PS4/PS4 - USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"SONY/PS4/PS4 - USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"SONY/PS4/PS4 - USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"SONY/PS4/PS4 - USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"SONY/PS4/PS4 - USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SONY/PS4/PS4 - USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SONY/PS4/PS4 - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SONY/PS4/PS4 - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SONY/PS4/PS4 - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SONY/PS4/PS4 - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SONY/PS4/PS4 - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SONY/PS4/PS4 - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:27:\"(SONY/PS5)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:35:\"SONY/PS5/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:17:\"SONY/PS5/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:47:\"SONY/PS5/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"SONY/PS5/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:23:\"SONY/PS5/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(SONY/PS5/PS5 - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"SONY/PS5/PS5 - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"SONY/PS5/PS5 - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"SONY/PS5/PS5 - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"SONY/PS5/PS5 - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"SONY/PS5/PS5 - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(SONY/PS5/PS5 - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"SONY/PS5/PS5 - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"SONY/PS5/PS5 - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"SONY/PS5/PS5 - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"SONY/PS5/PS5 - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"SONY/PS5/PS5 - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:47:\"(SONY/PS5/PS5 - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:55:\"SONY/PS5/PS5 - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:37:\"SONY/PS5/PS5 - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:67:\"SONY/PS5/PS5 - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"SONY/PS5/PS5 - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"SONY/PS5/PS5 - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(SONY/PS5/PS5 - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"SONY/PS5/PS5 - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"SONY/PS5/PS5 - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"SONY/PS5/PS5 - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"SONY/PS5/PS5 - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SONY/PS5/PS5 - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(SONY/PS5/PS5 - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"SONY/PS5/PS5 - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"SONY/PS5/PS5 - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"SONY/PS5/PS5 - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"SONY/PS5/PS5 - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"SONY/PS5/PS5 - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(SONY/PS5/PS5 - USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"SONY/PS5/PS5 - USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"SONY/PS5/PS5 - USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"SONY/PS5/PS5 - USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"SONY/PS5/PS5 - USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SONY/PS5/PS5 - USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SONY/PS5/PS5 - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SONY/PS5/PS5 - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SONY/PS5/PS5 - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SONY/PS5/PS5 - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SONY/PS5/PS5 - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SONY/PS5/PS5 - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:27:\"(SONY/PSP)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:35:\"SONY/PSP/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:17:\"SONY/PSP/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:47:\"SONY/PSP/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"SONY/PSP/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:23:\"SONY/PSP/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(SONY/PSP/PSP - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"SONY/PSP/PSP - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"SONY/PSP/PSP - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"SONY/PSP/PSP - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"SONY/PSP/PSP - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"SONY/PSP/PSP - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(SONY/PSP/PSP - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"SONY/PSP/PSP - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"SONY/PSP/PSP - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"SONY/PSP/PSP - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"SONY/PSP/PSP - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"SONY/PSP/PSP - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:47:\"(SONY/PSP/PSP - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:55:\"SONY/PSP/PSP - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:37:\"SONY/PSP/PSP - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:67:\"SONY/PSP/PSP - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"SONY/PSP/PSP - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"SONY/PSP/PSP - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(SONY/PSP/PSP - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"SONY/PSP/PSP - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"SONY/PSP/PSP - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"SONY/PSP/PSP - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"SONY/PSP/PSP - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SONY/PSP/PSP - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:46:\"(SONY/PSP/PSP - USED - CASES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:54:\"SONY/PSP/PSP - USED - CASES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:36:\"SONY/PSP/PSP - USED - CASES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:66:\"SONY/PSP/PSP - USED - CASES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"SONY/PSP/PSP - USED - CASES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"SONY/PSP/PSP - USED - CASES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(SONY/PSP/PSP - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"SONY/PSP/PSP - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"SONY/PSP/PSP - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"SONY/PSP/PSP - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"SONY/PSP/PSP - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"SONY/PSP/PSP - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(SONY/PSP/PSP - USED - GAMES - UMD ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"SONY/PSP/PSP - USED - GAMES - UMD ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"SONY/PSP/PSP - USED - GAMES - UMD ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"SONY/PSP/PSP - USED - GAMES - UMD ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"SONY/PSP/PSP - USED - GAMES - UMD ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"SONY/PSP/PSP - USED - GAMES - UMD ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SONY/PSP/PSP - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SONY/PSP/PSP - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SONY/PSP/PSP - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SONY/PSP/PSP - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SONY/PSP/PSP - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SONY/PSP/PSP - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SONY/PSP/PSP - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SONY/PSP/PSP - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SONY/PSP/PSP - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SONY/PSP/PSP - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SONY/PSP/PSP - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SONY/PSP/PSP - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(SONY/VITA/PSV - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"SONY/VITA/PSV - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"SONY/VITA/PSV - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"SONY/VITA/PSV - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"SONY/VITA/PSV - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"SONY/VITA/PSV - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:46:\"(SONY/VITA/PSV - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:54:\"SONY/VITA/PSV - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:36:\"SONY/VITA/PSV - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:66:\"SONY/VITA/PSV - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"SONY/VITA/PSV - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"SONY/VITA/PSV - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SONY/VITA/PSV - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SONY/VITA/PSV - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SONY/VITA/PSV - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SONY/VITA/PSV - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SONY/VITA/PSV - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SONY/VITA/PSV - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:53:\"(SONY/VITA/PSV - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:61:\"SONY/VITA/PSV - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:43:\"SONY/VITA/PSV - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:73:\"SONY/VITA/PSV - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"SONY/VITA/PSV - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"SONY/VITA/PSV - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:59:\"(SONY/VITA/PSV - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:67:\"SONY/VITA/PSV - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:49:\"SONY/VITA/PSV - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:79:\"SONY/VITA/PSV - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"SONY/VITA/PSV - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"SONY/VITA/PSV - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(SONY/VITA/PSV - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"SONY/VITA/PSV - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"SONY/VITA/PSV - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"SONY/VITA/PSV - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"SONY/VITA/PSV - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SONY/VITA/PSV - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:49:\"(SONY/VITA/PSV - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:57:\"SONY/VITA/PSV - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:39:\"SONY/VITA/PSV - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:69:\"SONY/VITA/PSV - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"SONY/VITA/PSV - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"SONY/VITA/PSV - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(TOYS
AND COLLECTIBLES/PUZZLES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"TOYS
AND COLLECTIBLES/PUZZLES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"TOYS
AND COLLECTIBLES/PUZZLES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"TOYS
AND COLLECTIBLES/PUZZLES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"TOYS
AND COLLECTIBLES/PUZZLES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"TOYS
AND COLLECTIBLES/PUZZLES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:68:\"(TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/PUZZLES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:76:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/PUZZLES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:58:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/PUZZLES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:88:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/PUZZLES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:83:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/PUZZLES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/PUZZLES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:24:\"(retro)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:32:\"retro/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:14:\"retro/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:44:\"retro/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:39:\"retro/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:20:\"retro/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(TOYS
AND COLLECTIBLES/PLUSH/SANEI)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"TOYS
AND COLLECTIBLES/PLUSH/SANEI/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"TOYS
AND COLLECTIBLES/PLUSH/SANEI/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"TOYS
AND COLLECTIBLES/PLUSH/SANEI/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"TOYS
AND COLLECTIBLES/PLUSH/SANEI/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"TOYS
AND COLLECTIBLES/PLUSH/SANEI/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(SEGA/SATURN/SAT - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"SEGA/SATURN/SAT - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"SEGA/SATURN/SAT - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"SEGA/SATURN/SAT - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"SEGA/SATURN/SAT - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"SEGA/SATURN/SAT - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SEGA/SATURN/SAT - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SEGA/SATURN/SAT - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SEGA/SATURN/SAT - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SEGA/SATURN/SAT - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SEGA/SATURN/SAT - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SEGA/SATURN/SAT - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(SEGA/SATURN/SAT - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"SEGA/SATURN/SAT - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"SEGA/SATURN/SAT - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"SEGA/SATURN/SAT - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"SEGA/SATURN/SAT - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"SEGA/SATURN/SAT - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:60:\"(SEGA/SATURN/SAT - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:68:\"SEGA/SATURN/SAT - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:50:\"SEGA/SATURN/SAT - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:80:\"SEGA/SATURN/SAT - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"SEGA/SATURN/SAT - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"SEGA/SATURN/SAT - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(SEGA/SATURN/SAT - USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"SEGA/SATURN/SAT - USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"SEGA/SATURN/SAT - USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"SEGA/SATURN/SAT - USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"SEGA/SATURN/SAT - USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"SEGA/SATURN/SAT - USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(SEGA/SATURN/SAT - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"SEGA/SATURN/SAT - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"SEGA/SATURN/SAT - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"SEGA/SATURN/SAT - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"SEGA/SATURN/SAT - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"SEGA/SATURN/SAT - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(SEGA/SATURN/SAT - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"SEGA/SATURN/SAT - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"SEGA/SATURN/SAT - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"SEGA/SATURN/SAT - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"SEGA/SATURN/SAT - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"SEGA/SATURN/SAT - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:30:\"(SEGA/SATURN)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:38:\"SEGA/SATURN/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:20:\"SEGA/SATURN/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:50:\"SEGA/SATURN/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"SEGA/SATURN/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:26:\"SEGA/SATURN/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:27:\"(SEGA/SCD)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:35:\"SEGA/SCD/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:17:\"SEGA/SCD/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:47:\"SEGA/SCD/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:42:\"SEGA/SCD/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:23:\"SEGA/SCD/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(SEGA/SCD/SCD - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"SEGA/SCD/SCD - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"SEGA/SCD/SCD - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"SEGA/SCD/SCD - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"SEGA/SCD/SCD - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"SEGA/SCD/SCD - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(SEGA/SCD/SCD - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"SEGA/SCD/SCD - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"SEGA/SCD/SCD - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"SEGA/SCD/SCD - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"SEGA/SCD/SCD - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"SEGA/SCD/SCD - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(SEGA/SCD/SCD - USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"SEGA/SCD/SCD - USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"SEGA/SCD/SCD - USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"SEGA/SCD/SCD - USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"SEGA/SCD/SCD - USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SEGA/SCD/SCD - USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SEGA/SCD/SCD - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SEGA/SCD/SCD - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SEGA/SCD/SCD - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SEGA/SCD/SCD - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SEGA/SCD/SCD - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SEGA/SCD/SCD - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(SEGA/SCD/SCD - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"SEGA/SCD/SCD - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"SEGA/SCD/SCD - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"SEGA/SCD/SCD - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"SEGA/SCD/SCD - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"SEGA/SCD/SCD - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:23:\"(sega)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:31:\"sega/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:13:\"sega/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:43:\"sega/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:38:\"sega/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:19:\"sega/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(TOYS
AND COLLECTIBLES/SKYLANDERS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"TOYS
AND COLLECTIBLES/SKYLANDERS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"TOYS
AND COLLECTIBLES/SKYLANDERS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"TOYS
AND COLLECTIBLES/SKYLANDERS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"TOYS
AND COLLECTIBLES/SKYLANDERS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"TOYS
AND COLLECTIBLES/SKYLANDERS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(SEGA/MASTER/SMS - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"SEGA/MASTER/SMS - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"SEGA/MASTER/SMS - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"SEGA/MASTER/SMS - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"SEGA/MASTER/SMS - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"SEGA/MASTER/SMS - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(SEGA/MASTER/SMS - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"SEGA/MASTER/SMS - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"SEGA/MASTER/SMS - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"SEGA/MASTER/SMS - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"SEGA/MASTER/SMS - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"SEGA/MASTER/SMS - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(SEGA/MASTER/SMS - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"SEGA/MASTER/SMS - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"SEGA/MASTER/SMS - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"SEGA/MASTER/SMS - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"SEGA/MASTER/SMS - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"SEGA/MASTER/SMS - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:60:\"(SEGA/MASTER/SMS - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:68:\"SEGA/MASTER/SMS - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:50:\"SEGA/MASTER/SMS - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:80:\"SEGA/MASTER/SMS - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"SEGA/MASTER/SMS - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"SEGA/MASTER/SMS - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(SEGA/MASTER/SMS - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"SEGA/MASTER/SMS - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"SEGA/MASTER/SMS - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"SEGA/MASTER/SMS - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"SEGA/MASTER/SMS - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"SEGA/MASTER/SMS - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(SEGA/MASTER/SMS - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"SEGA/MASTER/SMS - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"SEGA/MASTER/SMS - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"SEGA/MASTER/SMS - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"SEGA/MASTER/SMS - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"SEGA/MASTER/SMS - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:32:\"(NINTENDO/SNES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:40:\"NINTENDO/SNES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:22:\"NINTENDO/SNES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"NINTENDO/SNES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"NINTENDO/SNES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:28:\"NINTENDO/SNES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(NINTENDO/SNES/SNES - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"NINTENDO/SNES/SNES - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"NINTENDO/SNES/SNES - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"NINTENDO/SNES/SNES - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"NINTENDO/SNES/SNES - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"NINTENDO/SNES/SNES - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(NINTENDO/SNES/SNES - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"NINTENDO/SNES/SNES - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"NINTENDO/SNES/SNES - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"NINTENDO/SNES/SNES - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"NINTENDO/SNES/SNES - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"NINTENDO/SNES/SNES - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:53:\"(NINTENDO/SNES/SNES - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:61:\"NINTENDO/SNES/SNES - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:43:\"NINTENDO/SNES/SNES - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:73:\"NINTENDO/SNES/SNES - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"NINTENDO/SNES/SNES - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"NINTENDO/SNES/SNES - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(NINTENDO/SNES/SNES - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"NINTENDO/SNES/SNES - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"NINTENDO/SNES/SNES - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"NINTENDO/SNES/SNES - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"NINTENDO/SNES/SNES - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"NINTENDO/SNES/SNES - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:64:\"(NINTENDO/SNES/SNES - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:72:\"NINTENDO/SNES/SNES - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:54:\"NINTENDO/SNES/SNES - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:84:\"NINTENDO/SNES/SNES - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:79:\"NINTENDO/SNES/SNES - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"NINTENDO/SNES/SNES - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:63:\"(NINTENDO/SNES/SNES - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:71:\"NINTENDO/SNES/SNES - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:53:\"NINTENDO/SNES/SNES - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:83:\"NINTENDO/SNES/SNES - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:78:\"NINTENDO/SNES/SNES - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"NINTENDO/SNES/SNES - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(NINTENDO/SNES/SNES - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"NINTENDO/SNES/SNES - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"NINTENDO/SNES/SNES - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"NINTENDO/SNES/SNES - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"NINTENDO/SNES/SNES - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"NINTENDO/SNES/SNES - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(NINTENDO/SNES/SNES - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"NINTENDO/SNES/SNES - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"NINTENDO/SNES/SNES - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"NINTENDO/SNES/SNES - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"NINTENDO/SNES/SNES - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"NINTENDO/SNES/SNES - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:23:\"(sony)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:31:\"sony/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:13:\"sony/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:43:\"sony/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:38:\"sony/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:19:\"sony/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:44:\"(SRG/SPECIAL RESERVE GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:52:\"SRG/SPECIAL RESERVE GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:34:\"SRG/SPECIAL RESERVE GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:64:\"SRG/SPECIAL RESERVE GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"SRG/SPECIAL RESERVE GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:40:\"SRG/SPECIAL RESERVE GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:48:\"(LRG/SRG/SPECIAL RESERVE GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:56:\"LRG/SRG/SPECIAL RESERVE GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:38:\"LRG/SRG/SPECIAL RESERVE GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:68:\"LRG/SRG/SPECIAL RESERVE GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:63:\"LRG/SRG/SPECIAL RESERVE GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"LRG/SRG/SPECIAL RESERVE GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:68:\"(TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/SQUARE ENIX)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:76:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/SQUARE ENIX/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:58:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/SQUARE ENIX/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:88:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/SQUARE ENIX/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:83:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/SQUARE ENIX/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"TOYS
AND COLLECTIBLES/FIGURES/PREMIUM/SQUARE ENIX/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:22:\"(srg)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:30:\"srg/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:12:\"srg/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:42:\"srg/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:37:\"srg/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:18:\"srg/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(STORE SUPPLIES/SS - BATTERIES/REPAIR PARTS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"STORE SUPPLIES/SS - BATTERIES/REPAIR PARTS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"STORE SUPPLIES/SS - BATTERIES/REPAIR PARTS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"STORE SUPPLIES/SS - BATTERIES/REPAIR PARTS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"STORE SUPPLIES/SS - BATTERIES/REPAIR PARTS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"STORE SUPPLIES/SS - BATTERIES/REPAIR PARTS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:50:\"(STORE SUPPLIES/SS - BLANK CASES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:58:\"STORE SUPPLIES/SS - BLANK CASES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:40:\"STORE SUPPLIES/SS - BLANK CASES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:70:\"STORE SUPPLIES/SS - BLANK CASES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"STORE SUPPLIES/SS - BLANK CASES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"STORE SUPPLIES/SS - BLANK CASES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(STORE SUPPLIES/SS - CART PROTECTORS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"STORE SUPPLIES/SS - CART PROTECTORS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"STORE SUPPLIES/SS - CART PROTECTORS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"STORE SUPPLIES/SS - CART PROTECTORS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"STORE SUPPLIES/SS - CART PROTECTORS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"STORE SUPPLIES/SS - CART PROTECTORS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:59:\"(STORE SUPPLIES/DISC REPAIR/SS - MACHINES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:67:\"STORE SUPPLIES/DISC REPAIR/SS - MACHINES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:49:\"STORE SUPPLIES/DISC REPAIR/SS - MACHINES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:79:\"STORE SUPPLIES/DISC REPAIR/SS - MACHINES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"STORE SUPPLIES/DISC REPAIR/SS - MACHINES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"STORE SUPPLIES/DISC REPAIR/SS - MACHINES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:59:\"(STORE SUPPLIES/DISC REPAIR/SS - SUPPLIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:67:\"STORE SUPPLIES/DISC REPAIR/SS - SUPPLIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:49:\"STORE SUPPLIES/DISC REPAIR/SS - SUPPLIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:79:\"STORE SUPPLIES/DISC REPAIR/SS - SUPPLIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"STORE SUPPLIES/DISC REPAIR/SS - SUPPLIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"STORE SUPPLIES/DISC REPAIR/SS - SUPPLIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(HOME
AND OFFICE/STATIONARY / WRITING)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"HOME
AND OFFICE/STATIONARY / WRITING/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"HOME
AND OFFICE/STATIONARY / WRITING/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"HOME
AND OFFICE/STATIONARY / WRITING/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"HOME
AND OFFICE/STATIONARY / WRITING/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"HOME
AND OFFICE/STATIONARY / WRITING/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:33:\"(store-supplies)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:41:\"store-supplies/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:23:\"store-supplies/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:53:\"store-supplies/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"store-supplies/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:29:\"store-supplies/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:39:\"(DISC REPAIR/SUPPLIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"DISC REPAIR/SUPPLIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"DISC REPAIR/SUPPLIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"DISC REPAIR/SUPPLIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"DISC REPAIR/SUPPLIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"DISC REPAIR/SUPPLIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(STORE SUPPLIES/DISC REPAIR/SUPPLIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"STORE SUPPLIES/DISC REPAIR/SUPPLIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"STORE SUPPLIES/DISC REPAIR/SUPPLIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"STORE SUPPLIES/DISC REPAIR/SUPPLIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"STORE SUPPLIES/DISC REPAIR/SUPPLIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"STORE SUPPLIES/DISC REPAIR/SUPPLIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:34:\"(NINTENDO/SWITCH)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:42:\"NINTENDO/SWITCH/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:24:\"NINTENDO/SWITCH/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:54:\"NINTENDO/SWITCH/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"NINTENDO/SWITCH/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:30:\"NINTENDO/SWITCH/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:41:\"(MICROSOFT/XBOX/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:49:\"MICROSOFT/XBOX/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:31:\"MICROSOFT/XBOX/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:61:\"MICROSOFT/XBOX/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"MICROSOFT/XBOX/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:37:\"MICROSOFT/XBOX/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:44:\"(NINTENDO/GAMECUBE/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:52:\"NINTENDO/GAMECUBE/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:34:\"NINTENDO/GAMECUBE/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:64:\"NINTENDO/GAMECUBE/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"NINTENDO/GAMECUBE/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:40:\"NINTENDO/GAMECUBE/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:35:\"(SONY/PS2/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:43:\"SONY/PS2/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"SONY/PS2/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:55:\"SONY/PS2/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"SONY/PS2/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"SONY/PS2/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:40:\"(NINTENDO/WIIU/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:48:\"NINTENDO/WIIU/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:30:\"NINTENDO/WIIU/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:60:\"NINTENDO/WIIU/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"NINTENDO/WIIU/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:36:\"NINTENDO/WIIU/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:35:\"(SONY/PS3/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:43:\"SONY/PS3/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"SONY/PS3/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:55:\"SONY/PS3/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"SONY/PS3/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"SONY/PS3/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(MICROSOFT/XBOX 360/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"MICROSOFT/XBOX 360/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"MICROSOFT/XBOX 360/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"MICROSOFT/XBOX 360/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"MICROSOFT/XBOX 360/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"MICROSOFT/XBOX 360/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:40:\"(NINTENDO/SNES/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:48:\"NINTENDO/SNES/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:30:\"NINTENDO/SNES/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:60:\"NINTENDO/SNES/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"NINTENDO/SNES/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:36:\"NINTENDO/SNES/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:47:\"(NINTENDO/2DS
AND 3DS/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:55:\"NINTENDO/2DS
AND 3DS/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:37:\"NINTENDO/2DS
AND 3DS/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:67:\"NINTENDO/2DS
AND 3DS/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"NINTENDO/2DS
AND 3DS/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"NINTENDO/2DS
AND 3DS/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:39:\"(NINTENDO/NES/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"NINTENDO/NES/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"NINTENDO/NES/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"NINTENDO/NES/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"NINTENDO/NES/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"NINTENDO/NES/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:41:\"(SEGA/GAME GEAR/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:49:\"SEGA/GAME GEAR/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:31:\"SEGA/GAME GEAR/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:61:\"SEGA/GAME GEAR/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"SEGA/GAME GEAR/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:37:\"SEGA/GAME GEAR/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:39:\"(NINTENDO/N64/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"NINTENDO/N64/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"NINTENDO/N64/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"NINTENDO/N64/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"NINTENDO/N64/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"NINTENDO/N64/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:38:\"(NINTENDO/DS/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:46:\"NINTENDO/DS/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:28:\"NINTENDO/DS/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:58:\"NINTENDO/DS/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"NINTENDO/DS/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:34:\"NINTENDO/DS/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:35:\"(SONY/PS4/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:43:\"SONY/PS4/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"SONY/PS4/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:55:\"SONY/PS4/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"SONY/PS4/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"SONY/PS4/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:35:\"(SONY/PS1/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:43:\"SONY/PS1/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"SONY/PS1/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:55:\"SONY/PS1/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"SONY/PS1/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"SONY/PS1/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:38:\"(SEGA/MASTER/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:46:\"SEGA/MASTER/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:28:\"SEGA/MASTER/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:58:\"SEGA/MASTER/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"SEGA/MASTER/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:34:\"SEGA/MASTER/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:35:\"(SONY/PSP/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:43:\"SONY/PSP/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"SONY/PSP/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:55:\"SONY/PSP/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"SONY/PSP/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"SONY/PSP/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:42:\"(NINTENDO/SWITCH/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:50:\"NINTENDO/SWITCH/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:32:\"NINTENDO/SWITCH/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:62:\"NINTENDO/SWITCH/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"NINTENDO/SWITCH/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:38:\"NINTENDO/SWITCH/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:39:\"(SEGA/GENESIS/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"SEGA/GENESIS/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"SEGA/GENESIS/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"SEGA/GENESIS/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"SEGA/GENESIS/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"SEGA/GENESIS/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:45:\"(MICROSOFT/XBOX ONE/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:53:\"MICROSOFT/XBOX ONE/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:35:\"MICROSOFT/XBOX ONE/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:65:\"MICROSOFT/XBOX ONE/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"MICROSOFT/XBOX ONE/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"MICROSOFT/XBOX ONE/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:39:\"(NINTENDO/WII/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"NINTENDO/WII/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"NINTENDO/WII/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"NINTENDO/WII/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"NINTENDO/WII/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"NINTENDO/WII/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:36:\"(SONY/VITA/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:44:\"SONY/VITA/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:26:\"SONY/VITA/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:56:\"SONY/VITA/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"SONY/VITA/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:32:\"SONY/VITA/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:41:\"(SEGA/DREAMCAST/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:49:\"SEGA/DREAMCAST/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:31:\"SEGA/DREAMCAST/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:61:\"SEGA/DREAMCAST/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"SEGA/DREAMCAST/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:37:\"SEGA/DREAMCAST/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"(NINTENDO/GAMEBOY/SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:51:\"NINTENDO/GAMEBOY/SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:33:\"NINTENDO/GAMEBOY/SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:63:\"NINTENDO/GAMEBOY/SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"NINTENDO/GAMEBOY/SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:39:\"NINTENDO/GAMEBOY/SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:29:\"(RETRO/TG16)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:37:\"RETRO/TG16/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:19:\"RETRO/TG16/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:49:\"RETRO/TG16/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:44:\"RETRO/TG16/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:25:\"RETRO/TG16/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(RETRO/TG16/TG16 - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"RETRO/TG16/TG16 - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"RETRO/TG16/TG16 - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"RETRO/TG16/TG16 - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"RETRO/TG16/TG16 - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"RETRO/TG16/TG16 - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:50:\"(RETRO/TG16/TG16 - NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:58:\"RETRO/TG16/TG16 - NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:40:\"RETRO/TG16/TG16 - NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:70:\"RETRO/TG16/TG16 - NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"RETRO/TG16/TG16 - NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"RETRO/TG16/TG16 - NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(RETRO/TG16/TG16 - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"RETRO/TG16/TG16 - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"RETRO/TG16/TG16 - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"RETRO/TG16/TG16 - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"RETRO/TG16/TG16 - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"RETRO/TG16/TG16 - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(RETRO/TG16/TG16 - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"RETRO/TG16/TG16 - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"RETRO/TG16/TG16 - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"RETRO/TG16/TG16 - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"RETRO/TG16/TG16 - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"RETRO/TG16/TG16 - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:60:\"(RETRO/TG16/TG16 - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:68:\"RETRO/TG16/TG16 - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:50:\"RETRO/TG16/TG16 - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:80:\"RETRO/TG16/TG16 - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"RETRO/TG16/TG16 - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"RETRO/TG16/TG16 - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(RETRO/TG16/TG16 - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"RETRO/TG16/TG16 - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"RETRO/TG16/TG16 - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"RETRO/TG16/TG16 - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"RETRO/TG16/TG16 - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"RETRO/TG16/TG16 - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(HOME
AND OFFICE/ART
AND PRINTS/THEME)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"HOME
AND OFFICE/ART
AND PRINTS/THEME/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:49:\"(PREBOOKS/TOYS
AND COLLECTIBLES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:57:\"PREBOOKS/TOYS
AND COLLECTIBLES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:39:\"PREBOOKS/TOYS
AND COLLECTIBLES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:69:\"PREBOOKS/TOYS
AND COLLECTIBLES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"PREBOOKS/TOYS
AND COLLECTIBLES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"PREBOOKS/TOYS
AND COLLECTIBLES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:40:\"(toys-and-collectibles)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:48:\"toys-and-collectibles/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:30:\"toys-and-collectibles/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:60:\"toys-and-collectibles/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"toys-and-collectibles/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:36:\"toys-and-collectibles/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:73:\"(TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/TRADING CARD)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:81:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/TRADING CARD/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:63:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/TRADING CARD/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:93:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/TRADING CARD/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:88:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/TRADING CARD/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/TRADING CARD/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(HOME
AND OFFICE/ART
AND PRINTS/TYPE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"HOME
AND OFFICE/ART
AND PRINTS/TYPE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:40:\"uncategorized/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:22:\"uncategorized/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"uncategorized/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"uncategorized/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:28:\"uncategorized/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:33:\"(CLEARANCE/USED)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:41:\"CLEARANCE/USED/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:23:\"CLEARANCE/USED/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:53:\"CLEARANCE/USED/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"CLEARANCE/USED/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:29:\"CLEARANCE/USED/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(TOYS
AND COLLECTIBLES/AMIIBO/USED - AMIIBO)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"TOYS
AND COLLECTIBLES/AMIIBO/USED - AMIIBO/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"TOYS
AND COLLECTIBLES/AMIIBO/USED - AMIIBO/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"TOYS
AND COLLECTIBLES/AMIIBO/USED - AMIIBO/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"TOYS
AND COLLECTIBLES/AMIIBO/USED - AMIIBO/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"TOYS
AND COLLECTIBLES/AMIIBO/USED - AMIIBO/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:79:\"(TOYS
AND COLLECTIBLES/DISNEY INFINITY/USED - DISNEY INFINITY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:87:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/USED - DISNEY INFINITY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:69:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/USED - DISNEY INFINITY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:99:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/USED - DISNEY INFINITY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:94:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/USED - DISNEY INFINITY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"TOYS
AND COLLECTIBLES/DISNEY INFINITY/USED - DISNEY INFINITY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:69:\"(TOYS
AND COLLECTIBLES/SKYLANDERS/USED - SKYLANDERS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:77:\"TOYS
AND COLLECTIBLES/SKYLANDERS/USED - SKYLANDERS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:59:\"TOYS
AND COLLECTIBLES/SKYLANDERS/USED - SKYLANDERS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:89:\"TOYS
AND COLLECTIBLES/SKYLANDERS/USED - SKYLANDERS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:84:\"TOYS
AND COLLECTIBLES/SKYLANDERS/USED - SKYLANDERS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"TOYS
AND COLLECTIBLES/SKYLANDERS/USED - SKYLANDERS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:69:\"(TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/USED GUIDES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:77:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/USED GUIDES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:59:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/USED GUIDES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:89:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/USED GUIDES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:84:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/USED GUIDES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"TOYS
AND COLLECTIBLES/BOOKS
AND GUIDES/USED GUIDES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(NINTENDO/VIRTUAL BOY/VB - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"NINTENDO/VIRTUAL BOY/VB - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"NINTENDO/VIRTUAL BOY/VB - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"NINTENDO/VIRTUAL BOY/VB - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"NINTENDO/VIRTUAL BOY/VB - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"NINTENDO/VIRTUAL BOY/VB - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:69:\"(NINTENDO/VIRTUAL BOY/VB - USED - GAMES - CART ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:77:\"NINTENDO/VIRTUAL BOY/VB - USED - GAMES - CART ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:59:\"NINTENDO/VIRTUAL BOY/VB - USED - GAMES - CART ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:89:\"NINTENDO/VIRTUAL BOY/VB - USED - GAMES - CART ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:84:\"NINTENDO/VIRTUAL BOY/VB - USED - GAMES - CART ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"NINTENDO/VIRTUAL BOY/VB - USED - GAMES - CART ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:39:\"(NINTENDO/VIRTUAL BOY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:47:\"NINTENDO/VIRTUAL BOY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:29:\"NINTENDO/VIRTUAL BOY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:59:\"NINTENDO/VIRTUAL BOY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"NINTENDO/VIRTUAL BOY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:35:\"NINTENDO/VIRTUAL BOY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:28:\"(SONY/VITA)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:36:\"SONY/VITA/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:18:\"SONY/VITA/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:48:\"SONY/VITA/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"SONY/VITA/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:24:\"SONY/VITA/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:34:\"(APPAREL/WALLETS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:42:\"APPAREL/WALLETS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:24:\"APPAREL/WALLETS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:54:\"APPAREL/WALLETS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"APPAREL/WALLETS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:30:\"APPAREL/WALLETS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:31:\"(NINTENDO/WII)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:39:\"NINTENDO/WII/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:21:\"NINTENDO/WII/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:51:\"NINTENDO/WII/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"NINTENDO/WII/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:27:\"NINTENDO/WII/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(NINTENDO/WII/WII - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"NINTENDO/WII/WII - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"NINTENDO/WII/WII - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"NINTENDO/WII/WII - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"NINTENDO/WII/WII - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"NINTENDO/WII/WII - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:49:\"(NINTENDO/WII/WII - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:57:\"NINTENDO/WII/WII - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:39:\"NINTENDO/WII/WII - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:69:\"NINTENDO/WII/WII - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"NINTENDO/WII/WII - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:45:\"NINTENDO/WII/WII - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(NINTENDO/WII/WII - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"NINTENDO/WII/WII - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"NINTENDO/WII/WII - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"NINTENDO/WII/WII - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"NINTENDO/WII/WII - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"NINTENDO/WII/WII - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:50:\"(NINTENDO/WII/WII - USED - CASES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:58:\"NINTENDO/WII/WII - USED - CASES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:40:\"NINTENDO/WII/WII - USED - CASES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:70:\"NINTENDO/WII/WII - USED - CASES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:65:\"NINTENDO/WII/WII - USED - CASES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:46:\"NINTENDO/WII/WII - USED - CASES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(NINTENDO/WII/WII - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"NINTENDO/WII/WII - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"NINTENDO/WII/WII - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"NINTENDO/WII/WII - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"NINTENDO/WII/WII - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"NINTENDO/WII/WII - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:62:\"(NINTENDO/WII/WII - USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:70:\"NINTENDO/WII/WII - USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:52:\"NINTENDO/WII/WII - USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:82:\"NINTENDO/WII/WII - USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:77:\"NINTENDO/WII/WII - USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:58:\"NINTENDO/WII/WII - USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(NINTENDO/WII/WII - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"NINTENDO/WII/WII - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"NINTENDO/WII/WII - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"NINTENDO/WII/WII - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"NINTENDO/WII/WII - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"NINTENDO/WII/WII - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(NINTENDO/WII/WII - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"NINTENDO/WII/WII - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"NINTENDO/WII/WII - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"NINTENDO/WII/WII - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"NINTENDO/WII/WII - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"NINTENDO/WII/WII - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:32:\"(NINTENDO/WIIU)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:40:\"NINTENDO/WIIU/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:22:\"NINTENDO/WIIU/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"NINTENDO/WIIU/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"NINTENDO/WIIU/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:28:\"NINTENDO/WIIU/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:57:\"(NINTENDO/WIIU/WIIU - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:65:\"NINTENDO/WIIU/WIIU - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:47:\"NINTENDO/WIIU/WIIU - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:77:\"NINTENDO/WIIU/WIIU - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:72:\"NINTENDO/WIIU/WIIU - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:53:\"NINTENDO/WIIU/WIIU - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:51:\"(NINTENDO/WIIU/WIIU - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:59:\"NINTENDO/WIIU/WIIU - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:41:\"NINTENDO/WIIU/WIIU - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:71:\"NINTENDO/WIIU/WIIU - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"NINTENDO/WIIU/WIIU - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:47:\"NINTENDO/WIIU/WIIU - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(NINTENDO/WIIU/WIIU - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"NINTENDO/WIIU/WIIU - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"NINTENDO/WIIU/WIIU - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"NINTENDO/WIIU/WIIU - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"NINTENDO/WIIU/WIIU - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"NINTENDO/WIIU/WIIU - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(NINTENDO/WIIU/WIIU - USED - CASES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"NINTENDO/WIIU/WIIU - USED - CASES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"NINTENDO/WIIU/WIIU - USED - CASES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"NINTENDO/WIIU/WIIU - USED - CASES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"NINTENDO/WIIU/WIIU - USED - CASES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"NINTENDO/WIIU/WIIU - USED - CASES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:63:\"(NINTENDO/WIIU/WIIU - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:71:\"NINTENDO/WIIU/WIIU - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:53:\"NINTENDO/WIIU/WIIU - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:83:\"NINTENDO/WIIU/WIIU - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:78:\"NINTENDO/WIIU/WIIU - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:59:\"NINTENDO/WIIU/WIIU - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:64:\"(NINTENDO/WIIU/WIIU - USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:72:\"NINTENDO/WIIU/WIIU - USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:54:\"NINTENDO/WIIU/WIIU - USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:84:\"NINTENDO/WIIU/WIIU - USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:79:\"NINTENDO/WIIU/WIIU - USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"NINTENDO/WIIU/WIIU - USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(NINTENDO/WIIU/WIIU - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"NINTENDO/WIIU/WIIU - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"NINTENDO/WIIU/WIIU - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"NINTENDO/WIIU/WIIU - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"NINTENDO/WIIU/WIIU - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"NINTENDO/WIIU/WIIU - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:54:\"(NINTENDO/WIIU/WIIU - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:62:\"NINTENDO/WIIU/WIIU - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:44:\"NINTENDO/WIIU/WIIU - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:74:\"NINTENDO/WIIU/WIIU - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:69:\"NINTENDO/WIIU/WIIU - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"NINTENDO/WIIU/WIIU - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:59:\"(MICROSOFT/XBOX ONE/XB1 NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:67:\"MICROSOFT/XBOX ONE/XB1 NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:49:\"MICROSOFT/XBOX ONE/XB1 NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:79:\"MICROSOFT/XBOX ONE/XB1 NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"MICROSOFT/XBOX ONE/XB1 NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"MICROSOFT/XBOX ONE/XB1 NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:53:\"(MICROSOFT/XBOX ONE/XB1 NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:61:\"MICROSOFT/XBOX ONE/XB1 NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:43:\"MICROSOFT/XBOX ONE/XB1 NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:73:\"MICROSOFT/XBOX ONE/XB1 NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"MICROSOFT/XBOX ONE/XB1 NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"MICROSOFT/XBOX ONE/XB1 NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(MICROSOFT/XBOX ONE/XB1 NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"MICROSOFT/XBOX ONE/XB1 NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"MICROSOFT/XBOX ONE/XB1 NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"MICROSOFT/XBOX ONE/XB1 NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"MICROSOFT/XBOX ONE/XB1 NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"MICROSOFT/XBOX ONE/XB1 NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:60:\"(MICROSOFT/XBOX ONE/XB1 USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:68:\"MICROSOFT/XBOX ONE/XB1 USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:50:\"MICROSOFT/XBOX ONE/XB1 USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:80:\"MICROSOFT/XBOX ONE/XB1 USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"MICROSOFT/XBOX ONE/XB1 USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"MICROSOFT/XBOX ONE/XB1 USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:65:\"(MICROSOFT/XBOX ONE/XB1 USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:73:\"MICROSOFT/XBOX ONE/XB1 USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:55:\"MICROSOFT/XBOX ONE/XB1 USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:85:\"MICROSOFT/XBOX ONE/XB1 USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:80:\"MICROSOFT/XBOX ONE/XB1 USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"MICROSOFT/XBOX ONE/XB1 USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:66:\"(MICROSOFT/XBOX ONE/XB1 USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:74:\"MICROSOFT/XBOX ONE/XB1 USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:56:\"MICROSOFT/XBOX ONE/XB1 USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:86:\"MICROSOFT/XBOX ONE/XB1 USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:81:\"MICROSOFT/XBOX ONE/XB1 USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:62:\"MICROSOFT/XBOX ONE/XB1 USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(MICROSOFT/XBOX ONE/XB1 USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"MICROSOFT/XBOX ONE/XB1 USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"MICROSOFT/XBOX ONE/XB1 USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"MICROSOFT/XBOX ONE/XB1 USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"MICROSOFT/XBOX ONE/XB1 USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"MICROSOFT/XBOX ONE/XB1 USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:33:\"(MICROSOFT/XBOX)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:41:\"MICROSOFT/XBOX/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:23:\"MICROSOFT/XBOX/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:53:\"MICROSOFT/XBOX/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"MICROSOFT/XBOX/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:29:\"MICROSOFT/XBOX/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(MICROSOFT/XBOX/XBOX - NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"MICROSOFT/XBOX/XBOX - NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"MICROSOFT/XBOX/XBOX - NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"MICROSOFT/XBOX/XBOX - NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"MICROSOFT/XBOX/XBOX - NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"MICROSOFT/XBOX/XBOX - NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"(MICROSOFT/XBOX/XBOX - NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:60:\"MICROSOFT/XBOX/XBOX - NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:42:\"MICROSOFT/XBOX/XBOX - NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:72:\"MICROSOFT/XBOX/XBOX - NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:67:\"MICROSOFT/XBOX/XBOX - NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:48:\"MICROSOFT/XBOX/XBOX - NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:59:\"(MICROSOFT/XBOX/XBOX - USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:67:\"MICROSOFT/XBOX/XBOX - USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:49:\"MICROSOFT/XBOX/XBOX - USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:79:\"MICROSOFT/XBOX/XBOX - USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:74:\"MICROSOFT/XBOX/XBOX - USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:55:\"MICROSOFT/XBOX/XBOX - USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:53:\"(MICROSOFT/XBOX/XBOX - USED - CASES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:61:\"MICROSOFT/XBOX/XBOX - USED - CASES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:43:\"MICROSOFT/XBOX/XBOX - USED - CASES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:73:\"MICROSOFT/XBOX/XBOX - USED - CASES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"MICROSOFT/XBOX/XBOX - USED - CASES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:49:\"MICROSOFT/XBOX/XBOX - USED - CASES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:64:\"(MICROSOFT/XBOX/XBOX - USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:72:\"MICROSOFT/XBOX/XBOX - USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:54:\"MICROSOFT/XBOX/XBOX - USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:84:\"MICROSOFT/XBOX/XBOX - USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:79:\"MICROSOFT/XBOX/XBOX - USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"MICROSOFT/XBOX/XBOX - USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:65:\"(MICROSOFT/XBOX/XBOX - USED - GAMES - DISC ONLY)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:73:\"MICROSOFT/XBOX/XBOX - USED - GAMES - DISC ONLY/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:55:\"MICROSOFT/XBOX/XBOX - USED - GAMES - DISC ONLY/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:85:\"MICROSOFT/XBOX/XBOX - USED - GAMES - DISC ONLY/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:80:\"MICROSOFT/XBOX/XBOX - USED - GAMES - DISC ONLY/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"MICROSOFT/XBOX/XBOX - USED - GAMES - DISC ONLY/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(MICROSOFT/XBOX/XBOX - USED - MANUALS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"MICROSOFT/XBOX/XBOX - USED - MANUALS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"MICROSOFT/XBOX/XBOX - USED - MANUALS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"MICROSOFT/XBOX/XBOX - USED - MANUALS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"MICROSOFT/XBOX/XBOX - USED - MANUALS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"MICROSOFT/XBOX/XBOX - USED - MANUALS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:55:\"(MICROSOFT/XBOX/XBOX - USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:63:\"MICROSOFT/XBOX/XBOX - USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:45:\"MICROSOFT/XBOX/XBOX - USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:75:\"MICROSOFT/XBOX/XBOX - USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:70:\"MICROSOFT/XBOX/XBOX - USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:51:\"MICROSOFT/XBOX/XBOX - USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:37:\"(MICROSOFT/XBOX 360)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:45:\"MICROSOFT/XBOX 360/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:27:\"MICROSOFT/XBOX 360/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:57:\"MICROSOFT/XBOX 360/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"MICROSOFT/XBOX 360/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:33:\"MICROSOFT/XBOX 360/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:37:\"(MICROSOFT/XBOX ONE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:45:\"MICROSOFT/XBOX ONE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:27:\"MICROSOFT/XBOX ONE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:57:\"MICROSOFT/XBOX ONE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"MICROSOFT/XBOX ONE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:33:\"MICROSOFT/XBOX ONE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:42:\"(MICROSOFT/XBOX SERIES X)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:50:\"MICROSOFT/XBOX SERIES X/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:32:\"MICROSOFT/XBOX SERIES X/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:62:\"MICROSOFT/XBOX SERIES X/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"MICROSOFT/XBOX SERIES X/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:38:\"MICROSOFT/XBOX SERIES X/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:64:\"(MICROSOFT/XBOX SERIES X/XSX NEW - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:72:\"MICROSOFT/XBOX SERIES X/XSX NEW - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:54:\"MICROSOFT/XBOX SERIES X/XSX NEW - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:84:\"MICROSOFT/XBOX SERIES X/XSX NEW - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:79:\"MICROSOFT/XBOX SERIES X/XSX NEW - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:60:\"MICROSOFT/XBOX SERIES X/XSX NEW - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:58:\"(MICROSOFT/XBOX SERIES X/XSX NEW - GAMES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:66:\"MICROSOFT/XBOX SERIES X/XSX NEW - GAMES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:48:\"MICROSOFT/XBOX SERIES X/XSX NEW - GAMES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:78:\"MICROSOFT/XBOX SERIES X/XSX NEW - GAMES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:73:\"MICROSOFT/XBOX SERIES X/XSX NEW - GAMES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:54:\"MICROSOFT/XBOX SERIES X/XSX NEW - GAMES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:60:\"(MICROSOFT/XBOX SERIES X/XSX NEW - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:68:\"MICROSOFT/XBOX SERIES X/XSX NEW - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:50:\"MICROSOFT/XBOX SERIES X/XSX NEW - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:80:\"MICROSOFT/XBOX SERIES X/XSX NEW - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:75:\"MICROSOFT/XBOX SERIES X/XSX NEW - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:56:\"MICROSOFT/XBOX SERIES X/XSX NEW - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:65:\"(MICROSOFT/XBOX SERIES X/XSX USED - ACCESSORIES)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:73:\"MICROSOFT/XBOX SERIES X/XSX USED - ACCESSORIES/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:55:\"MICROSOFT/XBOX SERIES X/XSX USED - ACCESSORIES/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:85:\"MICROSOFT/XBOX SERIES X/XSX USED - ACCESSORIES/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:80:\"MICROSOFT/XBOX SERIES X/XSX USED - ACCESSORIES/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:61:\"MICROSOFT/XBOX SERIES X/XSX USED - ACCESSORIES/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:70:\"(MICROSOFT/XBOX SERIES X/XSX USED - GAMES - COMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:78:\"MICROSOFT/XBOX SERIES X/XSX USED - GAMES - COMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:60:\"MICROSOFT/XBOX SERIES X/XSX USED - GAMES - COMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:90:\"MICROSOFT/XBOX SERIES X/XSX USED - GAMES - COMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:85:\"MICROSOFT/XBOX SERIES X/XSX USED - GAMES - COMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:66:\"MICROSOFT/XBOX SERIES X/XSX USED - GAMES - COMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:72:\"(MICROSOFT/XBOX SERIES X/XSX USED - GAMES - INCOMPLETE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:80:\"MICROSOFT/XBOX SERIES X/XSX USED - GAMES - INCOMPLETE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:62:\"MICROSOFT/XBOX SERIES X/XSX USED - GAMES - INCOMPLETE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:92:\"MICROSOFT/XBOX SERIES X/XSX USED - GAMES - INCOMPLETE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:87:\"MICROSOFT/XBOX SERIES X/XSX USED - GAMES - INCOMPLETE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:68:\"MICROSOFT/XBOX SERIES X/XSX USED - GAMES - INCOMPLETE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:61:\"(MICROSOFT/XBOX SERIES X/XSX USED - SYSTEMS)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:69:\"MICROSOFT/XBOX SERIES X/XSX USED - SYSTEMS/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:51:\"MICROSOFT/XBOX SERIES X/XSX USED - SYSTEMS/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:81:\"MICROSOFT/XBOX SERIES X/XSX USED - SYSTEMS/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:76:\"MICROSOFT/XBOX SERIES X/XSX USED - SYSTEMS/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:57:\"MICROSOFT/XBOX SERIES X/XSX USED - SYSTEMS/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:68:\"(TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/YAHTZEE)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:76:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/YAHTZEE/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:58:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/YAHTZEE/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:88:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/YAHTZEE/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:83:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/YAHTZEE/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:64:\"TOYS
AND COLLECTIBLES/BOARD GAMES/BY TYPE/YAHTZEE/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:56:\"(TOYS
AND COLLECTIBLES/FIGURES/YOUTOOZ)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:64:\"TOYS
AND COLLECTIBLES/FIGURES/YOUTOOZ/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:46:\"TOYS
AND COLLECTIBLES/FIGURES/YOUTOOZ/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:76:\"TOYS
AND COLLECTIBLES/FIGURES/YOUTOOZ/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:71:\"TOYS
AND COLLECTIBLES/FIGURES/YOUTOOZ/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:52:\"TOYS
AND COLLECTIBLES/FIGURES/YOUTOOZ/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:26:\"(special)(/page/(\\d+))?/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[3]\";s:34:\"special/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:16:\"special/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:46:\"special/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:41:\"special/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:22:\"special/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:53:\"manufacturer/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?pa_manufacturer=$matches[1]&feed=$matches[2]\";s:48:\"manufacturer/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?pa_manufacturer=$matches[1]&feed=$matches[2]\";s:29:\"manufacturer/([^/]+)/embed/?$\";s:48:\"index.php?pa_manufacturer=$matches[1]&embed=true\";s:41:\"manufacturer/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?pa_manufacturer=$matches[1]&paged=$matches[2]\";s:23:\"manufacturer/([^/]+)/?$\";s:37:\"index.php?pa_manufacturer=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:44:\"product/([^/]+)/wc/file/transient(/(.*))?/?$\";s:59:\"index.php?product=$matches[1]&wc/file/transient=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"product/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"coupon/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"coupon/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"coupon/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"coupon/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"coupon/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"coupon/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"coupon/([^/]+)/embed/?$\";s:59:\"index.php?post_type=shop_coupon&name=$matches[1]&embed=true\";s:27:\"coupon/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=shop_coupon&name=$matches[1]&tb=1\";s:35:\"coupon/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=shop_coupon&name=$matches[1]&paged=$matches[2]\";s:42:\"coupon/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=shop_coupon&name=$matches[1]&cpage=$matches[2]\";s:32:\"coupon/([^/]+)/wc-api(/(.*))?/?$\";s:67:\"index.php?post_type=shop_coupon&name=$matches[1]&wc-api=$matches[3]\";s:43:\"coupon/([^/]+)/wc/file/transient(/(.*))?/?$\";s:78:\"index.php?post_type=shop_coupon&name=$matches[1]&wc/file/transient=$matches[3]\";s:38:\"coupon/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"coupon/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:49:\"coupon/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:60:\"coupon/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:31:\"coupon/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=shop_coupon&name=$matches[1]&page=$matches[2]\";s:23:\"coupon/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"coupon/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"coupon/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"coupon/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"coupon/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"coupon/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"shop_coupon_cat/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=shop_coupon_cat&term=$matches[1]&feed=$matches[2]\";s:51:\"shop_coupon_cat/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:68:\"index.php?taxonomy=shop_coupon_cat&term=$matches[1]&feed=$matches[2]\";s:32:\"shop_coupon_cat/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=shop_coupon_cat&term=$matches[1]&embed=true\";s:44:\"shop_coupon_cat/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=shop_coupon_cat&term=$matches[1]&paged=$matches[2]\";s:26:\"shop_coupon_cat/([^/]+)/?$\";s:51:\"index.php?taxonomy=shop_coupon_cat&term=$matches[1]\";s:46:\"cwginstocknotifier/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"cwginstocknotifier/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"cwginstocknotifier/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"cwginstocknotifier/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"cwginstocknotifier/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"cwginstocknotifier/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"cwginstocknotifier/([^/]+)/embed/?$\";s:51:\"index.php?cwginstocknotifier=$matches[1]&embed=true\";s:39:\"cwginstocknotifier/([^/]+)/trackback/?$\";s:45:\"index.php?cwginstocknotifier=$matches[1]&tb=1\";s:47:\"cwginstocknotifier/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?cwginstocknotifier=$matches[1]&paged=$matches[2]\";s:54:\"cwginstocknotifier/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?cwginstocknotifier=$matches[1]&cpage=$matches[2]\";s:44:\"cwginstocknotifier/([^/]+)/wc-api(/(.*))?/?$\";s:59:\"index.php?cwginstocknotifier=$matches[1]&wc-api=$matches[3]\";s:55:\"cwginstocknotifier/([^/]+)/wc/file/transient(/(.*))?/?$\";s:70:\"index.php?cwginstocknotifier=$matches[1]&wc/file/transient=$matches[3]\";s:50:\"cwginstocknotifier/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"cwginstocknotifier/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"cwginstocknotifier/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:72:\"cwginstocknotifier/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:43:\"cwginstocknotifier/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?cwginstocknotifier=$matches[1]&page=$matches[2]\";s:35:\"cwginstocknotifier/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"cwginstocknotifier/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"cwginstocknotifier/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"cwginstocknotifier/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"cwginstocknotifier/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"cwginstocknotifier/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"cwginstock_arrival/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"cwginstock_arrival/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"cwginstock_arrival/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"cwginstock_arrival/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"cwginstock_arrival/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"cwginstock_arrival/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"cwginstock_arrival/([^/]+)/embed/?$\";s:51:\"index.php?cwginstock_arrival=$matches[1]&embed=true\";s:39:\"cwginstock_arrival/([^/]+)/trackback/?$\";s:45:\"index.php?cwginstock_arrival=$matches[1]&tb=1\";s:47:\"cwginstock_arrival/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?cwginstock_arrival=$matches[1]&paged=$matches[2]\";s:54:\"cwginstock_arrival/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?cwginstock_arrival=$matches[1]&cpage=$matches[2]\";s:44:\"cwginstock_arrival/([^/]+)/wc-api(/(.*))?/?$\";s:59:\"index.php?cwginstock_arrival=$matches[1]&wc-api=$matches[3]\";s:55:\"cwginstock_arrival/([^/]+)/wc/file/transient(/(.*))?/?$\";s:70:\"index.php?cwginstock_arrival=$matches[1]&wc/file/transient=$matches[3]\";s:50:\"cwginstock_arrival/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"cwginstock_arrival/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"cwginstock_arrival/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:72:\"cwginstock_arrival/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:43:\"cwginstock_arrival/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?cwginstock_arrival=$matches[1]&page=$matches[2]\";s:35:\"cwginstock_arrival/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"cwginstock_arrival/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"cwginstock_arrival/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"cwginstock_arrival/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"cwginstock_arrival/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"cwginstock_arrival/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"wcs_ruleset/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"wcs_ruleset/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"wcs_ruleset/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"wcs_ruleset/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"wcs_ruleset/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"wcs_ruleset/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"wcs_ruleset/([^/]+)/embed/?$\";s:44:\"index.php?wcs_ruleset=$matches[1]&embed=true\";s:32:\"wcs_ruleset/([^/]+)/trackback/?$\";s:38:\"index.php?wcs_ruleset=$matches[1]&tb=1\";s:40:\"wcs_ruleset/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?wcs_ruleset=$matches[1]&paged=$matches[2]\";s:47:\"wcs_ruleset/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?wcs_ruleset=$matches[1]&cpage=$matches[2]\";s:37:\"wcs_ruleset/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?wcs_ruleset=$matches[1]&wc-api=$matches[3]\";s:48:\"wcs_ruleset/([^/]+)/wc/file/transient(/(.*))?/?$\";s:63:\"index.php?wcs_ruleset=$matches[1]&wc/file/transient=$matches[3]\";s:43:\"wcs_ruleset/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"wcs_ruleset/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"wcs_ruleset/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:65:\"wcs_ruleset/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:36:\"wcs_ruleset/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?wcs_ruleset=$matches[1]&page=$matches[2]\";s:28:\"wcs_ruleset/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"wcs_ruleset/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"wcs_ruleset/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"wcs_ruleset/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"wcs_ruleset/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"wcs_ruleset/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:44:\"index.php?&page_id=1198636&cpage=$matches[1]\";s:25:\"loyalty_reward(/(.*))?/?$\";s:37:\"index.php?&loyalty_reward=$matches[2]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:28:\"wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:23:\"store-credit(/(.*))?/?$\";s:35:\"index.php?&store-credit=$matches[2]\";s:21:\"my-coupons(/(.*))?/?$\";s:33:\"index.php?&my-coupons=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:37:\"comments/wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:40:\"search/(.+)/wc/file/transient(/(.*))?/?$\";s:53:\"index.php?s=$matches[1]&wc/file/transient=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:43:\"author/([^/]+)/wc/file/transient(/(.*))?/?$\";s:63:\"index.php?author_name=$matches[1]&wc/file/transient=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:93:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc/file/transient=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:52:\"([0-9]{4})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:77:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc/file/transient=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:39:\"([0-9]{4})/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?year=$matches[1]&wc/file/transient=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:73:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc/file/transient(/(.*))?/?$\";s:110:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc/file/transient=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:84:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:33:\"(.?.+?)/loyalty_reward(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&loyalty_reward=$matches[3]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:36:\"(.?.+?)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?pagename=$matches[1]&wc/file/transient=$matches[3]\";s:31:\"(.?.+?)/store-credit(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&store-credit=$matches[3]\";s:29:\"(.?.+?)/my-coupons(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&my-coupons=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\".?.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}'
WHERE `option_name` = 'rewrite_rules'
  1. update_option()
    wp-includes/option.php:943
  2. WP_Rewrite->refresh_rewrite_rules()
    wp-includes/class-wp-rewrite.php:1518
  3. WP_Rewrite->flush_rules()
    wp-includes/class-wp-rewrite.php:1884
  4. do_action('wp_loaded')
    wp-includes/plugin.php:517
WordPress Core 1 0.0084
233SELECT option_value
FROM wp_options
WHERE option_name = 'yit_plugin_licence_activation'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH\PluginUpgrade\Licences->load_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/licences.php:320
  3. YITH\PluginUpgrade\Licences->__construct()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/licences.php:74
  4. YITH\PluginUpgrade\Licences::instance()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/licences.php:60
  5. YITH_Plugin_Licence()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/lib/yit-licence.php:30
  6. YIT_Plugin_Licence->register()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-fw/includes/class-yit-plugin-licence.php:57
  7. YITH_WCWL_Premium->register_plugin_for_activation()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-premium.php:187
  8. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0002
234SELECT option_value
FROM wp_options
WHERE option_name = 'yith_registered_pls_licences'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH\PluginUpgrade\Licences->load_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/licences.php:320
  3. YITH\PluginUpgrade\Licences->__construct()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/licences.php:74
  4. YITH\PluginUpgrade\Licences::instance()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/licences.php:60
  5. YITH_Plugin_Licence()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/lib/yit-licence.php:30
  6. YIT_Plugin_Licence->register()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-fw/includes/class-yit-plugin-licence.php:57
  7. YITH_WCWL_Premium->register_plugin_for_activation()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-premium.php:187
  8. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 0 0.0001
235SELECT option_value
FROM wp_options
WHERE option_name = 'pls_license_id_production_yith-woocommerce-wishlist'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. NewfoldLabs\W\P\PLS::get_option()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/vendor/newfold-labs/wp-pls-utility/includes/PLS.php:368
  3. NewfoldLabs\W\P\PLS::get_license_id()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/vendor/newfold-labs/wp-pls-utility/includes/PLS.php:267
  4. YITH\PluginUpgrade\Licences->is_pls_licence()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/licences.php:284
  5. YITH\PluginUpgrade\Licences->get_classname_from_product_id()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/licences.php:261
  6. YITH\PluginUpgrade\Licences->register()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/licences.php:96
  7. YIT_Plugin_Licence->register()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-fw/includes/class-yit-plugin-licence.php:58
  8. YITH_WCWL_Premium->register_plugin_for_activation()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-premium.php:187
  9. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 0 0.0001
236SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_yith_register_935fb2debfe5558fd86c02b466c7e5b3','_transient_timeout_yith_register_935fb2debfe5558fd86c02b466c7e5b3')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('yith_register_935fb2debfe5558fd86c02b466c7e5b3')
    wp-includes/option.php:1433
  3. YITH\PluginUpgrade\Upgrade->get_remote_info()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/upgrade.php:739
  4. YITH\PluginUpgrade\Upgrade->register()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/upgrade.php:328
  5. YIT_Upgrade->register()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-fw/includes/class-yit-upgrade.php:53
  6. YITH_WCWL_Premium->register_plugin_for_updates()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-premium.php:201
  7. do_action('wp_loaded')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 2 0.0002
237SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('product_visibility')
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wc_get_product_visibility_term_ids()
    wp-content/plugins/woocommerce/includes/wc-term-functions.php:613
  5. WC_Query->get_tax_query()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:804
  6. WC_Query->product_query()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:531
  7. WC_Query->pre_get_posts()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:422
  8. do_action_ref_array('pre_get_posts')
    wp-includes/plugin.php:565
  9. WP_Query->get_posts()
    wp-includes/class-wp-query.php:1881
  10. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  11. WP->query_posts()
    wp-includes/class-wp.php:696
  12. WP->main()
    wp-includes/class-wp.php:816
  13. wp()
    wp-includes/functions.php:1336
Plugin: woocommerce 9 0.0005
238SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (7,6,10,11,12,13,14)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4099
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:827
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. wc_get_product_visibility_term_ids()
    wp-content/plugins/woocommerce/includes/wc-term-functions.php:613
  6. WC_Query->get_tax_query()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:804
  7. WC_Query->product_query()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:531
  8. WC_Query->pre_get_posts()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:422
  9. do_action_ref_array('pre_get_posts')
    wp-includes/plugin.php:565
  10. WP_Query->get_posts()
    wp-includes/class-wp-query.php:1881
  11. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  12. WP->query_posts()
    wp-includes/class-wp.php:696
  13. WP->main()
    wp-includes/class-wp.php:816
  14. wp()
    wp-includes/functions.php:1336
Plugin: woocommerce 7 0.0003
239SELECT option_value
FROM wp_options
WHERE option_name = 'wppp_shop_columns'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WPPP_Front_End->loop_shop_columns()
    wp-content/plugins/woocommerce-products-per-page/includes/class-wppp-front-end.php:136
  3. apply_filters('loop_shop_columns')
    wp-includes/plugin.php:205
  4. wc_get_default_products_per_row()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:412
  5. WC_Query->product_query()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:536
  6. WC_Query->pre_get_posts()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:422
  7. do_action_ref_array('pre_get_posts')
    wp-includes/plugin.php:565
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:1881
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  10. WP->query_posts()
    wp-includes/class-wp.php:696
  11. WP->main()
    wp-includes/class-wp.php:816
  12. wp()
    wp-includes/functions.php:1336
Plugin: woocommerce-products-per-page 1 0.0002
240SELECT option_value
FROM wp_options
WHERE option_name = 'wppp_default_ppp'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WPPP_Front_End->loop_shop_per_page()
    wp-content/plugins/woocommerce-products-per-page/includes/class-wppp-front-end.php:155
  3. apply_filters('loop_shop_per_page')
    wp-includes/plugin.php:205
  4. WC_Query->product_query()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:536
  5. WC_Query->pre_get_posts()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:422
  6. do_action_ref_array('pre_get_posts')
    wp-includes/plugin.php:565
  7. WP_Query->get_posts()
    wp-includes/class-wp-query.php:1881
  8. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  9. WP->query_posts()
    wp-includes/class-wp.php:696
  10. WP->main()
    wp-includes/class-wp.php:816
  11. wp()
    wp-includes/functions.php:1336
Plugin: woocommerce-products-per-page 1 0.0001
241SELECT option_value
FROM wp_options
WHERE option_name = 'wppp_dropdown_options'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WPPP_Front_End->loop_shop_per_page()
    wp-content/plugins/woocommerce-products-per-page/includes/class-wppp-front-end.php:156
  3. apply_filters('loop_shop_per_page')
    wp-includes/plugin.php:205
  4. WC_Query->product_query()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:536
  5. WC_Query->pre_get_posts()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:422
  6. do_action_ref_array('pre_get_posts')
    wp-includes/plugin.php:565
  7. WP_Query->get_posts()
    wp-includes/class-wp-query.php:1881
  8. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  9. WP->query_posts()
    wp-includes/class-wp.php:696
  10. WP->main()
    wp-includes/class-wp.php:816
  11. wp()
    wp-includes/functions.php:1336
Plugin: woocommerce-products-per-page 1 0.0001
242SELECT *
FROM wp_wpf_filters wpf_filters
WHERE id = 1
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:34
  2. TableWpf->get()
    wp-content/plugins/woo-product-filter/classes/table.php:271
  3. ModelWpf->getFromTbl()
    wp-content/plugins/woo-product-filter/classes/model.php:89
  4. ModelWpf->getById()
    wp-content/plugins/woo-product-filter/classes/model.php:194
  5. WoofiltersWpf->getPreselectedParamsForFilter()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:761
  6. WoofiltersWpf->addPreselectedParams()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:694
  7. WoofiltersWpf->loadProductsFilter()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:1149
  8. do_action('woocommerce_product_query')
    wp-includes/plugin.php:517
  9. WC_Query->product_query()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:545
  10. WC_Query->pre_get_posts()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:422
  11. do_action_ref_array('pre_get_posts')
    wp-includes/plugin.php:565
  12. WP_Query->get_posts()
    wp-includes/class-wp-query.php:1881
  13. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  14. WP->query_posts()
    wp-includes/class-wp.php:696
  15. WP->main()
    wp-includes/class-wp.php:816
  16. wp()
    wp-includes/functions.php:1336
Plugin: woo-product-filter 1 0.0002
243SELECT *
FROM wp_wpf_filters wpf_filters
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:34
  2. TableWpf->get()
    wp-content/plugins/woo-product-filter/classes/table.php:271
  3. ModelWpf->getFromTbl()
    wp-content/plugins/woo-product-filter/classes/model.php:89
  4. WoofiltersWpf->loadProductsFilter()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:1215
  5. do_action('woocommerce_product_query')
    wp-includes/plugin.php:517
  6. WC_Query->product_query()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:545
  7. WC_Query->pre_get_posts()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:422
  8. do_action_ref_array('pre_get_posts')
    wp-includes/plugin.php:565
  9. WP_Query->get_posts()
    wp-includes/class-wp-query.php:1881
  10. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  11. WP->query_posts()
    wp-includes/class-wp.php:696
  12. WP->main()
    wp-includes/class-wp.php:816
  13. wp()
    wp-includes/functions.php:1336
Plugin: woo-product-filter 1 0.0001
244SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_wc_products_onsale','_transient_timeout_wc_products_onsale')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('wc_products_onsale')
    wp-includes/option.php:1433
  3. wc_get_product_ids_on_sale()
    wp-content/plugins/woocommerce/includes/wc-product-functions.php:165
  4. WoofiltersWpf->addCustomFieldsQuery()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:806
  5. WoofiltersWpf->getQueryVars()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:1363
  6. WoofiltersWpf->loadProductsFilter()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:1237
  7. do_action('woocommerce_product_query')
    wp-includes/plugin.php:517
  8. WC_Query->product_query()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:545
  9. WC_Query->pre_get_posts()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:422
  10. do_action_ref_array('pre_get_posts')
    wp-includes/plugin.php:565
  11. WP_Query->get_posts()
    wp-includes/class-wp-query.php:1881
  12. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  13. WP->query_posts()
    wp-includes/class-wp.php:696
  14. WP->main()
    wp-includes/class-wp.php:816
  15. wp()
    wp-includes/functions.php:1336
Plugin: woocommerce 2 0.0003
245SELECT option_value
FROM wp_options
WHERE option_name = 'comments_per_page'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2013
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  4. WP->query_posts()
    wp-includes/class-wp.php:696
  5. WP->main()
    wp-includes/class-wp.php:816
  6. wp()
    wp-includes/functions.php:1336
WordPress Core 1 0.0001
246SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('pa_platform')
AND t.slug IN ('nsw')
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. WP_Tax_Query->transform_query()
    wp-includes/class-wp-tax-query.php:644
  4. WP_Tax_Query->clean_query()
    wp-includes/class-wp-tax-query.php:581
  5. WP_Tax_Query->get_sql_for_clause()
    wp-includes/class-wp-tax-query.php:395
  6. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:325
  7. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:339
  8. WP_Tax_Query->get_sql_clauses()
    wp-includes/class-wp-tax-query.php:275
  9. WP_Tax_Query->get_sql()
    wp-includes/class-wp-tax-query.php:251
  10. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2246
  11. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  12. WP->query_posts()
    wp-includes/class-wp.php:696
  13. WP->main()
    wp-includes/class-wp.php:816
  14. wp()
    wp-includes/functions.php:1336
WordPress Core 1 0.0003
247SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (32)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4099
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:827
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  4. WP_Tax_Query->transform_query()
    wp-includes/class-wp-tax-query.php:644
  5. WP_Tax_Query->clean_query()
    wp-includes/class-wp-tax-query.php:581
  6. WP_Tax_Query->get_sql_for_clause()
    wp-includes/class-wp-tax-query.php:395
  7. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:325
  8. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:339
  9. WP_Tax_Query->get_sql_clauses()
    wp-includes/class-wp-tax-query.php:275
  10. WP_Tax_Query->get_sql()
    wp-includes/class-wp-tax-query.php:251
  11. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2246
  12. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  13. WP->query_posts()
    wp-includes/class-wp.php:696
  14. WP->main()
    wp-includes/class-wp.php:816
  15. wp()
    wp-includes/functions.php:1336
WordPress Core 1 0.0002
248SELECT SQL_CALC_FOUND_ROWS DISTINCT wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND wp_posts.ID IN (0,267,270,276,277,280,14265,14280,14283,14292,14310,14361,14362,14364,14365,14371,14372,14373,14391,14392,14413,14423,14452,14465,14474,14479,14481,14521,18173,18207,18215,18237,18282,18296,18333,18338,18340,18349,18357,18396,18402,18409,18445,18446,18465,18536,18541,18558,18571,18598,18610,18663,18672,18702,18759,18783,18826,18848,18853,18863,18883,18884,65405,65417,65443,65470,65471,65531,65554,65568,65571,65584,65596,65610,65723,65736,65741,65748,65750,65757,65788,65791,65832,65841,65845,65878,65914,65933,65940,65996,66002,66053,66082,66199,66201,66213,66232,66433,66554,66609,66650,66695,66759,66870,66926,66970,67016,67025,67061,67075,67111,67148,67292,67294,67367,67381,67421,67425,67470,67528,67620,67651,67658,67802,67810,67858,67859,67876,106789,108278,108559,108565,108577,108578,108640,108824,108859,109051,109657,110101,110130,110276,110893,110952,111001,111034,111035,111209,113313,113581,113973,114029,114274,114324,114602,114636,114662,114769,114838,114891,114947,115148,115312,115442,115494,115620,115692,116233,116860,130350,134177,145793,145795,145796,154294,154295,154309,154694,154696,154701,154702,156370,156375,169507,189978,196396,196653,196654,222214,224018,235542,236951,269002,273780,283283,309943,315229,327191,339998,340575,374261,380628,380846,381113,395525,410643,412856,418721,418727,422866,443337,451429,456452,466146,495486,500626,513676,590422,601471,662562,673197,674619,674764,674769,674875,675448,675450,675451,675454,677375,677376,718922,739533,781581,783555,798482,798583,798965,799463,801150,801153,801160,801166,801172,801191,801224,801236,801239,801263,801269,801834,804975,804982,805208,805532,806482,806514,808043,808122,808145,808547,817455,830767,830774,830790,830791,830794,830797,830799,830833,830834,830839,830866,831170,831171,831240,831242,831297,831311,843887,843888,844960,845092,845099,845100,845408,845409,845410,845411,845771,845912,846000,846054,846063,847084,847193,847215,847312,847536,847860,847901,847917,847987,847997,848174,848451,859737,867231,867232,867281,868077,868078,868133,868269,868420,868543,868625,868820,868824,868827,868924,868979,869184,877285,879691,879692,881716,881968,882187,882415,882452,882457,882540,882541,882576,883164,883921,884078,884189,885055,885485,885487,886267,886268,886340,886603,887172,887175,887649,887651,898895,899158,899839,899855,899983,900032,900059,900062,900068,901146,901152,901171,901179,901450,902813,914846,915797,920762,921541,922124,922185,922479,922601,922605,922606,922607,922640,923042,923081,923510,923513,924435,924443,924698,924711,924719,924901,926141,926228,926229,926230,926234,926240,927163,927166,927167,927671,927674,928013,928772,928913,929748,929753,930744,930757,930758,930912,930913,930981,930989,931175,931177,931182,931434,931579,931629,931927,931944,932220,932226,932227,932228,932231,932236,932380,932424,933561,933646,933980,935678,936564,938796,939183,939253,939255,941590,946366,947908,948382,948989,949004,949598,950199,950345,950346,950967,950978,952285,952287,953009,954317,954943,958490,962262,963120,963612,966193,966195,966205,966819,966820,966830,966834,966836,969165,970302,972570,972571,972593,972595,972645,972647,972648,972650,972773,974865,974876,979035,980930,984583,984585,984596,984626,985675,985676,985677,989180,991241,991242,991243,991665,991891,993740,995423,996090,996442,999722,999865,1003667,1003669,1003716,1003735,1003740,1003747,1003756,1003761,1003768,1006187,1007558,1008023,1008902,1008903,1009701,1011608,1011653,1011654,1011657,1012668,1013755,1013756,1013759,1013770,1013984,1015246,1017174,1017975,1018313,1020046,1020049,1020209,1020407,1020939,1021054,1021057,1021058,1021764,1021766,1021891,1021896,1021902,1022931,1023001,1023295,1025012,1025064,1025065,1025066,1025831,1025834,1025835,1025963,1026349,1027497,1027498,1027874,1027892,1028829,1028843,1028849,1028850,1028851,1028852,1031020,1032119,1037265,1037447,1037448,1037450,1037453,1037455,1037462,1037464,1037466,1037469,1037472,1037475,1037476,1037478,1037479,1040509,1041659,1043248,1049455,1067048,1067208,1069749,1072025,1072238,1072245,1072247,1072248,1072250,1072253,1072258,1072262,1072264,1075442,1075444,1078391,1078399,1078445,1080570,1080998,1081113,1082201,1082217,1083124,1083134,1083144,1083145,1083146,1083147,1083517,1084083,1085519,1087972,1088394,1090430,1090903,1090906,1090909,1090912,1090914,1090915,1090918,1090919,1090920,1090926,1093387,1094576,1094577,1094854,1094856,1095907,1096257,1096258,1097707,1098540,1098554,1099544,1099557,1099563,1102541,1102542,1102543,1106077,1106144,1108753,1109164,1111104,1112373,1112380,1112901,1112904,1114131,1114796,1114804,1114817,1116679,1116680,1117389,1118272,1118968,1119964,1119965,1119979,1120478,1120498,1120606,1120628,1122626,1122627,1122628,1124502,1124504,1126341,1126718,1126831,1127956,1129397,1129404,1129407,1129413,1129414,1129429,1129432,1132354,1132585,1132586,1134697,1136489,1136490,1137219,1137220,1137252,1138235,1138236,1138259,1138263,1139000,1139802,1141604,1142442,1144329,1144330,1144949,1144952,1144956,1144961,1144962,1144964,1144966,1144968,1144969,1144970,1144971,1144975,1144977,1144984,1144985,1144988,1144990,1144993,1144996,1144999,1145350,1145910,1145935,1146210,1148059,1148235,1148236,1148237,1148242,1149465,1149882,1149883,1149885,1151533,1156056,1156057,1156060,1156063,1156066,1156073,1156074,1156075,1156077,1156078,1156079,1156080,1156081,1156357,1157095,1161685,1161689,1161733,1161739,1161740,1161815,1163190,1166196,1170629,1170632,1170696,1171079,1172210,1172235,1172255,1172300,1172305,1172335,1172338,1172339,1172350,1172363,1172650,1172691,1173074,1173351,1173403,1173521,1173535,1173539,1173541,1173697,1173698,1173699,1173700,1173702,1173740,1174143,1174168,1174171,1174433,1174434,1174447,1174448,1174449,1174458,1174643,1174646,1174656,1174691,1175093,1175152,1175309,1175310,1175311,1175312,1175890,1175949,1175966,1176452,1176513,1176515,1176516,1176532,1176534,1176535,1176706,1176717,1176730,1177052,1177446,1180006,1180007,1183265,1188485,1188488,1188492,1188496,1188499,1188500,1188506,1188511,1188513,1188518,1188522,1188529,1188533,1192950,1193749,1193758,1194006,1194037,1194464,1194465,1194467,1195702,1195703,1198488,1198489,1198490,1199258,1199260,1199447,1199448,1199449,1199503,1199504,1199505,1199865,1199867,1199868,1199873,1200129,1200219,1200594,1200619,1200628,1201100,1201321,1201380,1201481,1201482,1201588,1201590,1201591,1201596,1201597,1201598,1201601,1201605,1201606,1201608,1201691,1202393,1202414,1202763,1202764,1202765,1203368,1203369,1203373,1203638,1203639,1203640,1203641,1203642,1203666,1210642,1210649,1210653,1210656,1210833,1211771,1211772,1211778,1211780,1211781,1211782,1211783,1211784,1211785,1211786,1211787,1211788,1211789,1211790,1211791,1211794,1211795,1211796,1211797,1211807,1211808,1211811,1211812,1211813,1211814,1211817,1211818,1211819,1211823,1211826,1211827,1211830,1211831,1211832,1211834,1211835,1211836,1211837,1211838,1211842,1211843,1211844,1211845,1211846,1211847,1211848,1211849,1211850,1211851,1211853,1211855,1211856,1211862,1211863,1211864,1211865,1211866,1211868,1211869,1211870,1211871,1211872,1211874,1211876,1211879,1211880,1211881,1211882,1211883,1211884,1211885,1211886,1211887,1211889,1211892,1212033,1212034,1212035,1212133,1213691,1213809,1214070,1215993,1216041,1216131,1216132,1216178,1216399,1217302,1218640,1218752,1218987,1219107,1219109,1219289,1222479,1222484,1222491,1222498,1222502,1223517,1223518,1223520,1224038,1224044,1224045,1224046,1224085,1224254,1224255,1224256,1224257,1224574,1224882,1225391,1225422,1225432,1225809,1226907,1228085,1228092,1228712,1229174,1230253,1230255,1230301,1231157,1231287,1231376,1231856,1231865,1232264,1232936,1232944,1233145,1233657,1233916,1233925,1233949,1233951,1233977,1233992,1234015,1234631,1234632,1234634,1234637,1234645,1235775,1235776,1235790,1235795,1235796,1235805,1235940,1236430,1236431,1237909,1237910,1245004,1245006,1245317,1245433,1246525,1246536,1246630,1246632,1246644,1247522,1247552,1251159,1252782,1256331,1256845,1256905,1256983,1257004,1257313,1257322,1257323,1257361,1257387,1257388,1257395,1257406,1257488,1257489,1257490,1257491,1257719,1257721,1257791,1257822,1257823,1257824,1258067,1259664,1259678,1261037,1261653,1261654,1261657,1261921,1261922,1261980,1263132,1263891,1263892,1263893,1263894,1263895,1264001,1264296,1266723,1266784,1268454,1269298,1269941,1269988,1269991,1270336,1271278,1271287,1271301,1271321,1271322,1271848,1272136,1272156,1272170,1272211,1273145,1273147,1274308,1274310,1274311,1274519,1274522,1275063,1275064,1275065,1276882,1276899,1278876,1279264,1279651,1279652,1280665,1280668,1280711,1280712,1281602,1281603,1282457,1282851,1283463,1285905,1286193,1286194,1286199,1286200,1287290,1287291,1287386,1287415,1287416,1289688,1289702,1290428,1290972,1290978,1290983,1292412,1292413,1292897,1292898,1292932,1292936,1292947,1294442,1294979,1297955,1297956,1299643,1299780,1302269,1302279,1302285,1302287,1302641,1303275,1303276,1303283,1304876,1304877,1306345,1306768)
AND ( wp_posts.ID NOT IN (
SELECT object_id
FROM wp_term_relationships
WHERE term_taxonomy_id IN (7) )
AND ( wp_term_relationships.term_taxonomy_id IN (32) ) )
AND wp_posts.post_type = 'product'
AND ((wp_posts.post_status = 'publish'))
ORDER BY wp_posts.menu_order ASC, wp_posts.post_title ASC
LIMIT 0, 20
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3357
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  3. WP->query_posts()
    wp-includes/class-wp.php:696
  4. WP->main()
    wp-includes/class-wp.php:816
  5. wp()
    wp-includes/functions.php:1336

Main Query

WordPress Core 20 0.0091
249SELECT FOUND_ROWS()
  1. WP_Query->set_found_posts()
    wp-includes/class-wp-query.php:3631
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3361
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  4. WP->query_posts()
    wp-includes/class-wp.php:696
  5. WP->main()
    wp-includes/class-wp.php:816
  6. wp()
    wp-includes/functions.php:1336
WordPress Core 1 0.0001
250SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1067208,1129397,1200619,1212035,929753,1094577,1210649,1090918,1027892,847997,14283,412856,110952,1201591,1201588,110276,1194467,883164,1072262,1272136)
  1. _prime_post_caches()
    wp-includes/post.php:7935
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3362
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  4. WP->query_posts()
    wp-includes/class-wp.php:696
  5. WP->main()
    wp-includes/class-wp.php:816
  6. wp()
    wp-includes/functions.php:1336
WordPress Core 20 0.0004
251SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1067208,1129397,1200619,1212035,929753,1094577,1210649,1090918,1027892,847997,14283,412856,110952,1201591,1201588,110276,1194467,883164,1072262,1272136)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. update_postmeta_cache()
    wp-includes/post.php:7557
  3. _prime_post_caches()
    wp-includes/post.php:7944
  4. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3362
  5. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  6. WP->query_posts()
    wp-includes/class-wp.php:696
  7. WP->main()
    wp-includes/class-wp.php:816
  8. wp()
    wp-includes/functions.php:1336
WordPress Core 687 0.0020
252SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('product_type', 'product_visibility', 'product_cat', 'product_tag', 'product_shipping_class', 'pa_condition', 'pa_esrb', 'pa_genre', 'pa_in-stock', 'pa_manufacturer', 'pa_platform', 'pa_product-type')
AND tr.object_id IN (1067208, 1129397, 1200619, 1212035, 929753, 1094577, 1210649, 1090918, 1027892, 847997, 14283, 412856, 110952, 1201591, 1201588, 110276, 1194467, 883164, 1072262, 1272136)
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. wp_get_object_terms()
    wp-includes/taxonomy.php:2316
  5. update_object_term_cache()
    wp-includes/taxonomy.php:3832
  6. _prime_post_caches()
    wp-includes/post.php:7950
  7. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3362
  8. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  9. WP->query_posts()
    wp-includes/class-wp.php:696
  10. WP->main()
    wp-includes/class-wp.php:816
  11. wp()
    wp-includes/functions.php:1336
WordPress Core 323 0.0020
253SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (189,10581,436,220,298,1125,38204,36,38217,15471,419,24,38040,259,38058,192,219,497,717,718,403,38037,22)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4099
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:827
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. wp_get_object_terms()
    wp-includes/taxonomy.php:2316
  6. update_object_term_cache()
    wp-includes/taxonomy.php:3832
  7. _prime_post_caches()
    wp-includes/post.php:7950
  8. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3362
  9. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  10. WP->query_posts()
    wp-includes/class-wp.php:696
  11. WP->main()
    wp-includes/class-wp.php:816
  12. wp()
    wp-includes/functions.php:1336
WordPress Core 23 0.0004
254SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_apply_coupon_via_query_string'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Models\URL_Coupons->apply_coupon_from_query_string()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/URL_Coupons.php:409
  3. do_action_ref_array('wp')
    wp-includes/plugin.php:565
  4. WP->main()
    wp-includes/class-wp.php:830
  5. wp()
    wp-includes/functions.php:1336
Plugin: advanced-coupons-for-woocommerce-free 0 0.0002
255SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('wp_theme')
AND t.name IN ('flatsome-wip-child')
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. WP_Tax_Query->transform_query()
    wp-includes/class-wp-tax-query.php:644
  4. WP_Tax_Query->clean_query()
    wp-includes/class-wp-tax-query.php:581
  5. WP_Tax_Query->get_sql_for_clause()
    wp-includes/class-wp-tax-query.php:395
  6. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:325
  7. WP_Tax_Query->get_sql_clauses()
    wp-includes/class-wp-tax-query.php:275
  8. WP_Tax_Query->get_sql()
    wp-includes/class-wp-tax-query.php:251
  9. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2246
  10. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  11. WP_Query->__construct()
    wp-includes/class-wp-query.php:3984
  12. get_block_templates()
    wp-includes/block-template-utils.php:1086
  13. resolve_block_template('archive')
    wp-includes/block-template.php:140
  14. locate_block_template()
    wp-includes/block-template.php:66
  15. get_query_template('archive')
    wp-includes/template.php:66
  16. get_archive_template()
    wp-includes/template.php:161
  17. get_post_type_archive_template()
    wp-includes/template.php:187
  18. do_action('template_redirect')
    wp-includes/plugin.php:517
WordPress Core 1 0.0003
256SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (38308)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4099
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:827
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  4. WP_Tax_Query->transform_query()
    wp-includes/class-wp-tax-query.php:644
  5. WP_Tax_Query->clean_query()
    wp-includes/class-wp-tax-query.php:581
  6. WP_Tax_Query->get_sql_for_clause()
    wp-includes/class-wp-tax-query.php:395
  7. WP_Tax_Query->get_sql_for_query()
    wp-includes/class-wp-tax-query.php:325
  8. WP_Tax_Query->get_sql_clauses()
    wp-includes/class-wp-tax-query.php:275
  9. WP_Tax_Query->get_sql()
    wp-includes/class-wp-tax-query.php:251
  10. WP_Query->get_posts()
    wp-includes/class-wp-query.php:2246
  11. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  12. WP_Query->__construct()
    wp-includes/class-wp-query.php:3984
  13. get_block_templates()
    wp-includes/block-template-utils.php:1086
  14. resolve_block_template('archive')
    wp-includes/block-template.php:140
  15. locate_block_template()
    wp-includes/block-template.php:66
  16. get_query_template('archive')
    wp-includes/template.php:66
  17. get_archive_template()
    wp-includes/template.php:161
  18. get_post_type_archive_template()
    wp-includes/template.php:187
  19. do_action('template_redirect')
    wp-includes/plugin.php:517
WordPress Core 1 0.0002
257SELECT DISTINCT wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND wp_posts.post_name IN ('archive-product','archive')
AND ( wp_term_relationships.term_taxonomy_id IN (38308) )
AND wp_posts.post_type = 'wp_template'
AND ((wp_posts.post_status = 'publish'))
ORDER BY wp_posts.post_date DESC
LIMIT 0, 2
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3357
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  3. WP_Query->__construct()
    wp-includes/class-wp-query.php:3984
  4. get_block_templates()
    wp-includes/block-template-utils.php:1086
  5. resolve_block_template('archive')
    wp-includes/block-template.php:140
  6. locate_block_template()
    wp-includes/block-template.php:66
  7. get_query_template('archive')
    wp-includes/template.php:66
  8. get_archive_template()
    wp-includes/template.php:161
  9. get_post_type_archive_template()
    wp-includes/template.php:187
  10. do_action('template_redirect')
    wp-includes/plugin.php:517
WordPress Core 0 0.0004
258SELECT wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND wp_posts.post_name IN ('index')
AND ( wp_term_relationships.term_taxonomy_id IN (38308) )
AND wp_posts.post_type = 'wp_template'
AND ((wp_posts.post_status = 'publish'))
ORDER BY wp_posts.post_date DESC
LIMIT 0, 1
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3357
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  3. WP_Query->__construct()
    wp-includes/class-wp-query.php:3984
  4. get_block_templates()
    wp-includes/block-template-utils.php:1086
  5. resolve_block_template('index')
    wp-includes/block-template.php:140
  6. locate_block_template()
    wp-includes/block-template.php:66
  7. get_query_template('index')
    wp-includes/template.php:66
  8. get_index_template()
    wp-includes/template.php:119
  9. do_action('template_redirect')
    wp-includes/plugin.php:517
WordPress Core 0 0.0004
259SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_show_login_notice'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend_Premium->add_wishlist_login_notice()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:487
  3. do_action('template_redirect')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
260SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_login_anchor_text'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend_Premium->add_wishlist_login_notice()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:488
  3. do_action('template_redirect')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
261SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_enable_multi_wishlist_for_unauthenticated_users'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend_Premium->add_wishlist_login_notice()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:490
  3. do_action('template_redirect')
    wp-includes/plugin.php:517
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
262SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_add_to_wishlist_icon_color'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
263SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_added_to_wishlist_icon_color'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 0 0.0001
264SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_color_add_to_wishlist'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
265SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_rounded_corners_radius'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
266SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_color_add_to_cart'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
267SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_add_to_cart_rounded_corners_radius'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
268SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_color_button_style_1'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
269SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_color_button_style_2'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
270SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_color_wishlist_table'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
271SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_color_headers_background'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
272SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_color_share_button'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
273SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_color_fb_button'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
274SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_color_tw_button'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
275SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_color_pr_button'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
276SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_color_em_button'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
277SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_color_wa_button'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
278SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_modal_colors'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 0 0.0001
279SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_color_ask_an_estimate'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
280SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_ask_an_estimate_rounded_corners_radius'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
281SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_tooltip_color'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1151
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
282SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_custom_css'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Frontend->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:1166
  3. YITH_WCWL_Frontend_Premium->build_custom_css()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:161
  4. YITH_WCWL_Frontend->enqueue_custom_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:540
  5. YITH_WCWL_Add_To_Wishlist_Button::enqueue_style()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:979
  6. YITH_WCWL_Frontend->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:526
  7. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  8. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
283SELECT option_value
FROM wp_options
WHERE option_name = 'zipwp_partner_url_param'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ZipAI\Classes\Helper::get_auth_middleware_url()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/classes/helper.php:424
  3. ZipAI\Classes\Sidebar_Configurations->load_sidebar_assets()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/classes/sidebar-configurations.php:381
  4. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  5. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  6. do_action('wp_head')
    wp-includes/plugin.php:517
  7. wp_head()
    wp-includes/general-template.php:3065
  8. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  9. locate_template()
    wp-includes/template.php:745
  10. get_header('shop')
    wp-includes/general-template.php:48
Plugin: astra-sites 0 0.0001
284SELECT option_value
FROM wp_options
WHERE option_name = 'zip_ai_assistant_option'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ZipAI\Classes\Sidebar_Configurations->load_sidebar_assets()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/classes/sidebar-configurations.php:386
  3. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  4. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  5. do_action('wp_head')
    wp-includes/plugin.php:517
  6. wp_head()
    wp-includes/general-template.php:3065
  7. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  8. locate_template()
    wp-includes/template.php:745
  9. get_header('shop')
    wp-includes/general-template.php:48
Plugin: astra-sites 0 0.0001
285SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_ppcp-oxxo-gateway_settings'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WooCommerce\P\W\G\O\OXXO->register_assets()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-wc-gateway/src/Gateway/OXXO/OXXO.php:307
  3. do_action('wp_enqueue_scripts')
    wp-includes/plugin.php:517
  4. wp_enqueue_scripts()
    wp-includes/script-loader.php:2263
  5. do_action('wp_head')
    wp-includes/plugin.php:517
  6. wp_head()
    wp-includes/general-template.php:3065
  7. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  8. locate_template()
    wp-includes/template.php:745
  9. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce-paypal-payments 0 0.0001
286SELECT option_value
FROM wp_options
WHERE option_name = 'seopress_social_option_name'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. SEOPress\S\O\SocialOption->getOption()
    wp-content/plugins/wp-seopress/src/Services/Options/SocialOption.php:17
  3. SEOPress\S\O\SocialOption->searchOptionByKey()
    wp-content/plugins/wp-seopress/src/Services/Options/SocialOption.php:28
  4. SEOPress\S\O\SocialOption->getSocialFacebookOGEnable()
    wp-content/plugins/wp-seopress/src/Services/Options/SocialOption.php:228
  5. seopress_social_facebook_og_url_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:62
  6. do_action('wp_head')
    wp-includes/plugin.php:517
  7. wp_head()
    wp-includes/general-template.php:3065
  8. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  9. locate_template()
    wp-includes/template.php:745
  10. get_header('shop')
    wp-includes/general-template.php:48
Plugin: wp-seopress 1 0.0002
287SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (8)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. seopress_social_fb_title_post_option()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:284
  6. seopress_social_fb_title_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:346
  7. do_action('wp_head')
    wp-includes/plugin.php:517
  8. wp_head()
    wp-includes/general-template.php:3065
  9. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  10. locate_template()
    wp-includes/template.php:745
  11. get_header('shop')
    wp-includes/general-template.php:48
Plugin: wp-seopress 31 0.0003
288SELECT *
FROM wp_posts
WHERE ID = 1229005
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. SEOPress\S\S\FacebookImageOptionMeta->getMetasStringByAttachmentId()
    wp-content/plugins/wp-seopress/src/Services/Social/FacebookImageOptionMeta.php:125
  8. SEOPress\S\S\FacebookImageOptionMeta->getMetasBy()
    wp-content/plugins/wp-seopress/src/Services/Social/FacebookImageOptionMeta.php:64
  9. seopress_social_fb_img_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:635
  10. do_action('wp_head')
    wp-includes/plugin.php:517
  11. wp_head()
    wp-includes/general-template.php:3065
  12. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  13. locate_template()
    wp-includes/template.php:745
  14. get_header('shop')
    wp-includes/general-template.php:48
Plugin: wp-seopress 1 0.0002
289SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1229005)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. SEOPress\S\S\FacebookImageOptionMeta->getMetasStringByAttachmentId()
    wp-content/plugins/wp-seopress/src/Services/Social/FacebookImageOptionMeta.php:125
  11. SEOPress\S\S\FacebookImageOptionMeta->getMetasBy()
    wp-content/plugins/wp-seopress/src/Services/Social/FacebookImageOptionMeta.php:64
  12. seopress_social_fb_img_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:635
  13. do_action('wp_head')
    wp-includes/plugin.php:517
  14. wp_head()
    wp-includes/general-template.php:3065
  15. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  16. locate_template()
    wp-includes/template.php:745
  17. get_header('shop')
    wp-includes/general-template.php:48
Plugin: wp-seopress 2 0.0002
290SELECT option_value
FROM wp_options
WHERE option_name = 'acfw_enable_asset_integrity_check'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. ACFWF\Models\General->enable_integrity_check_for_vite_assets()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/General.php:290
  3. apply_filters('acfw_enable_subresource_integrity_check')
    wp-includes/plugin.php:205
  4. ACFWF\M\O\Vite_App->add_style_tag_attributes()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Objects/Vite_App.php:675
  5. apply_filters('style_loader_tag')
    wp-includes/plugin.php:205
  6. WP_Styles->do_item()
    wp-includes/class-wp-styles.php:251
  7. WP_Dependencies->do_items()
    wp-includes/class-wp-dependencies.php:137
  8. wp_print_styles()
    wp-includes/functions.wp-styles.php:68
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
Plugin: advanced-coupons-for-woocommerce-free 0 0.0001
291SELECT *
FROM wp_posts
WHERE ID = 14201
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image_url()
    wp-includes/media.php:1192
  8. get_site_icon_url()
    wp-includes/general-template.php:977
  9. has_site_icon()
    wp-includes/general-template.php:1018
  10. Automattic\Jetpack\Script_Data::get_site_icon()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src/class-script-data.php:176
  11. Automattic\Jetpack\Script_Data::get_public_script_data()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src/class-script-data.php:142
  12. Automattic\Jetpack\Script_Data::render_script_data()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src/class-script-data.php:70
  13. do_action('wp_print_scripts')
    wp-includes/plugin.php:517
  14. wp_print_head_scripts()
    wp-includes/script-loader.php:2215
  15. do_action('wp_head')
    wp-includes/plugin.php:517
  16. wp_head()
    wp-includes/general-template.php:3065
  17. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  18. locate_template()
    wp-includes/template.php:745
  19. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0002
292SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (14201)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image_url()
    wp-includes/media.php:1192
  11. get_site_icon_url()
    wp-includes/general-template.php:977
  12. has_site_icon()
    wp-includes/general-template.php:1018
  13. Automattic\Jetpack\Script_Data::get_site_icon()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src/class-script-data.php:176
  14. Automattic\Jetpack\Script_Data::get_public_script_data()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src/class-script-data.php:142
  15. Automattic\Jetpack\Script_Data::render_script_data()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src/class-script-data.php:70
  16. do_action('wp_print_scripts')
    wp-includes/plugin.php:517
  17. wp_print_head_scripts()
    wp-includes/script-loader.php:2215
  18. do_action('wp_head')
    wp-includes/plugin.php:517
  19. wp_head()
    wp-includes/general-template.php:3065
  20. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  21. locate_template()
    wp-includes/template.php:745
  22. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 5 0.0002
293SELECT id, code, scope, active
FROM wp_snippets
WHERE scope IN ('head-content','footer-content')
AND active=1
ORDER BY priority, id
  1. Code_Snippets\DB::fetch_snippets_from_table()
    wp-content/plugins/code-snippets/php/class-db.php:236
  2. Code_Snippets\DB->fetch_active_snippets()
    wp-content/plugins/code-snippets/php/class-db.php:264
  3. Code_Snippets\Active_Snippets->fetch_active_snippets()
    wp-content/plugins/code-snippets/php/class-active-snippets.php:45
  4. Code_Snippets\Active_Snippets->print_content_snippets()
    wp-content/plugins/code-snippets/php/class-active-snippets.php:57
  5. Code_Snippets\Active_Snippets->load_head_content()
    wp-content/plugins/code-snippets/php/class-active-snippets.php:73
  6. do_action('wp_head')
    wp-includes/plugin.php:517
  7. wp_head()
    wp-includes/general-template.php:3065
  8. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  9. locate_template()
    wp-includes/template.php:745
  10. get_header('shop')
    wp-includes/general-template.php:48
Plugin: code-snippets 0 0.0002
294SELECT wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND ( wp_term_relationships.term_taxonomy_id IN (38308) )
AND wp_posts.post_type = 'wp_global_styles'
AND ((wp_posts.post_status = 'publish'))
ORDER BY wp_posts.post_date DESC
LIMIT 0, 1
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3357
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  3. WP_Theme_JSON_Resolver::get_user_data_from_wp_global_styles()
    wp-includes/class-wp-theme-json-resolver.php:517
  4. WP_Theme_JSON_Resolver::get_user_data()
    wp-includes/class-wp-theme-json-resolver.php:557
  5. WP_Theme_JSON_Resolver::get_merged_data()
    wp-includes/class-wp-theme-json-resolver.php:673
  6. wp_get_global_settings()
    wp-includes/global-styles-and-settings.php:80
  7. WP_Font_Face_Resolver::get_fonts_from_theme_json()
    wp-includes/fonts/class-wp-font-face-resolver.php:29
  8. wp_print_font_faces()
    wp-includes/fonts.php:46
  9. do_action('wp_head')
    wp-includes/plugin.php:517
  10. wp_head()
    wp-includes/general-template.php:3065
  11. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  12. locate_template()
    wp-includes/template.php:745
  13. get_header('shop')
    wp-includes/general-template.php:48
WordPress Core 1 0.0005
295SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1214272)
  1. _prime_post_caches()
    wp-includes/post.php:7935
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3362
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  4. WP_Theme_JSON_Resolver::get_user_data_from_wp_global_styles()
    wp-includes/class-wp-theme-json-resolver.php:517
  5. WP_Theme_JSON_Resolver::get_user_data()
    wp-includes/class-wp-theme-json-resolver.php:557
  6. WP_Theme_JSON_Resolver::get_merged_data()
    wp-includes/class-wp-theme-json-resolver.php:673
  7. wp_get_global_settings()
    wp-includes/global-styles-and-settings.php:80
  8. WP_Font_Face_Resolver::get_fonts_from_theme_json()
    wp-includes/fonts/class-wp-font-face-resolver.php:29
  9. wp_print_font_faces()
    wp-includes/fonts.php:46
  10. do_action('wp_head')
    wp-includes/plugin.php:517
  11. wp_head()
    wp-includes/general-template.php:3065
  12. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  13. locate_template()
    wp-includes/template.php:745
  14. get_header('shop')
    wp-includes/general-template.php:48
WordPress Core 1 0.0001
296SELECT *
FROM wp_posts
WHERE ID = 1198156
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_get_custom_css_post()
    wp-includes/theme.php:2000
  4. wp_get_custom_css()
    wp-includes/theme.php:2037
  5. wp_custom_css_cb()
    wp-includes/theme.php:1957
  6. do_action('wp_head')
    wp-includes/plugin.php:517
  7. wp_head()
    wp-includes/general-template.php:3065
  8. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  9. locate_template()
    wp-includes/template.php:745
  10. get_header('shop')
    wp-includes/general-template.php:48
WordPress Core 1 0.0004
297SELECT option_value
FROM wp_options
WHERE option_name = 'https_migration_required'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. wp_should_replace_insecure_home_url()
    wp-includes/https-migration.php:22
  3. wp_replace_insecure_home_url()
    wp-includes/https-migration.php:52
  4. apply_filters('wp_get_custom_css')
    wp-includes/plugin.php:205
  5. wp_get_custom_css()
    wp-includes/theme.php:2050
  6. wp_custom_css_cb()
    wp-includes/theme.php:1957
  7. do_action('wp_head')
    wp-includes/plugin.php:517
  8. wp_head()
    wp-includes/general-template.php:3065
  9. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  10. locate_template()
    wp-includes/template.php:745
  11. get_header('shop')
    wp-includes/general-template.php:48
WordPress Core 0 0.0002
298SELECT option_value
FROM wp_options
WHERE option_name = 'site_logo'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. _override_custom_logo_theme_mod()
    wp-includes/blocks/site-logo.php:131
  3. apply_filters('theme_mod_custom_logo')
    wp-includes/plugin.php:205
  4. get_theme_mod()
    wp-includes/theme.php:1082
  5. has_custom_logo()
    wp-includes/general-template.php:1037
  6. get_body_class()
    wp-includes/post-template.php:803
  7. body_class()
    wp-includes/post-template.php:622
  8. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  9. locate_template()
    wp-includes/template.php:745
  10. get_header('shop')
    wp-includes/general-template.php:48
WordPress Core 0 0.0001
299SELECT *
FROM wp_posts
WHERE ID = 1198622
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-logo.php')
    wp-includes/template.php:812
  8. locate_template()
    wp-includes/template.php:745
  9. get_template_part('template-parts/header/partials/element','logo')
    wp-includes/general-template.php:206
  10. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  11. locate_template()
    wp-includes/template.php:745
  12. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  13. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  14. locate_template()
    wp-includes/template.php:745
  15. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  16. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  17. locate_template()
    wp-includes/template.php:745
  18. get_header('shop')
    wp-includes/general-template.php:48
WordPress Core 1 0.0002
300SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1198622)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-logo.php')
    wp-includes/template.php:812
  11. locate_template()
    wp-includes/template.php:745
  12. get_template_part('template-parts/header/partials/element','logo')
    wp-includes/general-template.php:206
  13. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  14. locate_template()
    wp-includes/template.php:745
  15. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  16. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  17. locate_template()
    wp-includes/template.php:745
  18. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  19. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  20. locate_template()
    wp-includes/template.php:745
  21. get_header('shop')
    wp-includes/general-template.php:48
WordPress Core 2 0.0002
301SELECT ID
FROM wp_yith_wcwl_lists
WHERE user_id = 6
AND is_default = 1
  1. YITH_WCWL_Wishlist_Data_Store->get_default_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:1115
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_default_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:262
  4. YITH_WCWL_Wishlist_Factory::get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:30
  5. YITH_WCWL_Wishlists->count_items_in_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:498
  6. YITH_WCWL_Legacy->count_products()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/legacy/class-yith-wcwl-legacy.php:124
  7. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-wishlist.php')
    wp-includes/template.php:812
  8. locate_template()
    wp-includes/template.php:745
  9. get_template_part('template-parts/header/partials/element-wishlist','')
    wp-includes/general-template.php:206
  10. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  11. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  14. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  17. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  18. locate_template()
    wp-includes/template.php:745
  19. get_header('shop')
    wp-includes/general-template.php:48
Plugin: yith-woocommerce-wishlist-premium 0 0.0008
302SELECT *
FROM wp_posts
WHERE ID = 11
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. get_permalink()
    wp-includes/link-template.php:188
  4. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-account.php')
    wp-includes/template.php:812
  5. locate_template()
    wp-includes/template.php:745
  6. get_template_part('template-parts/header/partials/element-account','')
    wp-includes/general-template.php:206
  7. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  8. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  9. locate_template()
    wp-includes/template.php:745
  10. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  11. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  14. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  15. locate_template()
    wp-includes/template.php:745
  16. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
303SELECT *
FROM wp_posts
WHERE ID = 888067
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  10. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  11. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  14. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0001
304SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (888067)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  13. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  14. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  17. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  22. locate_template()
    wp-includes/template.php:745
  23. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  24. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  25. locate_template()
    wp-includes/template.php:745
  26. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 2 0.0002
305SELECT *
FROM wp_posts
WHERE ID = 902140
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  10. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  11. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  14. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0002
306SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (902140)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  13. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  14. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  17. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  22. locate_template()
    wp-includes/template.php:745
  23. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  24. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  25. locate_template()
    wp-includes/template.php:745
  26. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 2 0.0002
307SELECT *
FROM wp_posts
WHERE ID = 887916
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  10. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  11. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  14. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0002
308SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (887916)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  13. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  14. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  17. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  22. locate_template()
    wp-includes/template.php:745
  23. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  24. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  25. locate_template()
    wp-includes/template.php:745
  26. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 2 0.0001
309SELECT *
FROM wp_posts
WHERE ID = 890687
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  10. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  11. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  14. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0001
310SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (890687)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  13. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  14. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  17. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  22. locate_template()
    wp-includes/template.php:745
  23. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  24. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  25. locate_template()
    wp-includes/template.php:745
  26. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 2 0.0001
311SELECT *
FROM wp_posts
WHERE ID = 1301838
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  10. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  11. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  14. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0001
312SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1301838)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  13. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  14. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  17. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  22. locate_template()
    wp-includes/template.php:745
  23. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  24. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  25. locate_template()
    wp-includes/template.php:745
  26. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 2 0.0002
313SELECT *
FROM wp_posts
WHERE ID = 1213662
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  10. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  11. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  14. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0001
314SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1213662)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  13. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  14. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  17. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  22. locate_template()
    wp-includes/template.php:745
  23. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  24. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  25. locate_template()
    wp-includes/template.php:745
  26. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 2 0.0002
315SELECT *
FROM wp_posts
WHERE ID = 1213708
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  10. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  11. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  14. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0002
316SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1213708)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  13. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  14. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  17. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  22. locate_template()
    wp-includes/template.php:745
  23. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  24. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  25. locate_template()
    wp-includes/template.php:745
  26. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 2 0.0002
317SELECT *
FROM wp_posts
WHERE ID = 1199453
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  10. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  11. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  14. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0001
318SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1199453)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  13. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  14. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  17. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  22. locate_template()
    wp-includes/template.php:745
  23. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  24. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  25. locate_template()
    wp-includes/template.php:745
  26. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 2 0.0001
319SELECT *
FROM wp_posts
WHERE ID = 1199452
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  10. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  11. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  14. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0001
320SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1199452)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  13. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  14. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  17. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  22. locate_template()
    wp-includes/template.php:745
  23. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  24. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  25. locate_template()
    wp-includes/template.php:745
  26. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 2 0.0001
321SELECT *
FROM wp_posts
WHERE ID = 888462
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  10. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  11. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  14. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0001
322SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (888462)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  13. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  14. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  17. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  22. locate_template()
    wp-includes/template.php:745
  23. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  24. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  25. locate_template()
    wp-includes/template.php:745
  26. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 2 0.0002
323SELECT *
FROM wp_posts
WHERE ID = 831549
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  10. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  11. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  14. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0001
324SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (831549)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  13. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  14. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  17. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  22. locate_template()
    wp-includes/template.php:745
  23. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  24. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  25. locate_template()
    wp-includes/template.php:745
  26. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 2 0.0002
325SELECT *
FROM wp_posts
WHERE ID = 889499
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  10. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  11. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  14. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0001
326SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (889499)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  13. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  14. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  17. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  22. locate_template()
    wp-includes/template.php:745
  23. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  24. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  25. locate_template()
    wp-includes/template.php:745
  26. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 2 0.0001
327SELECT *
FROM wp_posts
WHERE ID = 831725
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  10. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  11. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  14. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0002
328SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (831725)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  13. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  14. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  17. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  22. locate_template()
    wp-includes/template.php:745
  23. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  24. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  25. locate_template()
    wp-includes/template.php:745
  26. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 2 0.0001
329SELECT *
FROM wp_posts
WHERE ID = 1148252
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  10. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  11. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  14. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  22. locate_template()
    wp-includes/template.php:745
  23. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 1 0.0002
330SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1148252)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  13. woocommerce_mini_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2359
  14. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-cart.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/partials/element-cart','')
    wp-includes/general-template.php:206
  17. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  18. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  21. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  22. locate_template()
    wp-includes/template.php:745
  23. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  24. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  25. locate_template()
    wp-includes/template.php:745
  26. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce 2 0.0002
331SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id = 38264
  1. WP_Term::get_instance()
    wp-includes/class-wp-term.php:132
  2. get_term()
    wp-includes/taxonomy.php:996
  3. wp_get_nav_menu_object()
    wp-includes/nav-menu.php:26
  4. wp_nav_menu()
    wp-includes/nav-menu-template.php:130
  5. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  6. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  7. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  8. locate_template()
    wp-includes/template.php:745
  9. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  10. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  11. locate_template()
    wp-includes/template.php:745
  12. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  13. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  14. locate_template()
    wp-includes/template.php:745
  15. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
332SELECT wp_posts.*
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND ( wp_term_relationships.term_taxonomy_id IN (38264) )
AND wp_posts.post_type = 'nav_menu_item'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.menu_order ASC
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3367
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  3. get_posts()
    wp-includes/post.php:2539
  4. wp_get_nav_menu_items()
    wp-includes/nav-menu.php:737
  5. wp_nav_menu()
    wp-includes/nav-menu-template.php:151
  6. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  7. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  8. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  9. locate_template()
    wp-includes/template.php:745
  10. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  11. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  14. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  15. locate_template()
    wp-includes/template.php:745
  16. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 10 0.0009
333SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1198684,1198685,1198686,1199633,1199645,1199696,1198693,1198701,1198702,1198703)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. update_postmeta_cache()
    wp-includes/post.php:7557
  3. update_post_caches()
    wp-includes/post.php:7499
  4. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3573
  5. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  6. get_posts()
    wp-includes/post.php:2539
  7. wp_get_nav_menu_items()
    wp-includes/nav-menu.php:737
  8. wp_nav_menu()
    wp-includes/nav-menu-template.php:151
  9. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  10. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  11. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  14. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  15. locate_template()
    wp-includes/template.php:745
  16. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  17. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  18. locate_template()
    wp-includes/template.php:745
  19. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 197 0.0008
334SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1198517)
  1. _prime_post_caches()
    wp-includes/post.php:7935
  2. update_menu_item_cache()
    wp-includes/nav-menu.php:802
  3. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3588
  4. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  5. get_posts()
    wp-includes/post.php:2539
  6. wp_get_nav_menu_items()
    wp-includes/nav-menu.php:737
  7. wp_nav_menu()
    wp-includes/nav-menu-template.php:151
  8. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  9. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  10. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  11. locate_template()
    wp-includes/template.php:745
  12. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  13. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  14. locate_template()
    wp-includes/template.php:745
  15. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  16. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  17. locate_template()
    wp-includes/template.php:745
  18. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
335SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1198517)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. update_postmeta_cache()
    wp-includes/post.php:7557
  3. _prime_post_caches()
    wp-includes/post.php:7944
  4. update_menu_item_cache()
    wp-includes/nav-menu.php:802
  5. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3588
  6. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  7. get_posts()
    wp-includes/post.php:2539
  8. wp_get_nav_menu_items()
    wp-includes/nav-menu.php:737
  9. wp_nav_menu()
    wp-includes/nav-menu-template.php:151
  10. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  11. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  12. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  13. locate_template()
    wp-includes/template.php:745
  14. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  15. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  16. locate_template()
    wp-includes/template.php:745
  17. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  18. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  19. locate_template()
    wp-includes/template.php:745
  20. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 9 0.0002
336SELECT option_value
FROM wp_options
WHERE option_name = 'if-menu-peak'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. If_Menu::wp_get_nav_menu_items()
    wp-content/plugins/if-menu/if-menu.php:73
  3. apply_filters('wp_get_nav_menu_items')
    wp-includes/plugin.php:205
  4. wp_get_nav_menu_items()
    wp-includes/nav-menu.php:772
  5. wp_nav_menu()
    wp-includes/nav-menu-template.php:151
  6. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  7. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  8. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  9. locate_template()
    wp-includes/template.php:745
  10. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  11. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  14. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  15. locate_template()
    wp-includes/template.php:745
  16. get_header('shop')
    wp-includes/general-template.php:48
Plugin: if-menu 0 0.0001
337SELECT *
FROM wp_posts
WHERE ID = 1198665
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:135
  4. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  5. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  6. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  7. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  8. Walker->walk()
    wp-includes/class-wp-walker.php:252
  9. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  10. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  11. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  12. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  13. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  14. locate_template()
    wp-includes/template.php:745
  15. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  16. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  17. locate_template()
    wp-includes/template.php:745
  18. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  19. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  20. locate_template()
    wp-includes/template.php:745
  21. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
338SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (7102)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
339SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6693)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
340SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6705)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
341SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (52)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
342SELECT *
FROM wp_posts
WHERE ID = 1198728
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. flatsome_get_attachment_image_no_srcset()
    wp-content/themes/flatsome/inc/functions/function-global.php:562
  9. flatsome_ux_banner()
    wp-content/themes/flatsome/inc/shortcodes/ux_banner.php:162
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
343SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1198728)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. flatsome_get_attachment_image_no_srcset()
    wp-content/themes/flatsome/inc/functions/function-global.php:562
  12. flatsome_ux_banner()
    wp-content/themes/flatsome/inc/shortcodes/ux_banner.php:162
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  25. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  26. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  27. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  28. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  29. Walker->walk()
    wp-includes/class-wp-walker.php:252
  30. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  31. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  32. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  33. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  38. locate_template()
    wp-includes/template.php:745
  39. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  40. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  41. locate_template()
    wp-includes/template.php:745
  42. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 2 0.0002
344SELECT *
FROM wp_posts
WHERE ID = 1198674
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:135
  4. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  5. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  6. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  7. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  8. Walker->walk()
    wp-includes/class-wp-walker.php:252
  9. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  10. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  11. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  12. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  13. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  14. locate_template()
    wp-includes/template.php:745
  15. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  16. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  17. locate_template()
    wp-includes/template.php:745
  18. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  19. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  20. locate_template()
    wp-includes/template.php:745
  21. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
345SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (13096)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
346SELECT *
FROM wp_posts
WHERE ID = 1198727
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. flatsome_get_attachment_image_no_srcset()
    wp-content/themes/flatsome/inc/functions/function-global.php:562
  9. flatsome_ux_banner()
    wp-content/themes/flatsome/inc/shortcodes/ux_banner.php:162
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
347SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1198727)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. flatsome_get_attachment_image_no_srcset()
    wp-content/themes/flatsome/inc/functions/function-global.php:562
  12. flatsome_ux_banner()
    wp-content/themes/flatsome/inc/shortcodes/ux_banner.php:162
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  25. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  26. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  27. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  28. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  29. Walker->walk()
    wp-includes/class-wp-walker.php:252
  30. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  31. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  32. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  33. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  38. locate_template()
    wp-includes/template.php:745
  39. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  40. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  41. locate_template()
    wp-includes/template.php:745
  42. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 2 0.0002
348SELECT *
FROM wp_posts
WHERE ID = 1198672
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:135
  4. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  5. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  6. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  7. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  8. Walker->walk()
    wp-includes/class-wp-walker.php:252
  9. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  10. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  11. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  12. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  13. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  14. locate_template()
    wp-includes/template.php:745
  15. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  16. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  17. locate_template()
    wp-includes/template.php:745
  18. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  19. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  20. locate_template()
    wp-includes/template.php:745
  21. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0005
349SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6425)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
350SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6410)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
351SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6422)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
352SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (66)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
353SELECT *
FROM wp_posts
WHERE ID = 1198726
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. flatsome_get_attachment_image_no_srcset()
    wp-content/themes/flatsome/inc/functions/function-global.php:562
  9. flatsome_ux_banner()
    wp-content/themes/flatsome/inc/shortcodes/ux_banner.php:162
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
354SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1198726)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. flatsome_get_attachment_image_no_srcset()
    wp-content/themes/flatsome/inc/functions/function-global.php:562
  12. flatsome_ux_banner()
    wp-content/themes/flatsome/inc/shortcodes/ux_banner.php:162
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  25. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  26. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  27. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  28. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  29. Walker->walk()
    wp-includes/class-wp-walker.php:252
  30. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  31. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  32. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  33. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  38. locate_template()
    wp-includes/template.php:745
  39. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  40. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  41. locate_template()
    wp-includes/template.php:745
  42. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 2 0.0001
355SELECT *
FROM wp_posts
WHERE ID = 1198667
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:135
  4. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  5. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  6. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  7. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  8. Walker->walk()
    wp-includes/class-wp-walker.php:252
  9. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  10. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  11. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  12. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  13. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  14. locate_template()
    wp-includes/template.php:745
  15. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  16. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  17. locate_template()
    wp-includes/template.php:745
  18. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  19. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  20. locate_template()
    wp-includes/template.php:745
  21. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
356SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (13089)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
357SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (13100)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
358SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (13098)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
359SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (13088)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
360SELECT *
FROM wp_posts
WHERE ID = 1198729
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. flatsome_get_attachment_image_no_srcset()
    wp-content/themes/flatsome/inc/functions/function-global.php:562
  9. flatsome_ux_banner()
    wp-content/themes/flatsome/inc/shortcodes/ux_banner.php:162
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
361SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1198729)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. flatsome_get_attachment_image_no_srcset()
    wp-content/themes/flatsome/inc/functions/function-global.php:562
  12. flatsome_ux_banner()
    wp-content/themes/flatsome/inc/shortcodes/ux_banner.php:162
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  25. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  26. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  27. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  28. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  29. Walker->walk()
    wp-includes/class-wp-walker.php:252
  30. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  31. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  32. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  33. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  38. locate_template()
    wp-includes/template.php:745
  39. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  40. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  41. locate_template()
    wp-includes/template.php:745
  42. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 2 0.0002
362SELECT *
FROM wp_posts
WHERE ID = 1199641
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:135
  4. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  5. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  6. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  7. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  8. Walker->walk()
    wp-includes/class-wp-walker.php:252
  9. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  10. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  11. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  12. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  13. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  14. locate_template()
    wp-includes/template.php:745
  15. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  16. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  17. locate_template()
    wp-includes/template.php:745
  18. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  19. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  20. locate_template()
    wp-includes/template.php:745
  21. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
363SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6394)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
364SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6390)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
365SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6393)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
366SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (74)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
367SELECT *
FROM wp_posts
WHERE ID = 1199642
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. flatsome_get_attachment_image_no_srcset()
    wp-content/themes/flatsome/inc/functions/function-global.php:562
  9. flatsome_ux_banner()
    wp-content/themes/flatsome/inc/shortcodes/ux_banner.php:162
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
368SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1199642)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. flatsome_get_attachment_image_no_srcset()
    wp-content/themes/flatsome/inc/functions/function-global.php:562
  12. flatsome_ux_banner()
    wp-content/themes/flatsome/inc/shortcodes/ux_banner.php:162
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  25. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  26. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  27. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  28. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  29. Walker->walk()
    wp-includes/class-wp-walker.php:252
  30. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  31. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  32. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  33. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  38. locate_template()
    wp-includes/template.php:745
  39. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  40. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  41. locate_template()
    wp-includes/template.php:745
  42. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 2 0.0002
369SELECT *
FROM wp_posts
WHERE ID = 1199688
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:135
  4. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  5. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  6. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  7. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  8. Walker->walk()
    wp-includes/class-wp-walker.php:252
  9. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  10. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  11. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  12. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  13. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  14. locate_template()
    wp-includes/template.php:745
  15. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  16. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  17. locate_template()
    wp-includes/template.php:745
  18. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  19. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  20. locate_template()
    wp-includes/template.php:745
  21. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
370SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (95)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
371SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (93)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
372SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (107)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
373SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (130)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
374SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (110)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
375SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (132)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
376SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (86)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
377SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (115)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
378SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (88)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
379SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (79)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
380SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (1293)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
381SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (1296)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
382SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (98)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
383SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (77)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
384SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (82)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
385SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (112)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
386SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (91)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
387SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (84)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
388SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (173)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
389SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (594)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
390SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (3462)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
391SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6748)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
392SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (102)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
393SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (631)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
394SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (603)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
395SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6732)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
396SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6730)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
397SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (11786)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
398SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6796)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
399SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6734)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
400SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (1306)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
401SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (8785)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
402SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (48)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
403SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6756)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
404SELECT *
FROM wp_posts
WHERE ID = 1198679
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:135
  4. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  5. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  6. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  7. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  8. Walker->walk()
    wp-includes/class-wp-walker.php:252
  9. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  10. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  11. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  12. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  13. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  14. locate_template()
    wp-includes/template.php:745
  15. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  16. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  17. locate_template()
    wp-includes/template.php:745
  18. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  19. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  20. locate_template()
    wp-includes/template.php:745
  21. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
405SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (3047)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
406SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (3049)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
407SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (3045)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
408SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (59)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
409SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (68)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
410SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (109)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
411SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (100)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
412SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (55)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
413SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (11023)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
414SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (177)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
415SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6788)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
416SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (178)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
417SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6791)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
418SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6792)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
419SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (7925)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0003
420SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (6798)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  22. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  23. preg_replace_callback()
    wp-includes/shortcodes.php:434
  24. do_shortcode()
    wp-includes/shortcodes.php:273
  25. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  26. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  27. preg_replace_callback()
    wp-includes/shortcodes.php:434
  28. do_shortcode()
    wp-includes/shortcodes.php:273
  29. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  30. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  31. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  32. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  33. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  34. Walker->walk()
    wp-includes/class-wp-walker.php:252
  35. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  36. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  37. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  38. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  39. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  40. locate_template()
    wp-includes/template.php:745
  41. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  42. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  43. locate_template()
    wp-includes/template.php:745
  44. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  45. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  46. locate_template()
    wp-includes/template.php:745
  47. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
421SELECT *
FROM wp_posts
WHERE ID = 1198731
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. flatsome_get_attachment_image_no_srcset()
    wp-content/themes/flatsome/inc/functions/function-global.php:562
  9. flatsome_ux_banner()
    wp-content/themes/flatsome/inc/shortcodes/ux_banner.php:162
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
422SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1198731)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. flatsome_get_attachment_image_no_srcset()
    wp-content/themes/flatsome/inc/functions/function-global.php:562
  12. flatsome_ux_banner()
    wp-content/themes/flatsome/inc/shortcodes/ux_banner.php:162
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  25. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  26. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  27. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  28. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  29. Walker->walk()
    wp-includes/class-wp-walker.php:252
  30. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  31. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  32. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  33. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  38. locate_template()
    wp-includes/template.php:745
  39. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  40. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  41. locate_template()
    wp-includes/template.php:745
  42. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 2 0.0002
423SELECT *
FROM wp_posts
WHERE ID = 1198670
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:135
  4. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  5. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  6. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  7. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  8. Walker->walk()
    wp-includes/class-wp-walker.php:252
  9. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  10. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  11. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  12. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  13. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  14. locate_template()
    wp-includes/template.php:745
  15. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  16. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  17. locate_template()
    wp-includes/template.php:745
  18. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  19. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  20. locate_template()
    wp-includes/template.php:745
  21. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
424SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (12900)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
425SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (12899)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0001
426SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (12898)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0003
427SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.term_taxonomy_id IN (9635)
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:55
  6. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  7. preg_replace_callback()
    wp-includes/shortcodes.php:434
  8. do_shortcode()
    wp-includes/shortcodes.php:273
  9. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
428SELECT *
FROM wp_posts
WHERE ID = 1198725
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. flatsome_get_attachment_image_no_srcset()
    wp-content/themes/flatsome/inc/functions/function-global.php:562
  9. flatsome_ux_banner()
    wp-content/themes/flatsome/inc/shortcodes/ux_banner.php:162
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  18. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  19. preg_replace_callback()
    wp-includes/shortcodes.php:434
  20. do_shortcode()
    wp-includes/shortcodes.php:273
  21. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  22. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  23. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  24. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  25. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  26. Walker->walk()
    wp-includes/class-wp-walker.php:252
  27. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  28. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  29. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  30. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  31. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  32. locate_template()
    wp-includes/template.php:745
  33. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  38. locate_template()
    wp-includes/template.php:745
  39. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 1 0.0002
429SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1198725)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. flatsome_get_attachment_image_no_srcset()
    wp-content/themes/flatsome/inc/functions/function-global.php:562
  12. flatsome_ux_banner()
    wp-content/themes/flatsome/inc/shortcodes/ux_banner.php:162
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. ux_col()
    wp-content/themes/flatsome/inc/shortcodes/row.php:221
  17. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  18. preg_replace_callback()
    wp-includes/shortcodes.php:434
  19. do_shortcode()
    wp-includes/shortcodes.php:273
  20. ux_row()
    wp-content/themes/flatsome/inc/shortcodes/row.php:79
  21. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  22. preg_replace_callback()
    wp-includes/shortcodes.php:434
  23. do_shortcode()
    wp-includes/shortcodes.php:273
  24. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  25. flatsome_apply_shortcode()
    wp-content/themes/flatsome/inc/functions/function-global.php:314
  26. FlatsomeNavDropdown->start_el()
    wp-content/themes/flatsome/inc/structure/structure-header.php:433
  27. Walker->display_element()
    wp-includes/class-wp-walker.php:150
  28. FlatsomeNavDropdown->display_element()
    wp-content/themes/flatsome/inc/structure/structure-header.php:504
  29. Walker->walk()
    wp-includes/class-wp-walker.php:252
  30. walk_nav_menu_tree()
    wp-includes/nav-menu-template.php:616
  31. wp_nav_menu()
    wp-includes/nav-menu-template.php:236
  32. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  33. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:91
  34. load_template('wp-content/themes/flatsome/template-parts/header/header-bottom.php')
    wp-includes/template.php:812
  35. locate_template()
    wp-includes/template.php:745
  36. get_template_part('template-parts/header/header','bottom')
    wp-includes/general-template.php:206
  37. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  38. locate_template()
    wp-includes/template.php:745
  39. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  40. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  41. locate_template()
    wp-includes/template.php:745
  42. get_header('shop')
    wp-includes/general-template.php:48
Parent Theme 2 0.0003
430SELECT *
FROM wp_wpf_filters wpf_filters
WHERE id = 1
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:34
  2. TableWpf->get()
    wp-content/plugins/woo-product-filter/classes/table.php:271
  3. ModelWpf->getFromTbl()
    wp-content/plugins/woo-product-filter/classes/model.php:89
  4. ModelWpf->getById()
    wp-content/plugins/woo-product-filter/classes/model.php:194
  5. SettingsModelWpf->getFilterBlockSettings()
    wp-content/plugins/woo-product-filter/modules/woofilters/models/settings.php:22
  6. WoofiltersViewWpf->getCurrentSettings()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:89
  7. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:188
  8. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  13. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  14. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  15. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  16. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0003
431SELECT is_stats
FROM `wp_wpf_filters`
WHERE id=1
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:24
  2. StatisticsModelWpf->isEnableStatistics()
    wp-content/plugins/woofilter-pro/statistics/models/statistics.php:42
  3. WoofilterProWpf->getProAttributes()
    wp-content/plugins/woofilter-pro/woofilterpro/mod.php:2726
  4. apply_filters('wpf_getProAttributes')
    wp-includes/plugin.php:205
  5. DispatcherWpf::applyFilters()
    wp-content/plugins/woo-product-filter/classes/dispatcher.php:43
  6. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:586
  7. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  8. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  13. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  14. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  15. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  16. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0002
432SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('product_visibility')
AND t.name IN ('exclude-from-catalog')
LIMIT 1
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. get_term_by()
    wp-includes/taxonomy.php:1147
  5. WoofiltersWpf->addArgs()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3345
  6. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3022
  7. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  8. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  9. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  10. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  15. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  16. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  17. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0003
433SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND wp_posts.ID IN (0,267,270,276,277,280,14265,14280,14283,14292,14310,14361,14362,14364,14365,14371,14372,14373,14391,14392,14413,14423,14452,14465,14474,14479,14481,14521,18173,18207,18215,18237,18282,18296,18333,18338,18340,18349,18357,18396,18402,18409,18445,18446,18465,18536,18541,18558,18571,18598,18610,18663,18672,18702,18759,18783,18826,18848,18853,18863,18883,18884,65405,65417,65443,65470,65471,65531,65554,65568,65571,65584,65596,65610,65723,65736,65741,65748,65750,65757,65788,65791,65832,65841,65845,65878,65914,65933,65940,65996,66002,66053,66082,66199,66201,66213,66232,66433,66554,66609,66650,66695,66759,66870,66926,66970,67016,67025,67061,67075,67111,67148,67292,67294,67367,67381,67421,67425,67470,67528,67620,67651,67658,67802,67810,67858,67859,67876,106789,108278,108559,108565,108577,108578,108640,108824,108859,109051,109657,110101,110130,110276,110893,110952,111001,111034,111035,111209,113313,113581,113973,114029,114274,114324,114602,114636,114662,114769,114838,114891,114947,115148,115312,115442,115494,115620,115692,116233,116860,130350,134177,145793,145795,145796,154294,154295,154309,154694,154696,154701,154702,156370,156375,169507,189978,196396,196653,196654,222214,224018,235542,236951,269002,273780,283283,309943,315229,327191,339998,340575,374261,380628,380846,381113,395525,410643,412856,418721,418727,422866,443337,451429,456452,466146,495486,500626,513676,590422,601471,662562,673197,674619,674764,674769,674875,675448,675450,675451,675454,677375,677376,718922,739533,781581,783555,798482,798583,798965,799463,801150,801153,801160,801166,801172,801191,801224,801236,801239,801263,801269,801834,804975,804982,805208,805532,806482,806514,808043,808122,808145,808547,817455,830767,830774,830790,830791,830794,830797,830799,830833,830834,830839,830866,831170,831171,831240,831242,831297,831311,843887,843888,844960,845092,845099,845100,845408,845409,845410,845411,845771,845912,846000,846054,846063,847084,847193,847215,847312,847536,847860,847901,847917,847987,847997,848174,848451,859737,867231,867232,867281,868077,868078,868133,868269,868420,868543,868625,868820,868824,868827,868924,868979,869184,877285,879691,879692,881716,881968,882187,882415,882452,882457,882540,882541,882576,883164,883921,884078,884189,885055,885485,885487,886267,886268,886340,886603,887172,887175,887649,887651,898895,899158,899839,899855,899983,900032,900059,900062,900068,901146,901152,901171,901179,901450,902813,914846,915797,920762,921541,922124,922185,922479,922601,922605,922606,922607,922640,923042,923081,923510,923513,924435,924443,924698,924711,924719,924901,926141,926228,926229,926230,926234,926240,927163,927166,927167,927671,927674,928013,928772,928913,929748,929753,930744,930757,930758,930912,930913,930981,930989,931175,931177,931182,931434,931579,931629,931927,931944,932220,932226,932227,932228,932231,932236,932380,932424,933561,933646,933980,935678,936564,938796,939183,939253,939255,941590,946366,947908,948382,948989,949004,949598,950199,950345,950346,950967,950978,952285,952287,953009,954317,954943,958490,962262,963120,963612,966193,966195,966205,966819,966820,966830,966834,966836,969165,970302,972570,972571,972593,972595,972645,972647,972648,972650,972773,974865,974876,979035,980930,984583,984585,984596,984626,985675,985676,985677,989180,991241,991242,991243,991665,991891,993740,995423,996090,996442,999722,999865,1003667,1003669,1003716,1003735,1003740,1003747,1003756,1003761,1003768,1006187,1007558,1008023,1008902,1008903,1009701,1011608,1011653,1011654,1011657,1012668,1013755,1013756,1013759,1013770,1013984,1015246,1017174,1017975,1018313,1020046,1020049,1020209,1020407,1020939,1021054,1021057,1021058,1021764,1021766,1021891,1021896,1021902,1022931,1023001,1023295,1025012,1025064,1025065,1025066,1025831,1025834,1025835,1025963,1026349,1027497,1027498,1027874,1027892,1028829,1028843,1028849,1028850,1028851,1028852,1031020,1032119,1037265,1037447,1037448,1037450,1037453,1037455,1037462,1037464,1037466,1037469,1037472,1037475,1037476,1037478,1037479,1040509,1041659,1043248,1049455,1067048,1067208,1069749,1072025,1072238,1072245,1072247,1072248,1072250,1072253,1072258,1072262,1072264,1075442,1075444,1078391,1078399,1078445,1080570,1080998,1081113,1082201,1082217,1083124,1083134,1083144,1083145,1083146,1083147,1083517,1084083,1085519,1087972,1088394,1090430,1090903,1090906,1090909,1090912,1090914,1090915,1090918,1090919,1090920,1090926,1093387,1094576,1094577,1094854,1094856,1095907,1096257,1096258,1097707,1098540,1098554,1099544,1099557,1099563,1102541,1102542,1102543,1106077,1106144,1108753,1109164,1111104,1112373,1112380,1112901,1112904,1114131,1114796,1114804,1114817,1116679,1116680,1117389,1118272,1118968,1119964,1119965,1119979,1120478,1120498,1120606,1120628,1122626,1122627,1122628,1124502,1124504,1126341,1126718,1126831,1127956,1129397,1129404,1129407,1129413,1129414,1129429,1129432,1132354,1132585,1132586,1134697,1136489,1136490,1137219,1137220,1137252,1138235,1138236,1138259,1138263,1139000,1139802,1141604,1142442,1144329,1144330,1144949,1144952,1144956,1144961,1144962,1144964,1144966,1144968,1144969,1144970,1144971,1144975,1144977,1144984,1144985,1144988,1144990,1144993,1144996,1144999,1145350,1145910,1145935,1146210,1148059,1148235,1148236,1148237,1148242,1149465,1149882,1149883,1149885,1151533,1156056,1156057,1156060,1156063,1156066,1156073,1156074,1156075,1156077,1156078,1156079,1156080,1156081,1156357,1157095,1161685,1161689,1161733,1161739,1161740,1161815,1163190,1166196,1170629,1170632,1170696,1171079,1172210,1172235,1172255,1172300,1172305,1172335,1172338,1172339,1172350,1172363,1172650,1172691,1173074,1173351,1173403,1173521,1173535,1173539,1173541,1173697,1173698,1173699,1173700,1173702,1173740,1174143,1174168,1174171,1174433,1174434,1174447,1174448,1174449,1174458,1174643,1174646,1174656,1174691,1175093,1175152,1175309,1175310,1175311,1175312,1175890,1175949,1175966,1176452,1176513,1176515,1176516,1176532,1176534,1176535,1176706,1176717,1176730,1177052,1177446,1180006,1180007,1183265,1188485,1188488,1188492,1188496,1188499,1188500,1188506,1188511,1188513,1188518,1188522,1188529,1188533,1192950,1193749,1193758,1194006,1194037,1194464,1194465,1194467,1195702,1195703,1198488,1198489,1198490,1199258,1199260,1199447,1199448,1199449,1199503,1199504,1199505,1199865,1199867,1199868,1199873,1200129,1200219,1200594,1200619,1200628,1201100,1201321,1201380,1201481,1201482,1201588,1201590,1201591,1201596,1201597,1201598,1201601,1201605,1201606,1201608,1201691,1202393,1202414,1202763,1202764,1202765,1203368,1203369,1203373,1203638,1203639,1203640,1203641,1203642,1203666,1210642,1210649,1210653,1210656,1210833,1211771,1211772,1211778,1211780,1211781,1211782,1211783,1211784,1211785,1211786,1211787,1211788,1211789,1211790,1211791,1211794,1211795,1211796,1211797,1211807,1211808,1211811,1211812,1211813,1211814,1211817,1211818,1211819,1211823,1211826,1211827,1211830,1211831,1211832,1211834,1211835,1211836,1211837,1211838,1211842,1211843,1211844,1211845,1211846,1211847,1211848,1211849,1211850,1211851,1211853,1211855,1211856,1211862,1211863,1211864,1211865,1211866,1211868,1211869,1211870,1211871,1211872,1211874,1211876,1211879,1211880,1211881,1211882,1211883,1211884,1211885,1211886,1211887,1211889,1211892,1212033,1212034,1212035,1212133,1213691,1213809,1214070,1215993,1216041,1216131,1216132,1216178,1216399,1217302,1218640,1218752,1218987,1219107,1219109,1219289,1222479,1222484,1222491,1222498,1222502,1223517,1223518,1223520,1224038,1224044,1224045,1224046,1224085,1224254,1224255,1224256,1224257,1224574,1224882,1225391,1225422,1225432,1225809,1226907,1228085,1228092,1228712,1229174,1230253,1230255,1230301,1231157,1231287,1231376,1231856,1231865,1232264,1232936,1232944,1233145,1233657,1233916,1233925,1233949,1233951,1233977,1233992,1234015,1234631,1234632,1234634,1234637,1234645,1235775,1235776,1235790,1235795,1235796,1235805,1235940,1236430,1236431,1237909,1237910,1245004,1245006,1245317,1245433,1246525,1246536,1246630,1246632,1246644,1247522,1247552,1251159,1252782,1256331,1256845,1256905,1256983,1257004,1257313,1257322,1257323,1257361,1257387,1257388,1257395,1257406,1257488,1257489,1257490,1257491,1257719,1257721,1257791,1257822,1257823,1257824,1258067,1259664,1259678,1261037,1261653,1261654,1261657,1261921,1261922,1261980,1263132,1263891,1263892,1263893,1263894,1263895,1264001,1264296,1266723,1266784,1268454,1269298,1269941,1269988,1269991,1270336,1271278,1271287,1271301,1271321,1271322,1271848,1272136,1272156,1272170,1272211,1273145,1273147,1274308,1274310,1274311,1274519,1274522,1275063,1275064,1275065,1276882,1276899,1278876,1279264,1279651,1279652,1280665,1280668,1280711,1280712,1281602,1281603,1282457,1282851,1283463,1285905,1286193,1286194,1286199,1286200,1287290,1287291,1287386,1287415,1287416,1289688,1289702,1290428,1290972,1290978,1290983,1292412,1292413,1292897,1292898,1292932,1292936,1292947,1294442,1294979,1297955,1297956,1299643,1299780,1302269,1302279,1302285,1302287,1302641,1303275,1303276,1303283,1304876,1304877,1306345,1306768)
AND ( wp_posts.ID NOT IN (
SELECT object_id
FROM wp_term_relationships
WHERE term_taxonomy_id IN (7) )
AND ( wp_term_relationships.term_taxonomy_id IN (32) ) )
AND ((wp_posts.post_type = 'product'
AND (wp_posts.post_status = 'publish'
OR wp_posts.post_status = 'cwg_mailsent'
OR wp_posts.post_status = 'cwg_mailnotsent'
OR wp_posts.post_status = 'cwg_subscribed'
OR wp_posts.post_status = 'cwg_unsubscribed'
OR wp_posts.post_status = 'cwg_converted'
OR wp_posts.post_status = 'private'))
OR (wp_posts.post_type = 'product_variation'
AND (wp_posts.post_status = 'publish'
OR wp_posts.post_status = 'cwg_mailsent'
OR wp_posts.post_status = 'cwg_mailnotsent'
OR wp_posts.post_status = 'cwg_subscribed'
OR wp_posts.post_status = 'cwg_unsubscribed'
OR wp_posts.post_status = 'cwg_converted'
OR wp_posts.post_status = 'private')))
ORDER BY wp_posts.ID ASC
LIMIT 0, 1
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3238
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  3. WP_Query->__construct()
    wp-includes/class-wp-query.php:3984
  4. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3063
  5. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  6. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  7. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  8. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  13. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  14. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  15. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  16. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0105
434SELECT FOUND_ROWS()
  1. WP_Query->set_found_posts()
    wp-includes/class-wp-query.php:3631
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3244
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:3984
  5. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3063
  6. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  7. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  8. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  9. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  14. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  15. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  16. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0001
435SHOW SESSION variables like 'sql_require_primary_key'
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:34
  2. WoofiltersWpf->createTemporaryTable()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2871
  3. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3150
  4. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  5. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  6. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  7. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  12. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  13. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  14. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  15. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 0 0.0004
436DROP TEMPORARY TABLE IF EXISTS `wpf_temp_table`
  1. DbWpf::query()
    wp-content/plugins/woo-product-filter/classes/db.php:47
  2. WoofiltersWpf->createTemporaryTable()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2875
  3. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3150
  4. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  5. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  6. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  7. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  12. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  13. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  14. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  15. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0002
437CREATE TEMPORARY TABLE IF NOT EXISTS `wpf_temp_table` (index my_pkey (id)) AS
SELECT wp_posts.ID
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND wp_posts.ID IN (0,267,270,276,277,280,14265,14280,14283,14292,14310,14361,14362,14364,14365,14371,14372,14373,14391,14392,14413,14423,14452,14465,14474,14479,14481,14521,18173,18207,18215,18237,18282,18296,18333,18338,18340,18349,18357,18396,18402,18409,18445,18446,18465,18536,18541,18558,18571,18598,18610,18663,18672,18702,18759,18783,18826,18848,18853,18863,18883,18884,65405,65417,65443,65470,65471,65531,65554,65568,65571,65584,65596,65610,65723,65736,65741,65748,65750,65757,65788,65791,65832,65841,65845,65878,65914,65933,65940,65996,66002,66053,66082,66199,66201,66213,66232,66433,66554,66609,66650,66695,66759,66870,66926,66970,67016,67025,67061,67075,67111,67148,67292,67294,67367,67381,67421,67425,67470,67528,67620,67651,67658,67802,67810,67858,67859,67876,106789,108278,108559,108565,108577,108578,108640,108824,108859,109051,109657,110101,110130,110276,110893,110952,111001,111034,111035,111209,113313,113581,113973,114029,114274,114324,114602,114636,114662,114769,114838,114891,114947,115148,115312,115442,115494,115620,115692,116233,116860,130350,134177,145793,145795,145796,154294,154295,154309,154694,154696,154701,154702,156370,156375,169507,189978,196396,196653,196654,222214,224018,235542,236951,269002,273780,283283,309943,315229,327191,339998,340575,374261,380628,380846,381113,395525,410643,412856,418721,418727,422866,443337,451429,456452,466146,495486,500626,513676,590422,601471,662562,673197,674619,674764,674769,674875,675448,675450,675451,675454,677375,677376,718922,739533,781581,783555,798482,798583,798965,799463,801150,801153,801160,801166,801172,801191,801224,801236,801239,801263,801269,801834,804975,804982,805208,805532,806482,806514,808043,808122,808145,808547,817455,830767,830774,830790,830791,830794,830797,830799,830833,830834,830839,830866,831170,831171,831240,831242,831297,831311,843887,843888,844960,845092,845099,845100,845408,845409,845410,845411,845771,845912,846000,846054,846063,847084,847193,847215,847312,847536,847860,847901,847917,847987,847997,848174,848451,859737,867231,867232,867281,868077,868078,868133,868269,868420,868543,868625,868820,868824,868827,868924,868979,869184,877285,879691,879692,881716,881968,882187,882415,882452,882457,882540,882541,882576,883164,883921,884078,884189,885055,885485,885487,886267,886268,886340,886603,887172,887175,887649,887651,898895,899158,899839,899855,899983,900032,900059,900062,900068,901146,901152,901171,901179,901450,902813,914846,915797,920762,921541,922124,922185,922479,922601,922605,922606,922607,922640,923042,923081,923510,923513,924435,924443,924698,924711,924719,924901,926141,926228,926229,926230,926234,926240,927163,927166,927167,927671,927674,928013,928772,928913,929748,929753,930744,930757,930758,930912,930913,930981,930989,931175,931177,931182,931434,931579,931629,931927,931944,932220,932226,932227,932228,932231,932236,932380,932424,933561,933646,933980,935678,936564,938796,939183,939253,939255,941590,946366,947908,948382,948989,949004,949598,950199,950345,950346,950967,950978,952285,952287,953009,954317,954943,958490,962262,963120,963612,966193,966195,966205,966819,966820,966830,966834,966836,969165,970302,972570,972571,972593,972595,972645,972647,972648,972650,972773,974865,974876,979035,980930,984583,984585,984596,984626,985675,985676,985677,989180,991241,991242,991243,991665,991891,993740,995423,996090,996442,999722,999865,1003667,1003669,1003716,1003735,1003740,1003747,1003756,1003761,1003768,1006187,1007558,1008023,1008902,1008903,1009701,1011608,1011653,1011654,1011657,1012668,1013755,1013756,1013759,1013770,1013984,1015246,1017174,1017975,1018313,1020046,1020049,1020209,1020407,1020939,1021054,1021057,1021058,1021764,1021766,1021891,1021896,1021902,1022931,1023001,1023295,1025012,1025064,1025065,1025066,1025831,1025834,1025835,1025963,1026349,1027497,1027498,1027874,1027892,1028829,1028843,1028849,1028850,1028851,1028852,1031020,1032119,1037265,1037447,1037448,1037450,1037453,1037455,1037462,1037464,1037466,1037469,1037472,1037475,1037476,1037478,1037479,1040509,1041659,1043248,1049455,1067048,1067208,1069749,1072025,1072238,1072245,1072247,1072248,1072250,1072253,1072258,1072262,1072264,1075442,1075444,1078391,1078399,1078445,1080570,1080998,1081113,1082201,1082217,1083124,1083134,1083144,1083145,1083146,1083147,1083517,1084083,1085519,1087972,1088394,1090430,1090903,1090906,1090909,1090912,1090914,1090915,1090918,1090919,1090920,1090926,1093387,1094576,1094577,1094854,1094856,1095907,1096257,1096258,1097707,1098540,1098554,1099544,1099557,1099563,1102541,1102542,1102543,1106077,1106144,1108753,1109164,1111104,1112373,1112380,1112901,1112904,1114131,1114796,1114804,1114817,1116679,1116680,1117389,1118272,1118968,1119964,1119965,1119979,1120478,1120498,1120606,1120628,1122626,1122627,1122628,1124502,1124504,1126341,1126718,1126831,1127956,1129397,1129404,1129407,1129413,1129414,1129429,1129432,1132354,1132585,1132586,1134697,1136489,1136490,1137219,1137220,1137252,1138235,1138236,1138259,1138263,1139000,1139802,1141604,1142442,1144329,1144330,1144949,1144952,1144956,1144961,1144962,1144964,1144966,1144968,1144969,1144970,1144971,1144975,1144977,1144984,1144985,1144988,1144990,1144993,1144996,1144999,1145350,1145910,1145935,1146210,1148059,1148235,1148236,1148237,1148242,1149465,1149882,1149883,1149885,1151533,1156056,1156057,1156060,1156063,1156066,1156073,1156074,1156075,1156077,1156078,1156079,1156080,1156081,1156357,1157095,1161685,1161689,1161733,1161739,1161740,1161815,1163190,1166196,1170629,1170632,1170696,1171079,1172210,1172235,1172255,1172300,1172305,1172335,1172338,1172339,1172350,1172363,1172650,1172691,1173074,1173351,1173403,1173521,1173535,1173539,1173541,1173697,1173698,1173699,1173700,1173702,1173740,1174143,1174168,1174171,1174433,1174434,1174447,1174448,1174449,1174458,1174643,1174646,1174656,1174691,1175093,1175152,1175309,1175310,1175311,1175312,1175890,1175949,1175966,1176452,1176513,1176515,1176516,1176532,1176534,1176535,1176706,1176717,1176730,1177052,1177446,1180006,1180007,1183265,1188485,1188488,1188492,1188496,1188499,1188500,1188506,1188511,1188513,1188518,1188522,1188529,1188533,1192950,1193749,1193758,1194006,1194037,1194464,1194465,1194467,1195702,1195703,1198488,1198489,1198490,1199258,1199260,1199447,1199448,1199449,1199503,1199504,1199505,1199865,1199867,1199868,1199873,1200129,1200219,1200594,1200619,1200628,1201100,1201321,1201380,1201481,1201482,1201588,1201590,1201591,1201596,1201597,1201598,1201601,1201605,1201606,1201608,1201691,1202393,1202414,1202763,1202764,1202765,1203368,1203369,1203373,1203638,1203639,1203640,1203641,1203642,1203666,1210642,1210649,1210653,1210656,1210833,1211771,1211772,1211778,1211780,1211781,1211782,1211783,1211784,1211785,1211786,1211787,1211788,1211789,1211790,1211791,1211794,1211795,1211796,1211797,1211807,1211808,1211811,1211812,1211813,1211814,1211817,1211818,1211819,1211823,1211826,1211827,1211830,1211831,1211832,1211834,1211835,1211836,1211837,1211838,1211842,1211843,1211844,1211845,1211846,1211847,1211848,1211849,1211850,1211851,1211853,1211855,1211856,1211862,1211863,1211864,1211865,1211866,1211868,1211869,1211870,1211871,1211872,1211874,1211876,1211879,1211880,1211881,1211882,1211883,1211884,1211885,1211886,1211887,1211889,1211892,1212033,1212034,1212035,1212133,1213691,1213809,1214070,1215993,1216041,1216131,1216132,1216178,1216399,1217302,1218640,1218752,1218987,1219107,1219109,1219289,1222479,1222484,1222491,1222498,1222502,1223517,1223518,1223520,1224038,1224044,1224045,1224046,1224085,1224254,1224255,1224256,1224257,1224574,1224882,1225391,1225422,1225432,1225809,1226907,1228085,1228092,1228712,1229174,1230253,1230255,1230301,1231157,1231287,1231376,1231856,1231865,1232264,1232936,1232944,1233145,1233657,1233916,1233925,1233949,1233951,1233977,1233992,1234015,1234631,1234632,1234634,1234637,1234645,1235775,1235776,1235790,1235795,1235796,1235805,1235940,1236430,1236431,1237909,1237910,1245004,1245006,1245317,1245433,1246525,1246536,1246630,1246632,1246644,1247522,1247552,1251159,1252782,1256331,1256845,1256905,1256983,1257004,1257313,1257322,1257323,1257361,1257387,1257388,1257395,1257406,1257488,1257489,1257490,1257491,1257719,1257721,1257791,1257822,1257823,1257824,1258067,1259664,1259678,1261037,1261653,1261654,1261657,1261921,1261922,1261980,1263132,1263891,1263892,1263893,1263894,1263895,1264001,1264296,1266723,1266784,1268454,1269298,1269941,1269988,1269991,1270336,1271278,1271287,1271301,1271321,1271322,1271848,1272136,1272156,1272170,1272211,1273145,1273147,1274308,1274310,1274311,1274519,1274522,1275063,1275064,1275065,1276882,1276899,1278876,1279264,1279651,1279652,1280665,1280668,1280711,1280712,1281602,1281603,1282457,1282851,1283463,1285905,1286193,1286194,1286199,1286200,1287290,1287291,1287386,1287415,1287416,1289688,1289702,1290428,1290972,1290978,1290983,1292412,1292413,1292897,1292898,1292932,1292936,1292947,1294442,1294979,1297955,1297956,1299643,1299780,1302269,1302279,1302285,1302287,1302641,1303275,1303276,1303283,1304876,1304877,1306345,1306768)
AND ( wp_posts.ID NOT IN (
SELECT object_id
FROM wp_term_relationships
WHERE term_taxonomy_id IN (7) )
AND ( wp_term_relationships.term_taxonomy_id IN (32) ) )
AND ((wp_posts.post_type = 'product'
AND (wp_posts.post_status = 'publish'
OR wp_posts.post_status = 'cwg_mailsent'
OR wp_posts.post_status = 'cwg_mailnotsent'
OR wp_posts.post_status = 'cwg_subscribed'
OR wp_posts.post_status = 'cwg_unsubscribed'
OR wp_posts.post_status = 'cwg_converted'
OR wp_posts.post_status = 'private'))
OR (wp_posts.post_type = 'product_variation'
AND (wp_posts.post_status = 'publish'
OR wp_posts.post_status = 'cwg_mailsent'
OR wp_posts.post_status = 'cwg_mailnotsent'
OR wp_posts.post_status = 'cwg_subscribed'
OR wp_posts.post_status = 'cwg_unsubscribed'
OR wp_posts.post_status = 'cwg_converted'
OR wp_posts.post_status = 'private')))
  1. DbWpf::query()
    wp-content/plugins/woo-product-filter/classes/db.php:47
  2. WoofiltersWpf->createTemporaryTable()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2879
  3. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3150
  4. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  5. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  6. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  7. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  12. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  13. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  14. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  15. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0092
438SELECT tr.term_taxonomy_id, tt.term_id, tt.taxonomy, tt.parent, COUNT(*) as cnt
FROM wpf_temp_table AS wpf_temp
INNER JOIN wp_term_relationships tr
ON (tr.object_id=wpf_temp.ID)
INNER JOIN wp_term_taxonomy tt
ON (tt.term_taxonomy_id=tr.term_taxonomy_id)
WHERE tt.taxonomy IN ('pa_in-stock', 'pa_condition', 'pa_platform', 'pa_product-type', 'pa_manufacturer')
GROUP BY tr.term_taxonomy_id
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:34
  2. WoofiltersWpf->getTerms()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3576
  3. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3163
  4. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  5. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  6. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  7. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  12. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  13. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  14. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  15. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 81 0.0105
439SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
WHERE 1=1
AND ( wp_posts.ID NOT IN (
SELECT object_id
FROM wp_term_relationships
WHERE term_taxonomy_id IN (7) ) )
AND ((wp_posts.post_type = 'product'
AND (wp_posts.post_status = 'publish'
OR wp_posts.post_status = 'cwg_mailsent'
OR wp_posts.post_status = 'cwg_mailnotsent'
OR wp_posts.post_status = 'cwg_subscribed'
OR wp_posts.post_status = 'cwg_unsubscribed'
OR wp_posts.post_status = 'cwg_converted'
OR wp_posts.post_status = 'private')))
ORDER BY wp_posts.ID ASC
LIMIT 0, 1
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3238
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  3. WP_Query->__construct()
    wp-includes/class-wp-query.php:3984
  4. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3063
  5. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  6. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  7. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  8. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  13. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  14. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  15. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  16. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0221
440SELECT FOUND_ROWS()
  1. WP_Query->set_found_posts()
    wp-includes/class-wp-query.php:3631
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3244
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:3984
  5. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3063
  6. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  7. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  8. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  9. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  14. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  15. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  16. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0001
441SHOW SESSION variables like 'sql_require_primary_key'
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:34
  2. WoofiltersWpf->createTemporaryTable()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2871
  3. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3150
  4. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  5. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  6. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  7. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  12. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  13. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  14. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  15. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 0 0.0004
442DROP TEMPORARY TABLE IF EXISTS `wpf_temp_table`
  1. DbWpf::query()
    wp-content/plugins/woo-product-filter/classes/db.php:47
  2. WoofiltersWpf->createTemporaryTable()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2875
  3. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3150
  4. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  5. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  6. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  7. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  12. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  13. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  14. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  15. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0001
443CREATE TEMPORARY TABLE IF NOT EXISTS `wpf_temp_table` (index my_pkey (id)) AS
SELECT wp_posts.ID
FROM wp_posts
WHERE 1=1
AND ( wp_posts.ID NOT IN (
SELECT object_id
FROM wp_term_relationships
WHERE term_taxonomy_id IN (7) ) )
AND ((wp_posts.post_type = 'product'
AND (wp_posts.post_status = 'publish'
OR wp_posts.post_status = 'cwg_mailsent'
OR wp_posts.post_status = 'cwg_mailnotsent'
OR wp_posts.post_status = 'cwg_subscribed'
OR wp_posts.post_status = 'cwg_unsubscribed'
OR wp_posts.post_status = 'cwg_converted'
OR wp_posts.post_status = 'private')))
  1. DbWpf::query()
    wp-content/plugins/woo-product-filter/classes/db.php:47
  2. WoofiltersWpf->createTemporaryTable()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2879
  3. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3150
  4. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  5. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  6. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  7. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  12. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  13. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  14. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  15. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0959
444SELECT tr.term_taxonomy_id, tt.term_id, tt.taxonomy, tt.parent, COUNT(*) as cnt
FROM wpf_temp_table AS wpf_temp
INNER JOIN wp_term_relationships tr
ON (tr.object_id=wpf_temp.ID)
INNER JOIN wp_term_taxonomy tt
ON (tt.term_taxonomy_id=tr.term_taxonomy_id)
WHERE tt.taxonomy IN ('pa_in-stock', 'pa_condition', 'pa_platform', 'pa_product-type', 'pa_manufacturer')
GROUP BY tr.term_taxonomy_id
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:34
  2. WoofiltersWpf->getTerms()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3576
  3. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3163
  4. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  5. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  6. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  7. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  12. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  13. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  14. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  15. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 653 0.4151
445SELECT *
FROM wp_wpf_meta_keys wpf_meta_keys
WHERE meta_like=0
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:34
  2. TableWpf->get()
    wp-content/plugins/woo-product-filter/classes/table.php:271
  3. ModelWpf->getFromTbl()
    wp-content/plugins/woo-product-filter/classes/model.php:89
  4. Meta_KeysModelWpf->getAllKeys()
    wp-content/plugins/woo-product-filter/modules/meta/models/meta_keys.php:19
  5. Meta_KeysModelWpf->getKeysWithCalcControl()
    wp-content/plugins/woo-product-filter/modules/meta/models/meta_keys.php:34
  6. WoofiltersWpf->getMetaKeyId()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:583
  7. WoofiltersViewWpf->wpfGetFilteredPriceFromProductList()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2636
  8. WoofiltersWpf->getExistsMore()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3767
  9. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3199
  10. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  11. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  12. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  13. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  18. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  19. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  20. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 23 0.0003
446SELECT min( FLOOR( val_dec ) ) as wpfMinPrice, max( CEILING( val_dec ) ) as wpfMaxPrice
FROM wpf_temp_table AS wpf_temp
INNER JOIN wp_wpf_meta_data pm
ON (pm.product_id=wpf_temp.ID)
WHERE key_id IN (6)
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:27
  2. WoofiltersViewWpf->wpfGetFilteredPriceFromProductList()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2664
  3. WoofiltersWpf->getExistsMore()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3767
  4. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3199
  5. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  6. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  7. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  8. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  13. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  14. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  15. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  16. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.1173
447SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
WHERE 1=1
AND wp_posts.ID IN (0,267,270,276,277,280,14265,14280,14283,14292,14310,14361,14362,14364,14365,14371,14372,14373,14391,14392,14413,14423,14452,14465,14474,14479,14481,14521,18173,18207,18215,18237,18282,18296,18333,18338,18340,18349,18357,18396,18402,18409,18445,18446,18465,18536,18541,18558,18571,18598,18610,18663,18672,18702,18759,18783,18826,18848,18853,18863,18883,18884,65405,65417,65443,65470,65471,65531,65554,65568,65571,65584,65596,65610,65723,65736,65741,65748,65750,65757,65788,65791,65832,65841,65845,65878,65914,65933,65940,65996,66002,66053,66082,66199,66201,66213,66232,66433,66554,66609,66650,66695,66759,66870,66926,66970,67016,67025,67061,67075,67111,67148,67292,67294,67367,67381,67421,67425,67470,67528,67620,67651,67658,67802,67810,67858,67859,67876,106789,108278,108559,108565,108577,108578,108640,108824,108859,109051,109657,110101,110130,110276,110893,110952,111001,111034,111035,111209,113313,113581,113973,114029,114274,114324,114602,114636,114662,114769,114838,114891,114947,115148,115312,115442,115494,115620,115692,116233,116860,130350,134177,145793,145795,145796,154294,154295,154309,154694,154696,154701,154702,156370,156375,169507,189978,196396,196653,196654,222214,224018,235542,236951,269002,273780,283283,309943,315229,327191,339998,340575,374261,380628,380846,381113,395525,410643,412856,418721,418727,422866,443337,451429,456452,466146,495486,500626,513676,590422,601471,662562,673197,674619,674764,674769,674875,675448,675450,675451,675454,677375,677376,718922,739533,781581,783555,798482,798583,798965,799463,801150,801153,801160,801166,801172,801191,801224,801236,801239,801263,801269,801834,804975,804982,805208,805532,806482,806514,808043,808122,808145,808547,817455,830767,830774,830790,830791,830794,830797,830799,830833,830834,830839,830866,831170,831171,831240,831242,831297,831311,843887,843888,844960,845092,845099,845100,845408,845409,845410,845411,845771,845912,846000,846054,846063,847084,847193,847215,847312,847536,847860,847901,847917,847987,847997,848174,848451,859737,867231,867232,867281,868077,868078,868133,868269,868420,868543,868625,868820,868824,868827,868924,868979,869184,877285,879691,879692,881716,881968,882187,882415,882452,882457,882540,882541,882576,883164,883921,884078,884189,885055,885485,885487,886267,886268,886340,886603,887172,887175,887649,887651,898895,899158,899839,899855,899983,900032,900059,900062,900068,901146,901152,901171,901179,901450,902813,914846,915797,920762,921541,922124,922185,922479,922601,922605,922606,922607,922640,923042,923081,923510,923513,924435,924443,924698,924711,924719,924901,926141,926228,926229,926230,926234,926240,927163,927166,927167,927671,927674,928013,928772,928913,929748,929753,930744,930757,930758,930912,930913,930981,930989,931175,931177,931182,931434,931579,931629,931927,931944,932220,932226,932227,932228,932231,932236,932380,932424,933561,933646,933980,935678,936564,938796,939183,939253,939255,941590,946366,947908,948382,948989,949004,949598,950199,950345,950346,950967,950978,952285,952287,953009,954317,954943,958490,962262,963120,963612,966193,966195,966205,966819,966820,966830,966834,966836,969165,970302,972570,972571,972593,972595,972645,972647,972648,972650,972773,974865,974876,979035,980930,984583,984585,984596,984626,985675,985676,985677,989180,991241,991242,991243,991665,991891,993740,995423,996090,996442,999722,999865,1003667,1003669,1003716,1003735,1003740,1003747,1003756,1003761,1003768,1006187,1007558,1008023,1008902,1008903,1009701,1011608,1011653,1011654,1011657,1012668,1013755,1013756,1013759,1013770,1013984,1015246,1017174,1017975,1018313,1020046,1020049,1020209,1020407,1020939,1021054,1021057,1021058,1021764,1021766,1021891,1021896,1021902,1022931,1023001,1023295,1025012,1025064,1025065,1025066,1025831,1025834,1025835,1025963,1026349,1027497,1027498,1027874,1027892,1028829,1028843,1028849,1028850,1028851,1028852,1031020,1032119,1037265,1037447,1037448,1037450,1037453,1037455,1037462,1037464,1037466,1037469,1037472,1037475,1037476,1037478,1037479,1040509,1041659,1043248,1049455,1067048,1067208,1069749,1072025,1072238,1072245,1072247,1072248,1072250,1072253,1072258,1072262,1072264,1075442,1075444,1078391,1078399,1078445,1080570,1080998,1081113,1082201,1082217,1083124,1083134,1083144,1083145,1083146,1083147,1083517,1084083,1085519,1087972,1088394,1090430,1090903,1090906,1090909,1090912,1090914,1090915,1090918,1090919,1090920,1090926,1093387,1094576,1094577,1094854,1094856,1095907,1096257,1096258,1097707,1098540,1098554,1099544,1099557,1099563,1102541,1102542,1102543,1106077,1106144,1108753,1109164,1111104,1112373,1112380,1112901,1112904,1114131,1114796,1114804,1114817,1116679,1116680,1117389,1118272,1118968,1119964,1119965,1119979,1120478,1120498,1120606,1120628,1122626,1122627,1122628,1124502,1124504,1126341,1126718,1126831,1127956,1129397,1129404,1129407,1129413,1129414,1129429,1129432,1132354,1132585,1132586,1134697,1136489,1136490,1137219,1137220,1137252,1138235,1138236,1138259,1138263,1139000,1139802,1141604,1142442,1144329,1144330,1144949,1144952,1144956,1144961,1144962,1144964,1144966,1144968,1144969,1144970,1144971,1144975,1144977,1144984,1144985,1144988,1144990,1144993,1144996,1144999,1145350,1145910,1145935,1146210,1148059,1148235,1148236,1148237,1148242,1149465,1149882,1149883,1149885,1151533,1156056,1156057,1156060,1156063,1156066,1156073,1156074,1156075,1156077,1156078,1156079,1156080,1156081,1156357,1157095,1161685,1161689,1161733,1161739,1161740,1161815,1163190,1166196,1170629,1170632,1170696,1171079,1172210,1172235,1172255,1172300,1172305,1172335,1172338,1172339,1172350,1172363,1172650,1172691,1173074,1173351,1173403,1173521,1173535,1173539,1173541,1173697,1173698,1173699,1173700,1173702,1173740,1174143,1174168,1174171,1174433,1174434,1174447,1174448,1174449,1174458,1174643,1174646,1174656,1174691,1175093,1175152,1175309,1175310,1175311,1175312,1175890,1175949,1175966,1176452,1176513,1176515,1176516,1176532,1176534,1176535,1176706,1176717,1176730,1177052,1177446,1180006,1180007,1183265,1188485,1188488,1188492,1188496,1188499,1188500,1188506,1188511,1188513,1188518,1188522,1188529,1188533,1192950,1193749,1193758,1194006,1194037,1194464,1194465,1194467,1195702,1195703,1198488,1198489,1198490,1199258,1199260,1199447,1199448,1199449,1199503,1199504,1199505,1199865,1199867,1199868,1199873,1200129,1200219,1200594,1200619,1200628,1201100,1201321,1201380,1201481,1201482,1201588,1201590,1201591,1201596,1201597,1201598,1201601,1201605,1201606,1201608,1201691,1202393,1202414,1202763,1202764,1202765,1203368,1203369,1203373,1203638,1203639,1203640,1203641,1203642,1203666,1210642,1210649,1210653,1210656,1210833,1211771,1211772,1211778,1211780,1211781,1211782,1211783,1211784,1211785,1211786,1211787,1211788,1211789,1211790,1211791,1211794,1211795,1211796,1211797,1211807,1211808,1211811,1211812,1211813,1211814,1211817,1211818,1211819,1211823,1211826,1211827,1211830,1211831,1211832,1211834,1211835,1211836,1211837,1211838,1211842,1211843,1211844,1211845,1211846,1211847,1211848,1211849,1211850,1211851,1211853,1211855,1211856,1211862,1211863,1211864,1211865,1211866,1211868,1211869,1211870,1211871,1211872,1211874,1211876,1211879,1211880,1211881,1211882,1211883,1211884,1211885,1211886,1211887,1211889,1211892,1212033,1212034,1212035,1212133,1213691,1213809,1214070,1215993,1216041,1216131,1216132,1216178,1216399,1217302,1218640,1218752,1218987,1219107,1219109,1219289,1222479,1222484,1222491,1222498,1222502,1223517,1223518,1223520,1224038,1224044,1224045,1224046,1224085,1224254,1224255,1224256,1224257,1224574,1224882,1225391,1225422,1225432,1225809,1226907,1228085,1228092,1228712,1229174,1230253,1230255,1230301,1231157,1231287,1231376,1231856,1231865,1232264,1232936,1232944,1233145,1233657,1233916,1233925,1233949,1233951,1233977,1233992,1234015,1234631,1234632,1234634,1234637,1234645,1235775,1235776,1235790,1235795,1235796,1235805,1235940,1236430,1236431,1237909,1237910,1245004,1245006,1245317,1245433,1246525,1246536,1246630,1246632,1246644,1247522,1247552,1251159,1252782,1256331,1256845,1256905,1256983,1257004,1257313,1257322,1257323,1257361,1257387,1257388,1257395,1257406,1257488,1257489,1257490,1257491,1257719,1257721,1257791,1257822,1257823,1257824,1258067,1259664,1259678,1261037,1261653,1261654,1261657,1261921,1261922,1261980,1263132,1263891,1263892,1263893,1263894,1263895,1264001,1264296,1266723,1266784,1268454,1269298,1269941,1269988,1269991,1270336,1271278,1271287,1271301,1271321,1271322,1271848,1272136,1272156,1272170,1272211,1273145,1273147,1274308,1274310,1274311,1274519,1274522,1275063,1275064,1275065,1276882,1276899,1278876,1279264,1279651,1279652,1280665,1280668,1280711,1280712,1281602,1281603,1282457,1282851,1283463,1285905,1286193,1286194,1286199,1286200,1287290,1287291,1287386,1287415,1287416,1289688,1289702,1290428,1290972,1290978,1290983,1292412,1292413,1292897,1292898,1292932,1292936,1292947,1294442,1294979,1297955,1297956,1299643,1299780,1302269,1302279,1302285,1302287,1302641,1303275,1303276,1303283,1304876,1304877,1306345,1306768)
AND ( wp_posts.ID NOT IN (
SELECT object_id
FROM wp_term_relationships
WHERE term_taxonomy_id IN (7) ) )
AND ((wp_posts.post_type = 'product'
AND (wp_posts.post_status = 'publish'
OR wp_posts.post_status = 'cwg_mailsent'
OR wp_posts.post_status = 'cwg_mailnotsent'
OR wp_posts.post_status = 'cwg_subscribed'
OR wp_posts.post_status = 'cwg_unsubscribed'
OR wp_posts.post_status = 'cwg_converted'
OR wp_posts.post_status = 'private'))
OR (wp_posts.post_type = 'product_variation'
AND (wp_posts.post_status = 'publish'
OR wp_posts.post_status = 'cwg_mailsent'
OR wp_posts.post_status = 'cwg_mailnotsent'
OR wp_posts.post_status = 'cwg_subscribed'
OR wp_posts.post_status = 'cwg_unsubscribed'
OR wp_posts.post_status = 'cwg_converted'
OR wp_posts.post_status = 'private')))
ORDER BY wp_posts.ID ASC
LIMIT 0, 1
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3238
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  3. WP_Query->__construct()
    wp-includes/class-wp-query.php:3984
  4. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3063
  5. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  6. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  7. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  8. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  13. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  14. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  15. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  16. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0063
448SELECT FOUND_ROWS()
  1. WP_Query->set_found_posts()
    wp-includes/class-wp-query.php:3631
  2. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3244
  3. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  4. WP_Query->__construct()
    wp-includes/class-wp-query.php:3984
  5. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3063
  6. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  7. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  8. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  9. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  14. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  15. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  16. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0001
449SHOW SESSION variables like 'sql_require_primary_key'
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:34
  2. WoofiltersWpf->createTemporaryTable()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2871
  3. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3150
  4. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  5. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  6. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  7. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  12. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  13. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  14. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  15. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 0 0.0005
450DROP TEMPORARY TABLE IF EXISTS `wpf_temp_table_wpf_filter_platform`
  1. DbWpf::query()
    wp-content/plugins/woo-product-filter/classes/db.php:47
  2. WoofiltersWpf->createTemporaryTable()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2875
  3. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3150
  4. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  5. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  6. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  7. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  12. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  13. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  14. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  15. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0001
451CREATE TEMPORARY TABLE IF NOT EXISTS `wpf_temp_table_wpf_filter_platform` (index my_pkey (id)) AS
SELECT wp_posts.ID
FROM wp_posts
WHERE 1=1
AND wp_posts.ID IN (0,267,270,276,277,280,14265,14280,14283,14292,14310,14361,14362,14364,14365,14371,14372,14373,14391,14392,14413,14423,14452,14465,14474,14479,14481,14521,18173,18207,18215,18237,18282,18296,18333,18338,18340,18349,18357,18396,18402,18409,18445,18446,18465,18536,18541,18558,18571,18598,18610,18663,18672,18702,18759,18783,18826,18848,18853,18863,18883,18884,65405,65417,65443,65470,65471,65531,65554,65568,65571,65584,65596,65610,65723,65736,65741,65748,65750,65757,65788,65791,65832,65841,65845,65878,65914,65933,65940,65996,66002,66053,66082,66199,66201,66213,66232,66433,66554,66609,66650,66695,66759,66870,66926,66970,67016,67025,67061,67075,67111,67148,67292,67294,67367,67381,67421,67425,67470,67528,67620,67651,67658,67802,67810,67858,67859,67876,106789,108278,108559,108565,108577,108578,108640,108824,108859,109051,109657,110101,110130,110276,110893,110952,111001,111034,111035,111209,113313,113581,113973,114029,114274,114324,114602,114636,114662,114769,114838,114891,114947,115148,115312,115442,115494,115620,115692,116233,116860,130350,134177,145793,145795,145796,154294,154295,154309,154694,154696,154701,154702,156370,156375,169507,189978,196396,196653,196654,222214,224018,235542,236951,269002,273780,283283,309943,315229,327191,339998,340575,374261,380628,380846,381113,395525,410643,412856,418721,418727,422866,443337,451429,456452,466146,495486,500626,513676,590422,601471,662562,673197,674619,674764,674769,674875,675448,675450,675451,675454,677375,677376,718922,739533,781581,783555,798482,798583,798965,799463,801150,801153,801160,801166,801172,801191,801224,801236,801239,801263,801269,801834,804975,804982,805208,805532,806482,806514,808043,808122,808145,808547,817455,830767,830774,830790,830791,830794,830797,830799,830833,830834,830839,830866,831170,831171,831240,831242,831297,831311,843887,843888,844960,845092,845099,845100,845408,845409,845410,845411,845771,845912,846000,846054,846063,847084,847193,847215,847312,847536,847860,847901,847917,847987,847997,848174,848451,859737,867231,867232,867281,868077,868078,868133,868269,868420,868543,868625,868820,868824,868827,868924,868979,869184,877285,879691,879692,881716,881968,882187,882415,882452,882457,882540,882541,882576,883164,883921,884078,884189,885055,885485,885487,886267,886268,886340,886603,887172,887175,887649,887651,898895,899158,899839,899855,899983,900032,900059,900062,900068,901146,901152,901171,901179,901450,902813,914846,915797,920762,921541,922124,922185,922479,922601,922605,922606,922607,922640,923042,923081,923510,923513,924435,924443,924698,924711,924719,924901,926141,926228,926229,926230,926234,926240,927163,927166,927167,927671,927674,928013,928772,928913,929748,929753,930744,930757,930758,930912,930913,930981,930989,931175,931177,931182,931434,931579,931629,931927,931944,932220,932226,932227,932228,932231,932236,932380,932424,933561,933646,933980,935678,936564,938796,939183,939253,939255,941590,946366,947908,948382,948989,949004,949598,950199,950345,950346,950967,950978,952285,952287,953009,954317,954943,958490,962262,963120,963612,966193,966195,966205,966819,966820,966830,966834,966836,969165,970302,972570,972571,972593,972595,972645,972647,972648,972650,972773,974865,974876,979035,980930,984583,984585,984596,984626,985675,985676,985677,989180,991241,991242,991243,991665,991891,993740,995423,996090,996442,999722,999865,1003667,1003669,1003716,1003735,1003740,1003747,1003756,1003761,1003768,1006187,1007558,1008023,1008902,1008903,1009701,1011608,1011653,1011654,1011657,1012668,1013755,1013756,1013759,1013770,1013984,1015246,1017174,1017975,1018313,1020046,1020049,1020209,1020407,1020939,1021054,1021057,1021058,1021764,1021766,1021891,1021896,1021902,1022931,1023001,1023295,1025012,1025064,1025065,1025066,1025831,1025834,1025835,1025963,1026349,1027497,1027498,1027874,1027892,1028829,1028843,1028849,1028850,1028851,1028852,1031020,1032119,1037265,1037447,1037448,1037450,1037453,1037455,1037462,1037464,1037466,1037469,1037472,1037475,1037476,1037478,1037479,1040509,1041659,1043248,1049455,1067048,1067208,1069749,1072025,1072238,1072245,1072247,1072248,1072250,1072253,1072258,1072262,1072264,1075442,1075444,1078391,1078399,1078445,1080570,1080998,1081113,1082201,1082217,1083124,1083134,1083144,1083145,1083146,1083147,1083517,1084083,1085519,1087972,1088394,1090430,1090903,1090906,1090909,1090912,1090914,1090915,1090918,1090919,1090920,1090926,1093387,1094576,1094577,1094854,1094856,1095907,1096257,1096258,1097707,1098540,1098554,1099544,1099557,1099563,1102541,1102542,1102543,1106077,1106144,1108753,1109164,1111104,1112373,1112380,1112901,1112904,1114131,1114796,1114804,1114817,1116679,1116680,1117389,1118272,1118968,1119964,1119965,1119979,1120478,1120498,1120606,1120628,1122626,1122627,1122628,1124502,1124504,1126341,1126718,1126831,1127956,1129397,1129404,1129407,1129413,1129414,1129429,1129432,1132354,1132585,1132586,1134697,1136489,1136490,1137219,1137220,1137252,1138235,1138236,1138259,1138263,1139000,1139802,1141604,1142442,1144329,1144330,1144949,1144952,1144956,1144961,1144962,1144964,1144966,1144968,1144969,1144970,1144971,1144975,1144977,1144984,1144985,1144988,1144990,1144993,1144996,1144999,1145350,1145910,1145935,1146210,1148059,1148235,1148236,1148237,1148242,1149465,1149882,1149883,1149885,1151533,1156056,1156057,1156060,1156063,1156066,1156073,1156074,1156075,1156077,1156078,1156079,1156080,1156081,1156357,1157095,1161685,1161689,1161733,1161739,1161740,1161815,1163190,1166196,1170629,1170632,1170696,1171079,1172210,1172235,1172255,1172300,1172305,1172335,1172338,1172339,1172350,1172363,1172650,1172691,1173074,1173351,1173403,1173521,1173535,1173539,1173541,1173697,1173698,1173699,1173700,1173702,1173740,1174143,1174168,1174171,1174433,1174434,1174447,1174448,1174449,1174458,1174643,1174646,1174656,1174691,1175093,1175152,1175309,1175310,1175311,1175312,1175890,1175949,1175966,1176452,1176513,1176515,1176516,1176532,1176534,1176535,1176706,1176717,1176730,1177052,1177446,1180006,1180007,1183265,1188485,1188488,1188492,1188496,1188499,1188500,1188506,1188511,1188513,1188518,1188522,1188529,1188533,1192950,1193749,1193758,1194006,1194037,1194464,1194465,1194467,1195702,1195703,1198488,1198489,1198490,1199258,1199260,1199447,1199448,1199449,1199503,1199504,1199505,1199865,1199867,1199868,1199873,1200129,1200219,1200594,1200619,1200628,1201100,1201321,1201380,1201481,1201482,1201588,1201590,1201591,1201596,1201597,1201598,1201601,1201605,1201606,1201608,1201691,1202393,1202414,1202763,1202764,1202765,1203368,1203369,1203373,1203638,1203639,1203640,1203641,1203642,1203666,1210642,1210649,1210653,1210656,1210833,1211771,1211772,1211778,1211780,1211781,1211782,1211783,1211784,1211785,1211786,1211787,1211788,1211789,1211790,1211791,1211794,1211795,1211796,1211797,1211807,1211808,1211811,1211812,1211813,1211814,1211817,1211818,1211819,1211823,1211826,1211827,1211830,1211831,1211832,1211834,1211835,1211836,1211837,1211838,1211842,1211843,1211844,1211845,1211846,1211847,1211848,1211849,1211850,1211851,1211853,1211855,1211856,1211862,1211863,1211864,1211865,1211866,1211868,1211869,1211870,1211871,1211872,1211874,1211876,1211879,1211880,1211881,1211882,1211883,1211884,1211885,1211886,1211887,1211889,1211892,1212033,1212034,1212035,1212133,1213691,1213809,1214070,1215993,1216041,1216131,1216132,1216178,1216399,1217302,1218640,1218752,1218987,1219107,1219109,1219289,1222479,1222484,1222491,1222498,1222502,1223517,1223518,1223520,1224038,1224044,1224045,1224046,1224085,1224254,1224255,1224256,1224257,1224574,1224882,1225391,1225422,1225432,1225809,1226907,1228085,1228092,1228712,1229174,1230253,1230255,1230301,1231157,1231287,1231376,1231856,1231865,1232264,1232936,1232944,1233145,1233657,1233916,1233925,1233949,1233951,1233977,1233992,1234015,1234631,1234632,1234634,1234637,1234645,1235775,1235776,1235790,1235795,1235796,1235805,1235940,1236430,1236431,1237909,1237910,1245004,1245006,1245317,1245433,1246525,1246536,1246630,1246632,1246644,1247522,1247552,1251159,1252782,1256331,1256845,1256905,1256983,1257004,1257313,1257322,1257323,1257361,1257387,1257388,1257395,1257406,1257488,1257489,1257490,1257491,1257719,1257721,1257791,1257822,1257823,1257824,1258067,1259664,1259678,1261037,1261653,1261654,1261657,1261921,1261922,1261980,1263132,1263891,1263892,1263893,1263894,1263895,1264001,1264296,1266723,1266784,1268454,1269298,1269941,1269988,1269991,1270336,1271278,1271287,1271301,1271321,1271322,1271848,1272136,1272156,1272170,1272211,1273145,1273147,1274308,1274310,1274311,1274519,1274522,1275063,1275064,1275065,1276882,1276899,1278876,1279264,1279651,1279652,1280665,1280668,1280711,1280712,1281602,1281603,1282457,1282851,1283463,1285905,1286193,1286194,1286199,1286200,1287290,1287291,1287386,1287415,1287416,1289688,1289702,1290428,1290972,1290978,1290983,1292412,1292413,1292897,1292898,1292932,1292936,1292947,1294442,1294979,1297955,1297956,1299643,1299780,1302269,1302279,1302285,1302287,1302641,1303275,1303276,1303283,1304876,1304877,1306345,1306768)
AND ( wp_posts.ID NOT IN (
SELECT object_id
FROM wp_term_relationships
WHERE term_taxonomy_id IN (7) ) )
AND ((wp_posts.post_type = 'product'
AND (wp_posts.post_status = 'publish'
OR wp_posts.post_status = 'cwg_mailsent'
OR wp_posts.post_status = 'cwg_mailnotsent'
OR wp_posts.post_status = 'cwg_subscribed'
OR wp_posts.post_status = 'cwg_unsubscribed'
OR wp_posts.post_status = 'cwg_converted'
OR wp_posts.post_status = 'private'))
OR (wp_posts.post_type = 'product_variation'
AND (wp_posts.post_status = 'publish'
OR wp_posts.post_status = 'cwg_mailsent'
OR wp_posts.post_status = 'cwg_mailnotsent'
OR wp_posts.post_status = 'cwg_subscribed'
OR wp_posts.post_status = 'cwg_unsubscribed'
OR wp_posts.post_status = 'cwg_converted'
OR wp_posts.post_status = 'private')))
  1. DbWpf::query()
    wp-content/plugins/woo-product-filter/classes/db.php:47
  2. WoofiltersWpf->createTemporaryTable()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2879
  3. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3150
  4. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  5. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  6. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  7. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  12. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  13. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  14. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  15. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 1 0.0086
452SELECT tr.term_taxonomy_id, tt.term_id, tt.taxonomy, tt.parent, COUNT(*) as cnt
FROM wpf_temp_table_wpf_filter_platform AS wpf_temp
INNER JOIN wp_term_relationships tr
ON (tr.object_id=wpf_temp.ID)
INNER JOIN wp_term_taxonomy tt
ON (tt.term_taxonomy_id=tr.term_taxonomy_id)
WHERE tt.taxonomy IN ('pa_platform')
GROUP BY tr.term_taxonomy_id
  1. DbWpf::get()
    wp-content/plugins/woo-product-filter/classes/db.php:34
  2. WoofiltersWpf->getTerms()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3576
  3. WoofiltersWpf->getFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:3163
  4. WoofiltersViewWpf->setFilterExistsItems()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:425
  5. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:664
  6. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  7. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  12. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  13. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  14. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  15. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 27 0.0446
453SELECT DISTINCT t.term_id
FROM wp_terms AS t
LEFT JOIN wp_termmeta
ON ( t.term_id = wp_termmeta.term_id
AND wp_termmeta.meta_key='order')
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('pa_in-stock')
AND tt.parent = '0'
AND ( ( wp_termmeta.meta_key = 'order'
OR wp_termmeta.meta_key IS NULL ) )
ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. WoofiltersViewWpf->getTaxonomyHierarchy()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2591
  5. WoofiltersViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2342
  6. WoofilterProViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woofilter-pro/woofilterpro/views/woofilterpro.php:593
  7. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:683
  8. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  9. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  14. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  15. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  16. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 7 0.0008
454SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (38219,38209)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4099
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:827
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. WoofiltersViewWpf->getTaxonomyHierarchy()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2591
  6. WoofiltersViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2342
  7. WoofilterProViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woofilter-pro/woofilterpro/views/woofilterpro.php:593
  8. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:683
  9. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  10. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  15. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  16. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  17. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 2 0.0003
455SELECT DISTINCT t.term_id
FROM wp_terms AS t
LEFT JOIN wp_termmeta
ON ( t.term_id = wp_termmeta.term_id
AND wp_termmeta.meta_key='order')
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('pa_condition')
AND tt.parent = '0'
AND ( ( wp_termmeta.meta_key = 'order'
OR wp_termmeta.meta_key IS NULL ) )
ORDER BY wp_termmeta.meta_value+0 ASC, t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. WoofiltersViewWpf->getTaxonomyHierarchy()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2591
  5. WoofiltersViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2342
  6. WoofilterProViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woofilter-pro/woofilterpro/views/woofilterpro.php:593
  7. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:683
  8. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  9. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  14. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  15. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  16. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 4 0.0004
456SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (38233,38200)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4099
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:827
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. WoofiltersViewWpf->getTaxonomyHierarchy()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2591
  6. WoofiltersViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2342
  7. WoofilterProViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woofilter-pro/woofilterpro/views/woofilterpro.php:593
  8. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:683
  9. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  10. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  15. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  16. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  17. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 2 0.0002
457SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('pa_platform')
AND tt.parent = '0'
AND tt.count > 0
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. WoofiltersViewWpf->getTaxonomyHierarchy()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2591
  5. WoofiltersViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2342
  6. WoofilterProViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woofilter-pro/woofilterpro/views/woofilterpro.php:593
  7. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:683
  8. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  9. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  14. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  15. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  16. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 50 0.0005
458SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (356,376,1043,312,11785,6326,369,412,378,3896,264,4772,279,337,452,12836,16000,430,228,242,1033,440,218,1098,38364,680,229,225,13108,251,3759,7201,308,10922,338,212,1069,532,3445,254,196,248,209,13105)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4099
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:827
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. WoofiltersViewWpf->getTaxonomyHierarchy()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2591
  6. WoofiltersViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2342
  7. WoofilterProViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woofilter-pro/woofilterpro/views/woofilterpro.php:593
  8. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:683
  9. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  10. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  15. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  16. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  17. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 44 0.0009
459SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('pa_product-type')
AND tt.parent = '0'
AND tt.count > 0
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. WoofiltersViewWpf->getTaxonomyHierarchy()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2591
  5. WoofiltersViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2342
  6. WoofilterProViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woofilter-pro/woofilterpro/views/woofilterpro.php:593
  7. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:683
  8. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  9. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  14. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  15. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  16. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 58 0.0007
460SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (38199,38316,38235,38241,38232,38222,38223,38229,38278,38236,38279,38206,38340,38205,38283,38226,38221,38242,38216,38228,38366,38256,38260,38227,38255,38287,38220,38254,38253,38259,38225,38258,38286,38275,38300,38207,38239,38230,38261,38307,38215,38262,38324,38374,38367,38306,38224,38272,38257,38263,38292,38277)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4099
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:827
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. WoofiltersViewWpf->getTaxonomyHierarchy()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2591
  6. WoofiltersViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2342
  7. WoofilterProViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woofilter-pro/woofilterpro/views/woofilterpro.php:593
  8. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:683
  9. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  10. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  15. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  16. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  17. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 52 0.0009
461SELECT t.term_id
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('pa_manufacturer')
AND tt.parent = '0'
AND tt.count > 0
ORDER BY t.name ASC
  1. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:817
  2. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  3. get_terms()
    wp-includes/taxonomy.php:1357
  4. WoofiltersViewWpf->getTaxonomyHierarchy()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2591
  5. WoofiltersViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2342
  6. WoofilterProViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woofilter-pro/woofilterpro/views/woofilterpro.php:593
  7. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:683
  8. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  9. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  14. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  15. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  16. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 534 0.0030
462SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id IN (249,437,304,316,8449,3111,311,328,9441,271,353,17307,226,289,327,1460,35575,339,459,478,514,9312,16079,21541,38281,7648,4196,11223,449,448,546,340,470,257,443,38361,1386,465,274,2675,321,2866,11320,14379,288,8748,11318,4068,499,36493,11635,397,8473,38310,446,9194,3103,284,8435,393,19035,827,286,11636,489,396,38318,424,207,38047,11905,33057,18619,16740,1051,37458,416,779,280,3723,399,33293,506,422,375,8444,471,12362,282,10371,17326,3910,382,33640,464,450,38370,483,273,1093,239,3983,409,8261,19304,235,309,245,11659,17568,13475,474,7770,241,4145,291,12873,358,299,11813,10177,236,20542,12387,252,3234,444,13468,8707,20037,320,385,402,14112,4034,17427,8493,38357,314,13172,12811,9231,4037,14046,460,348,38352,13404,34654,398,35577,17203,11414,12781,17848,3131,11845,7771,352,9877,17347,394,481,21073,543,1637,3555,5267,1395,13491,15860,4158,4677,305,909,335,13474,38269,477,38360,287,5313,256,14704,35968,21040,263,467,417,8836,9239,530,6971,331,313,1045,4046,2348,3709,5255,1979,391,11321,386,346,13160,11580,1917,502,10412,272,324,323,14384,2022,20940,4355,276,6937,310,8364,20025,10522,20650,957,405,21140,38267,11690,373,4997,38372,333,1016,438,9374,384,3081,265,4744,19210,3184,455,507,1311,401,677,15610,301,21709,38323,463,7002,269,33655,1566,395,451,4132,8345,442,5373,3159,6967,38362,17475,4657,34833,9197,1453,7876,349,9631,8247,7801,9195,545,283,426,292,17959,14105,11459,360,12441,8029,6908,3461,15388,5671,258,466,374,512,3340,260,253,37944,8482,15806,354,12726,12463,733,194,37897,37927,38345,1173,462,295,38377,370,296,15429,492,38312,392,9075,3145,4544,484,493,187,500,3683,306,17442,3805,362,6005,540,5585,10100,10546,12298,17769,2617,33371,1401,21064,4406,411,355,5351,6502,285,8323,1206,3258,11212,38365,342,845,36758,38325,293,9671,9193,1054,7322,3917,6816,441,509,491,15984,38293,18032,38344,8546,11788,536,7227,6325,13424,364,38371,38375,302,475,12382,8567,17026,9443,7894,38339,8080,2628,461,278,38124,494,34417,15521,367,486,38373,383,476,6826,1042,7344,439,35889,325,661,16989,365,16276,17495,16559,204,7690,332,12324,11954,519,334,11176,38354,38059,10483,347,38363,9894,516,7417,361,19470,19057,3138,2849,12485,344,343,38355,2131,418,6598,479,357,2816,38336,35726,1527,366,318,38035,1036,9077,541,498,11784,529,244,19022,496,319,8488,1039,303,457,9339,526,490,9199,8487,14117,902,1076,3087,737,4154,513,2059,503,330,421,790,266,480,381,18480,485,1975,14017,17796,15723,390,431,341,247,6970,445,7572,15660,794,544,11122,13861,458,456,5042,15863,326,350,38376,38301,5272,3668,35512,1413,415,290)
  1. _prime_term_caches()
    wp-includes/taxonomy.php:4099
  2. WP_Term_Query->get_terms()
    wp-includes/class-wp-term-query.php:827
  3. WP_Term_Query->query()
    wp-includes/class-wp-term-query.php:311
  4. get_terms()
    wp-includes/taxonomy.php:1357
  5. WoofiltersViewWpf->getTaxonomyHierarchy()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2591
  6. WoofiltersViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:2342
  7. WoofilterProViewWpf->generateAttributeFilterHtml()
    wp-content/plugins/woofilter-pro/woofilterpro/views/woofilterpro.php:593
  8. WoofiltersViewWpf->generateFiltersHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:683
  9. WoofiltersViewWpf->renderHtml()
    wp-content/plugins/woo-product-filter/modules/woofilters/views/woofilters.php:267
  10. WoofiltersWpf->render()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:2470
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. Woofilters_WidgetViewWpf->displayWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/views/woofilters_widget.php:6
  15. WpfWoofiltersWidget->widget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/elementor/widget.php:18
  16. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  17. dynamic_sidebar('shop-sidebar')
    wp-includes/widgets.php:845
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woo-product-filter 515 0.0037
463SELECT user_id, meta_key, meta_value
FROM wp_usermeta
WHERE user_id IN (313)
ORDER BY umeta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. cache_users()
    wp-includes/pluggable.php:128
  3. update_post_author_caches()
    wp-includes/post.php:7524
  4. WP_Query->the_post()
    wp-includes/class-wp-query.php:3697
  5. the_post()
    wp-includes/query.php:1005
  6. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  7. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 124 0.0006
464SELECT *
FROM wp_users
WHERE ID IN (313)
  1. cache_users()
    wp-includes/pluggable.php:138
  2. update_post_author_caches()
    wp-includes/post.php:7524
  3. WP_Query->the_post()
    wp-includes/class-wp-query.php:3697
  4. the_post()
    wp-includes/query.php:1005
  5. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  6. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
465SELECT *
FROM wp_posts
WHERE ID = 1067576
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
466SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1067576)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
467SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_after_add_to_wishlist_behaviour'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Abstract_YITH_WCWL_Block_Object::get_option()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstracts/abstract-yith-wcwl-block-object.php:126
  3. YITH_WCWL_Add_To_Wishlist_Button->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:475
  4. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:156
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
468SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_yith_wcwl_hidden_products','_transient_timeout_yith_wcwl_hidden_products')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('yith_wcwl_hidden_products')
    wp-includes/option.php:1433
  3. yith_wcwl_get_hidden_products()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/functions-yith-wcwl.php:519
  4. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:387
  5. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  6. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  7. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  8. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  11. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  12. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  13. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  14. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  15. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  16. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  17. preg_replace_callback()
    wp-includes/shortcodes.php:434
  18. do_shortcode()
    wp-includes/shortcodes.php:273
  19. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  20. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  21. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  23. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  24. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 2 0.0002
469SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0007
470SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
471SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_add_to_wishlist_text'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Abstract_YITH_WCWL_Block_Object::get_option()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstracts/abstract-yith-wcwl-block-object.php:126
  3. YITH_WCWL_Add_To_Wishlist_Button->get_add_label()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:355
  4. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:508
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 1 0.0003
472SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_add_to_wishlist_style'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Abstract_YITH_WCWL_Block_Object::get_option()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstracts/abstract-yith-wcwl-block-object.php:126
  3. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:830
  4. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  5. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 1 0.0002
473SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0005
474SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_show_counter'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Abstract_YITH_WCWL_Block_Object::get_option()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstracts/abstract-yith-wcwl-block-object.php:126
  3. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_show_count()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:125
  4. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:272
  5. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
475SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
476SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_loop_position'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Abstract_YITH_WCWL_Block_Object::get_option()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstracts/abstract-yith-wcwl-block-object.php:126
  3. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:783
  4. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  5. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
477SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0007
478SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
479SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
480SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
481SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
482SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_browse_wishlist_text'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Abstract_YITH_WCWL_Block_Object::get_option()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstracts/abstract-yith-wcwl-block-object.php:126
  3. YITH_WCWL_Add_To_Wishlist_Button->get_browse_label()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:379
  4. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:584
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  6. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  7. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  8. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  13. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  14. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  16. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
483SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_already_in_wishlist_text'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Abstract_YITH_WCWL_Block_Object::get_option()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstracts/abstract-yith-wcwl-block-object.php:126
  3. YITH_WCWL_Add_To_Wishlist_Button->get_already_in_label()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:391
  4. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:585
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  6. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  7. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  8. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  13. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  14. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  16. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
484SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_product_added_text'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Abstract_YITH_WCWL_Block_Object::get_option()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstracts/abstract-yith-wcwl-block-object.php:126
  3. YITH_WCWL_Add_To_Wishlist_Button->get_added_label()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:367
  4. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:586
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  6. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  7. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  8. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  13. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  14. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  16. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
485SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_add_to_wishlist_icon_type'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Abstract_YITH_WCWL_Block_Object::get_option()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstracts/abstract-yith-wcwl-block-object.php:126
  3. YITH_WCWL_Add_To_Wishlist_Button->get_icon()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:233
  4. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:690
  5. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0001
486SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_add_to_wishlist_icon'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Abstract_YITH_WCWL_Block_Object::get_option()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstracts/abstract-yith-wcwl-block-object.php:126
  3. YITH_WCWL_Add_To_Wishlist_Button->get_icon()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:237
  4. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:690
  5. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
487SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_added_to_wishlist_icon'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Abstract_YITH_WCWL_Block_Object::get_option()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstracts/abstract-yith-wcwl-block-object.php:126
  3. YITH_WCWL_Add_To_Wishlist_Button->get_added_icon()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:272
  4. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:691
  5. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
488SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
489SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0006
490SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_add_to_wishlist_popup_text'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:431
  3. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  4. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  6. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  7. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  8. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  9. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  10. preg_replace_callback()
    wp-includes/shortcodes.php:434
  11. do_shortcode()
    wp-includes/shortcodes.php:273
  12. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  13. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  14. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  16. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
491SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
492SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_show_move_to_another_wishlist'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Abstract_YITH_WCWL_Block_Object::get_option()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstracts/abstract-yith-wcwl-block-object.php:126
  3. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:202
  4. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  5. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  6. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  11. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
493SELECT option_value
FROM wp_options
WHERE option_name = 'yith_wcwl_move_to_another_wishlist_type'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Abstract_YITH_WCWL_Block_Object::get_option()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/abstracts/abstract-yith-wcwl-block-object.php:126
  3. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:203
  4. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  5. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  6. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  7. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  8. preg_replace_callback()
    wp-includes/shortcodes.php:434
  9. do_shortcode()
    wp-includes/shortcodes.php:273
  10. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  11. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 1 0.0001
494SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
495SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
496SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
497SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
498SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
499SELECT *
FROM wp_wlr_earn_campaign
WHERE (start_at <= '1732164642'
OR start_at=0)
AND (end_at >= '1732164642'
OR end_at=0)
AND action_type = 'point_for_purchase'
AND active = 1
ORDER BY 'priority,id';
  1. Wlr\A\M\Base->getWhere()
    wp-content/plugins/wp-loyalty-rules/App/Models/Base.php:249
  2. Wlr\A\M\EarnCampaign->getCampaignByAction()
    wp-content/plugins/wp-loyalty-rules/App/Models/EarnCampaign.php:203
  3. Wlr\A\H\Base->getTotalEarning()
    wp-content/plugins/wp-loyalty-rules/App/Helpers/Base.php:96
  4. Wlr\A\H\EarnCampaign->getActionEarning()
    wp-content/plugins/wp-loyalty-rules/App/Helpers/EarnCampaign.php:374
  5. Wlr\A\C\S\DisplayMessage->commonProductMessage()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/DisplayMessage.php:390
  6. Wlr\A\C\S\DisplayMessage->renderProductMessageCartLink()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/DisplayMessage.php:452
  7. apply_filters('woocommerce_loop_add_to_cart_link')
    wp-includes/plugin.php:205
  8. wc_get_template()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:345
  9. woocommerce_template_loop_add_to_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1404
  10. flatsome_woocommerce_shop_loop_button()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-product-box.php:166
  11. do_action('flatsome_product_box_after')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: wp-loyalty-rules 1 0.0003
500SELECT *
FROM wp_posts
WHERE ID = 1174406
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
501SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1174406)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
502SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
503SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
504SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
505SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
506SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
507SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
508SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
509SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
510SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
511SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
512SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0006
513SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
514SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
515SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
516SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
517SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
518SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
519SELECT *
FROM wp_posts
WHERE ID = 1203238
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
520SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1203238)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
521SELECT *
FROM wp_posts
WHERE ID = 1203239
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_get_attachment_url()
    wp-includes/post.php:6665
  4. flatsome_woocommerce_get_alt_product_thumbnail()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-product-box.php:62
  5. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  6. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  7. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  8. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  9. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
522SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1203239)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. wp_get_attachment_url()
    wp-includes/post.php:6677
  6. flatsome_woocommerce_get_alt_product_thumbnail()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-product-box.php:62
  7. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  8. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  9. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  10. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  11. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
523SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
524SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
525SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
526SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
527SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
528SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
529SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
530SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
531SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
532SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
533SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0007
534SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
535SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
536SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
537SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
538SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
539SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
540SELECT *
FROM wp_posts
WHERE ID = 1212042
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
541SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1212042)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
542SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
543SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
544SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
545SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
546SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
547SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
548SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
549SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
550SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
551SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
552SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0006
553SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
554SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
555SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
556SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
557SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
558SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
559SELECT *
FROM wp_posts
WHERE ID = 929768
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
560SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (929768)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
561SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
562SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
563SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
564SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
565SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
566SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
567SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
568SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
569SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
570SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
571SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0007
572SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
573SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
574SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
575SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
576SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
577SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
578SELECT *
FROM wp_posts
WHERE ID = 1094970
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
579SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1094970)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
580SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
581SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
582SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
583SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
584SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
585SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
586SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
587SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
588SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
589SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
590SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0008
591SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
592SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
593SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
594SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
595SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
596SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
597SELECT *
FROM wp_posts
WHERE ID = 1210673
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
598SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1210673)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
599SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
600SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
601SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
602SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
603SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
604SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
605SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
606SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
607SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
608SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
609SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0008
610SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
611SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
612SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
613SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
614SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
615SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
616SELECT *
FROM wp_posts
WHERE ID = 1090950
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
617SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1090950)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0003
618SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0005
619SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
620SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
621SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
622SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
623SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
624SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
625SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
626SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
627SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
628SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0006
629SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
630SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
631SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
632SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
633SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0006
634SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
635SELECT *
FROM wp_posts
WHERE ID = 1027917
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0003
636SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1027917)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
637SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
638SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
639SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
640SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
641SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
642SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
643SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
644SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
645SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
646SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
647SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0007
648SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
649SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0010
650SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
651SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
652SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
653SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
654SELECT *
FROM wp_posts
WHERE ID = 897615
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0003
655SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (897615)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
656SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0006
657SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
658SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
659SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
660SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0006
661SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
662SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
663SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
664SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
665SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
666SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0010
667SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
668SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
669SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
670SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
671SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
672SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
673SELECT *
FROM wp_posts
WHERE ID = 1003072
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
674SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1003072)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
675SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
676SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
677SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
678SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
679SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
680SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
681SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
682SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
683SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
684SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
685SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0007
686SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
687SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
688SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
689SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
690SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
691SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
692SELECT *
FROM wp_posts
WHERE ID = 416997
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
693SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (416997)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
694SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
695SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
696SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
697SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
698SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
699SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
700SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0005
701SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
702SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
703SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
704SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0006
705SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
706SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
707SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
708SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
709SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
710SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
711SELECT *
FROM wp_posts
WHERE ID = 894576
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
712SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (894576)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
713SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
714SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
715SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
716SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
717SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
718SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
719SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
720SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
721SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
722SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
723SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0006
724SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
725SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
726SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
727SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
728SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
729SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
730SELECT *
FROM wp_posts
WHERE ID = 1203183
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
731SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1203183)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
732SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
733SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
734SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
735SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
736SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
737SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
738SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
739SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
740SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
741SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
742SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0007
743SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
744SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
745SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
746SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
747SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
748SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
749SELECT *
FROM wp_posts
WHERE ID = 1203181
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
750SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1203181)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
751SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
752SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
753SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
754SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
755SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
756SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0005
757SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
758SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
759SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
760SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
761SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0006
762SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
763SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
764SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
765SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
766SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
767SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
768SELECT *
FROM wp_posts
WHERE ID = 110351
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
769SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (110351)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
770SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
771SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
772SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
773SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
774SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
775SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
776SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
777SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
778SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
779SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
780SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0006
781SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
782SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
783SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
784SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
785SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
786SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
787SELECT *
FROM wp_posts
WHERE ID = 1194471
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
788SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1194471)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
789SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
790SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
791SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
792SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
793SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
794SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
795SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
796SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
797SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
798SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
799SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0006
800SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
801SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
802SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
803SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
804SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
805SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
806SELECT *
FROM wp_posts
WHERE ID = 1003158
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
807SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1003158)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
808SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
809SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
810SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
811SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
812SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
813SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
814SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
815SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
816SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
817SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
818SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0006
819SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
820SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
821SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0007
822SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
823SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0002
824SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
825SELECT *
FROM wp_posts
WHERE ID = 1072292
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
826SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1072292)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
827SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
828SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
829SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
830SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
831SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
832SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
833SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
834SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
835SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0005
836SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
837SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0007
838SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
839SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
840SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
841SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
842SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
843SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
844SELECT *
FROM wp_posts
WHERE ID = 1272137
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. wp_attachment_is()
    wp-includes/post.php:6802
  4. wp_attachment_is_image()
    wp-includes/post.php:6861
  5. image_downsize()
    wp-includes/media.php:192
  6. wp_get_attachment_image_src()
    wp-includes/media.php:970
  7. wp_get_attachment_image()
    wp-includes/media.php:1062
  8. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  9. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  10. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  11. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  12. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  13. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 1 0.0002
845SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1272137)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. get_metadata_raw()
    wp-includes/meta.php:647
  3. get_metadata()
    wp-includes/meta.php:574
  4. get_post_meta()
    wp-includes/post.php:2613
  5. get_attached_file()
    wp-includes/post.php:826
  6. wp_attachment_is()
    wp-includes/post.php:6808
  7. wp_attachment_is_image()
    wp-includes/post.php:6861
  8. image_downsize()
    wp-includes/media.php:192
  9. wp_get_attachment_image_src()
    wp-includes/media.php:970
  10. wp_get_attachment_image()
    wp-includes/media.php:1062
  11. WC_Product->get_image()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php:2022
  12. woocommerce_get_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1470
  13. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1416
  14. do_action('flatsome_woocommerce_shop_loop_images')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce 2 0.0002
846SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
847SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:569
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
848SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:833
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_container_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:270
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:572
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
849SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:781
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:251
  9. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  10. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  11. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  12. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  13. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  14. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  15. preg_replace_callback()
    wp-includes/shortcodes.php:434
  16. do_shortcode()
    wp-includes/shortcodes.php:273
  17. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  18. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  19. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  21. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  22. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
850SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:252
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:576
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
851SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:579
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
852SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:580
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0009
853SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:134
  6. YITH_WCWL_Add_To_Wishlist_Button->get_wishlist_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:465
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:581
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
854SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:582
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
855SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:587
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
856SELECT SQL_CALC_FOUND_ROWS l.ID
FROM `wp_yith_wcwl_lists` AS l
WHERE 1
AND l.`user_id` = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
  1. YITH_WCWL_Wishlist_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-data-store.php:686
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:79
  4. YITH_WCWL_Wishlists->get_current_user_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:194
  5. YITH_WCWL_Shortcode_Premium::add_to_wishlist_popup()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:417
  6. apply_filters('yith_wcwl_add_to_wishlist_params')
    wp-includes/plugin.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:605
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0008
857SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button->get_icon_to_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:707
  7. YITH_WCWL_Add_To_Wishlist_Button->get_icons_html()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:724
  8. YITH_WCWL_Add_To_Wishlist_Button->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:611
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:196
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
858SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.position ASC, i.ID DESC
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:464
  5. YITH_WCWL_Wishlists->get_product_item()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:478
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:205
  7. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  8. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  9. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  10. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  11. preg_replace_callback()
    wp-includes/shortcodes.php:434
  12. do_shortcode()
    wp-includes/shortcodes.php:273
  13. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  14. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  16. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  17. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
859SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:223
  8. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  9. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  10. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  11. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  12. preg_replace_callback()
    wp-includes/shortcodes.php:434
  13. do_shortcode()
    wp-includes/shortcodes.php:273
  14. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  15. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  17. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  18. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
860SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:145
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0004
861SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:496
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_label_for_display()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:147
  9. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:228
  10. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  11. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  12. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  13. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  14. preg_replace_callback()
    wp-includes/shortcodes.php:434
  15. do_shortcode()
    wp-includes/shortcodes.php:273
  16. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  17. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  19. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  20. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  21. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
862SELECT SQL_CALC_FOUND_ROWS i.*
FROM `wp_yith_wcwl` AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.`ID` = i.`wishlist_id`
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.`user_id` = 6
AND i.`prod_id` = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
  1. YITH_WCWL_Wishlist_Item_Data_Store->query()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/data-stores/class-yith-wcwl-wishlist-item-data-store.php:492
  2. WC_Data_Store->__call()
    wp-content/plugins/woocommerce/includes/class-wc-data-store.php:224
  3. YITH_WCWL_Wishlist_Factory::get_wishlist_items()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlist-factory.php:382
  4. YITH_WCWL_Wishlists->get_wishlist_for_product()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-wishlists.php:93
  5. YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:433
  6. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_template_kind()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:162
  7. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_popup_button_classes()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:293
  8. YITH_WCWL_Add_To_Wishlist_Button_Premium->get_legacy_php_template_render_data()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button-premium.php:233
  9. YITH_WCWL_Add_To_Wishlist_Button->legacy_php_template_render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:653
  10. YITH_WCWL_Add_To_Wishlist_Button->render()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-add-to-wishlist-button.php:625
  11. YITH_WCWL_Shortcode::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:639
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:65
  16. do_action('flatsome_product_box_tools_top')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/woocommerce/content-product.php')
    wp-includes/template.php:812
  18. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
  19. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  20. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: yith-woocommerce-wishlist-premium 0 0.0003
863SELECT option_name, option_value
FROM wp_options
WHERE option_name IN ('_transient_no_forms_displayed_bellow_content','_transient_timeout_no_forms_displayed_bellow_content')
  1. wp_prime_option_caches()
    wp-includes/option.php:290
  2. get_transient('no_forms_displayed_bellow_content')
    wp-includes/option.php:1433
  3. MailPoet\WP\Functions->getTransient()
    wp-content/plugins/mailpoet/lib/WP/Functions.php:480
  4. MailPoet\Form\DisplayFormInWPContent->shouldDisplay()
    wp-content/plugins/mailpoet/lib/Form/DisplayFormInWPContent.php:176
  5. MailPoet\Form\DisplayFormInWPContent->getContentWithFormMarkup()
    wp-content/plugins/mailpoet/lib/Form/DisplayFormInWPContent.php:119
  6. MailPoet\Form\DisplayFormInWPContent->wooProductListDisplay()
    wp-content/plugins/mailpoet/lib/Form/DisplayFormInWPContent.php:115
  7. apply_filters('woocommerce_product_loop_end')
    wp-includes/plugin.php:205
  8. woocommerce_product_loop_end()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1163
  9. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  10. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: mailpoet 0 0.0002
864SELECT t0.name AS name_1, t0.body AS body_2, t0.status AS status_3, t0.settings AS settings_4, t0.styles AS styles_5, t0.id AS id_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9
FROM wp_mailpoet_forms t0
WHERE t0.deleted_at IS NULL
AND t0.status = 'enabled'
ORDER BY t0.updated_at ASC
  1. MailPoet\D\W\Connection->runQuery()
    wp-content/plugins/mailpoet/lib/Doctrine/WPDB/Connection.php:115
  2. MailPoet\D\W\Connection->query()
    wp-content/plugins/mailpoet/lib/Doctrine/WPDB/Connection.php:35
  3. MailPoet\D\W\Statement->execute()
    wp-content/plugins/mailpoet/lib/Doctrine/WPDB/Statement.php:71
  4. MailPoetVendor\D\D\Connection->executeQuery()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/src/Connection.php:413
  5. MailPoetVendor\D\O\P\E\BasicEntityPersister->loadAll()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:480
  6. MailPoetVendor\D\O\EntityRepository->findBy()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:79
  7. MailPoet\Doctrine\Repository->findBy()
    wp-content/plugins/mailpoet/lib/Doctrine/Repository.php:48
  8. MailPoet\Form\DisplayFormInWPContent->getForms()
    wp-content/plugins/mailpoet/lib/Form/DisplayFormInWPContent.php:205
  9. MailPoet\Form\DisplayFormInWPContent->getFormMarkup()
    wp-content/plugins/mailpoet/lib/Form/DisplayFormInWPContent.php:91
  10. MailPoet\Form\DisplayFormInWPContent->getContentWithFormMarkup()
    wp-content/plugins/mailpoet/lib/Form/DisplayFormInWPContent.php:122
  11. MailPoet\Form\DisplayFormInWPContent->wooProductListDisplay()
    wp-content/plugins/mailpoet/lib/Form/DisplayFormInWPContent.php:115
  12. apply_filters('woocommerce_product_loop_end')
    wp-includes/plugin.php:205
  13. woocommerce_product_loop_end()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1163
  14. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  15. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: mailpoet 2 0.0002
865SELECT option_value
FROM wp_options
WHERE option_name = 'wppp_return_to_first'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. WPPP_Front_End->products_per_page_dropdown()
    wp-content/plugins/woocommerce-products-per-page/includes/class-wppp-front-end.php:72
  3. do_action('woocommerce_after_shop_loop')
    wp-includes/plugin.php:517
  4. load_template('wp-content/themes/flatsome/woocommerce/layouts/category.php')
    wp-includes/template.php:812
  5. wc_get_template_part()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:284
Plugin: woocommerce-products-per-page 1 0.0002
866SELECT ID
FROM wp_posts
WHERE post_type = 'blocks'
AND post_name = 'footer-about-us'
  1. flatsome_get_block_id()
    wp-content/themes/flatsome/inc/functions/function-global.php:214
  2. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:134
  3. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  4. preg_replace_callback()
    wp-includes/shortcodes.php:434
  5. do_shortcode()
    wp-includes/shortcodes.php:273
  6. Flatsome_UX_Blocks_Widget->widget()
    wp-content/themes/flatsome/inc/widgets/widget-blocks.php:47
  7. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  8. dynamic_sidebar('sidebar-footer-2')
    wp-includes/widgets.php:845
  9. load_template('wp-content/themes/flatsome/template-parts/footer/footer.php')
    wp-includes/template.php:812
  10. locate_template()
    wp-includes/template.php:745
  11. get_template_part('template-parts/footer/footer')
    wp-includes/general-template.php:206
  12. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:78
  13. do_action('flatsome_footer')
    wp-includes/plugin.php:517
  14. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  15. locate_template()
    wp-includes/template.php:745
  16. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 1 0.0003
867SELECT *
FROM wp_posts
WHERE ID = 1198504
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:135
  4. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  5. preg_replace_callback()
    wp-includes/shortcodes.php:434
  6. do_shortcode()
    wp-includes/shortcodes.php:273
  7. Flatsome_UX_Blocks_Widget->widget()
    wp-content/themes/flatsome/inc/widgets/widget-blocks.php:47
  8. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  9. dynamic_sidebar('sidebar-footer-2')
    wp-includes/widgets.php:845
  10. load_template('wp-content/themes/flatsome/template-parts/footer/footer.php')
    wp-includes/template.php:812
  11. locate_template()
    wp-includes/template.php:745
  12. get_template_part('template-parts/footer/footer')
    wp-includes/general-template.php:206
  13. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:78
  14. do_action('flatsome_footer')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  16. locate_template()
    wp-includes/template.php:745
  17. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 1 0.0002
868SELECT ID
FROM wp_posts
WHERE post_type = 'blocks'
AND post_name = 'footer-newsletter-signup'
  1. flatsome_get_block_id()
    wp-content/themes/flatsome/inc/functions/function-global.php:214
  2. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:134
  3. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  4. preg_replace_callback()
    wp-includes/shortcodes.php:434
  5. do_shortcode()
    wp-includes/shortcodes.php:273
  6. Flatsome_UX_Blocks_Widget->widget()
    wp-content/themes/flatsome/inc/widgets/widget-blocks.php:47
  7. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  8. dynamic_sidebar('sidebar-footer-2')
    wp-includes/widgets.php:845
  9. load_template('wp-content/themes/flatsome/template-parts/footer/footer.php')
    wp-includes/template.php:812
  10. locate_template()
    wp-includes/template.php:745
  11. get_template_part('template-parts/footer/footer')
    wp-includes/general-template.php:206
  12. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:78
  13. do_action('flatsome_footer')
    wp-includes/plugin.php:517
  14. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  15. locate_template()
    wp-includes/template.php:745
  16. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 1 0.0003
869SELECT *
FROM wp_posts
WHERE ID = 1198508
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:135
  4. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  5. preg_replace_callback()
    wp-includes/shortcodes.php:434
  6. do_shortcode()
    wp-includes/shortcodes.php:273
  7. Flatsome_UX_Blocks_Widget->widget()
    wp-content/themes/flatsome/inc/widgets/widget-blocks.php:47
  8. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  9. dynamic_sidebar('sidebar-footer-2')
    wp-includes/widgets.php:845
  10. load_template('wp-content/themes/flatsome/template-parts/footer/footer.php')
    wp-includes/template.php:812
  11. locate_template()
    wp-includes/template.php:745
  12. get_template_part('template-parts/footer/footer')
    wp-includes/general-template.php:206
  13. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:78
  14. do_action('flatsome_footer')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  16. locate_template()
    wp-includes/template.php:745
  17. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 1 0.0001
870SELECT ID
FROM wp_posts
WHERE post_type = 'blocks'
AND post_name = 'footer-navigation'
  1. flatsome_get_block_id()
    wp-content/themes/flatsome/inc/functions/function-global.php:214
  2. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:134
  3. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  4. preg_replace_callback()
    wp-includes/shortcodes.php:434
  5. do_shortcode()
    wp-includes/shortcodes.php:273
  6. Flatsome_UX_Blocks_Widget->widget()
    wp-content/themes/flatsome/inc/widgets/widget-blocks.php:47
  7. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  8. dynamic_sidebar('sidebar-footer-2')
    wp-includes/widgets.php:845
  9. load_template('wp-content/themes/flatsome/template-parts/footer/footer.php')
    wp-includes/template.php:812
  10. locate_template()
    wp-includes/template.php:745
  11. get_template_part('template-parts/footer/footer')
    wp-includes/general-template.php:206
  12. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:78
  13. do_action('flatsome_footer')
    wp-includes/plugin.php:517
  14. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  15. locate_template()
    wp-includes/template.php:745
  16. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 1 0.0003
871SELECT *
FROM wp_posts
WHERE ID = 1198506
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:135
  4. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  5. preg_replace_callback()
    wp-includes/shortcodes.php:434
  6. do_shortcode()
    wp-includes/shortcodes.php:273
  7. Flatsome_UX_Blocks_Widget->widget()
    wp-content/themes/flatsome/inc/widgets/widget-blocks.php:47
  8. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  9. dynamic_sidebar('sidebar-footer-2')
    wp-includes/widgets.php:845
  10. load_template('wp-content/themes/flatsome/template-parts/footer/footer.php')
    wp-includes/template.php:812
  11. locate_template()
    wp-includes/template.php:745
  12. get_template_part('template-parts/footer/footer')
    wp-includes/general-template.php:206
  13. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:78
  14. do_action('flatsome_footer')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  16. locate_template()
    wp-includes/template.php:745
  17. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 1 0.0001
872SELECT *
FROM wp_posts
WHERE ID = 1040915
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. flatsome_render_ux_menu_link_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu_link.php:50
  4. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  5. preg_replace_callback()
    wp-includes/shortcodes.php:434
  6. do_shortcode()
    wp-includes/shortcodes.php:273
  7. flatsome_render_ux_menu_shortcode()
    wp-content/themes/flatsome/inc/shortcodes/ux_menu.php:38
  8. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  9. preg_replace_callback()
    wp-includes/shortcodes.php:434
  10. do_shortcode()
    wp-includes/shortcodes.php:273
  11. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:159
  12. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  13. preg_replace_callback()
    wp-includes/shortcodes.php:434
  14. do_shortcode()
    wp-includes/shortcodes.php:273
  15. Flatsome_UX_Blocks_Widget->widget()
    wp-content/themes/flatsome/inc/widgets/widget-blocks.php:47
  16. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  17. dynamic_sidebar('sidebar-footer-2')
    wp-includes/widgets.php:845
  18. load_template('wp-content/themes/flatsome/template-parts/footer/footer.php')
    wp-includes/template.php:812
  19. locate_template()
    wp-includes/template.php:745
  20. get_template_part('template-parts/footer/footer')
    wp-includes/general-template.php:206
  21. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:78
  22. do_action('flatsome_footer')
    wp-includes/plugin.php:517
  23. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  24. locate_template()
    wp-includes/template.php:745
  25. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 1 0.0001
873SELECT ID
FROM wp_posts
WHERE post_type = 'blocks'
AND post_name = 'footer-site-links'
  1. flatsome_get_block_id()
    wp-content/themes/flatsome/inc/functions/function-global.php:214
  2. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:134
  3. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  4. preg_replace_callback()
    wp-includes/shortcodes.php:434
  5. do_shortcode()
    wp-includes/shortcodes.php:273
  6. Flatsome_UX_Blocks_Widget->widget()
    wp-content/themes/flatsome/inc/widgets/widget-blocks.php:47
  7. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  8. dynamic_sidebar('sidebar-footer-2')
    wp-includes/widgets.php:845
  9. load_template('wp-content/themes/flatsome/template-parts/footer/footer.php')
    wp-includes/template.php:812
  10. locate_template()
    wp-includes/template.php:745
  11. get_template_part('template-parts/footer/footer')
    wp-includes/general-template.php:206
  12. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:78
  13. do_action('flatsome_footer')
    wp-includes/plugin.php:517
  14. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  15. locate_template()
    wp-includes/template.php:745
  16. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 1 0.0002
874SELECT *
FROM wp_posts
WHERE ID = 1198510
LIMIT 1
  1. WP_Post::get_instance()
    wp-includes/class-wp-post.php:243
  2. get_post()
    wp-includes/post.php:1109
  3. block_shortcode()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:135
  4. do_shortcode_tag()
    wp-includes/shortcodes.php:434
  5. preg_replace_callback()
    wp-includes/shortcodes.php:434
  6. do_shortcode()
    wp-includes/shortcodes.php:273
  7. Flatsome_UX_Blocks_Widget->widget()
    wp-content/themes/flatsome/inc/widgets/widget-blocks.php:47
  8. WP_Widget->display_callback()
    wp-includes/class-wp-widget.php:394
  9. dynamic_sidebar('sidebar-footer-2')
    wp-includes/widgets.php:845
  10. load_template('wp-content/themes/flatsome/template-parts/footer/footer.php')
    wp-includes/template.php:812
  11. locate_template()
    wp-includes/template.php:745
  12. get_template_part('template-parts/footer/footer')
    wp-includes/general-template.php:206
  13. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:78
  14. do_action('flatsome_footer')
    wp-includes/plugin.php:517
  15. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  16. locate_template()
    wp-includes/template.php:745
  17. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 1 0.0001
875SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id = 38265
  1. WP_Term::get_instance()
    wp-includes/class-wp-term.php:132
  2. get_term()
    wp-includes/taxonomy.php:996
  3. wp_get_nav_menu_object()
    wp-includes/nav-menu.php:26
  4. wp_nav_menu()
    wp-includes/nav-menu-template.php:130
  5. load_template('wp-content/themes/flatsome/template-parts/footer/footer-absolute.php')
    wp-includes/template.php:812
  6. locate_template()
    wp-includes/template.php:745
  7. get_template_part('template-parts/footer/footer-absolute')
    wp-includes/general-template.php:206
  8. load_template('wp-content/themes/flatsome/template-parts/footer/footer.php')
    wp-includes/template.php:812
  9. locate_template()
    wp-includes/template.php:745
  10. get_template_part('template-parts/footer/footer')
    wp-includes/general-template.php:206
  11. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:78
  12. do_action('flatsome_footer')
    wp-includes/plugin.php:517
  13. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  14. locate_template()
    wp-includes/template.php:745
  15. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 1 0.0002
876SELECT wp_posts.*
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND ( wp_term_relationships.term_taxonomy_id IN (38265) )
AND wp_posts.post_type = 'nav_menu_item'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.menu_order ASC
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3367
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  3. get_posts()
    wp-includes/post.php:2539
  4. wp_get_nav_menu_items()
    wp-includes/nav-menu.php:737
  5. wp_nav_menu()
    wp-includes/nav-menu-template.php:151
  6. load_template('wp-content/themes/flatsome/template-parts/footer/footer-absolute.php')
    wp-includes/template.php:812
  7. locate_template()
    wp-includes/template.php:745
  8. get_template_part('template-parts/footer/footer-absolute')
    wp-includes/general-template.php:206
  9. load_template('wp-content/themes/flatsome/template-parts/footer/footer.php')
    wp-includes/template.php:812
  10. locate_template()
    wp-includes/template.php:745
  11. get_template_part('template-parts/footer/footer')
    wp-includes/general-template.php:206
  12. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:78
  13. do_action('flatsome_footer')
    wp-includes/plugin.php:517
  14. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  15. locate_template()
    wp-includes/template.php:745
  16. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 3 0.0010
877SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1198757,1198756,1198755)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. update_postmeta_cache()
    wp-includes/post.php:7557
  3. update_post_caches()
    wp-includes/post.php:7499
  4. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3573
  5. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  6. get_posts()
    wp-includes/post.php:2539
  7. wp_get_nav_menu_items()
    wp-includes/nav-menu.php:737
  8. wp_nav_menu()
    wp-includes/nav-menu-template.php:151
  9. load_template('wp-content/themes/flatsome/template-parts/footer/footer-absolute.php')
    wp-includes/template.php:812
  10. locate_template()
    wp-includes/template.php:745
  11. get_template_part('template-parts/footer/footer-absolute')
    wp-includes/general-template.php:206
  12. load_template('wp-content/themes/flatsome/template-parts/footer/footer.php')
    wp-includes/template.php:812
  13. locate_template()
    wp-includes/template.php:745
  14. get_template_part('template-parts/footer/footer')
    wp-includes/general-template.php:206
  15. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:78
  16. do_action('flatsome_footer')
    wp-includes/plugin.php:517
  17. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  18. locate_template()
    wp-includes/template.php:745
  19. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 54 0.0004
878SELECT wp_posts.*
FROM wp_posts
WHERE ID IN (1198631,3,1198626)
  1. _prime_post_caches()
    wp-includes/post.php:7935
  2. update_menu_item_cache()
    wp-includes/nav-menu.php:802
  3. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3588
  4. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  5. get_posts()
    wp-includes/post.php:2539
  6. wp_get_nav_menu_items()
    wp-includes/nav-menu.php:737
  7. wp_nav_menu()
    wp-includes/nav-menu-template.php:151
  8. load_template('wp-content/themes/flatsome/template-parts/footer/footer-absolute.php')
    wp-includes/template.php:812
  9. locate_template()
    wp-includes/template.php:745
  10. get_template_part('template-parts/footer/footer-absolute')
    wp-includes/general-template.php:206
  11. load_template('wp-content/themes/flatsome/template-parts/footer/footer.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/footer/footer')
    wp-includes/general-template.php:206
  14. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:78
  15. do_action('flatsome_footer')
    wp-includes/plugin.php:517
  16. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  17. locate_template()
    wp-includes/template.php:745
  18. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 3 0.0002
879SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1198631,3,1198626)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. update_postmeta_cache()
    wp-includes/post.php:7557
  3. _prime_post_caches()
    wp-includes/post.php:7944
  4. update_menu_item_cache()
    wp-includes/nav-menu.php:802
  5. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3588
  6. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  7. get_posts()
    wp-includes/post.php:2539
  8. wp_get_nav_menu_items()
    wp-includes/nav-menu.php:737
  9. wp_nav_menu()
    wp-includes/nav-menu-template.php:151
  10. load_template('wp-content/themes/flatsome/template-parts/footer/footer-absolute.php')
    wp-includes/template.php:812
  11. locate_template()
    wp-includes/template.php:745
  12. get_template_part('template-parts/footer/footer-absolute')
    wp-includes/general-template.php:206
  13. load_template('wp-content/themes/flatsome/template-parts/footer/footer.php')
    wp-includes/template.php:812
  14. locate_template()
    wp-includes/template.php:745
  15. get_template_part('template-parts/footer/footer')
    wp-includes/general-template.php:206
  16. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:78
  17. do_action('flatsome_footer')
    wp-includes/plugin.php:517
  18. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  19. locate_template()
    wp-includes/template.php:745
  20. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 45 0.0003
880SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
WHERE t.term_id = 38266
  1. WP_Term::get_instance()
    wp-includes/class-wp-term.php:132
  2. get_term()
    wp-includes/taxonomy.php:996
  3. wp_get_nav_menu_object()
    wp-includes/nav-menu.php:26
  4. wp_nav_menu()
    wp-includes/nav-menu-template.php:130
  5. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  6. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:95
  7. load_template('wp-content/themes/flatsome/template-parts/overlays/overlay-menu.php')
    wp-includes/template.php:812
  8. locate_template()
    wp-includes/template.php:745
  9. get_template_part('template-parts/overlays/overlay','menu')
    wp-includes/general-template.php:206
  10. flatsome_mobile_menu()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:5
  11. do_action('wp_footer')
    wp-includes/plugin.php:517
  12. wp_footer()
    wp-includes/general-template.php:3081
  13. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  14. locate_template()
    wp-includes/template.php:745
  15. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 1 0.0002
881SELECT wp_posts.*
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1
AND ( wp_term_relationships.term_taxonomy_id IN (38266) )
AND wp_posts.post_type = 'nav_menu_item'
AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_posts.ID
ORDER BY wp_posts.menu_order ASC
  1. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3367
  2. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  3. get_posts()
    wp-includes/post.php:2539
  4. wp_get_nav_menu_items()
    wp-includes/nav-menu.php:737
  5. wp_nav_menu()
    wp-includes/nav-menu-template.php:151
  6. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  7. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:95
  8. load_template('wp-content/themes/flatsome/template-parts/overlays/overlay-menu.php')
    wp-includes/template.php:812
  9. locate_template()
    wp-includes/template.php:745
  10. get_template_part('template-parts/overlays/overlay','menu')
    wp-includes/general-template.php:206
  11. flatsome_mobile_menu()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:5
  12. do_action('wp_footer')
    wp-includes/plugin.php:517
  13. wp_footer()
    wp-includes/general-template.php:3081
  14. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  15. locate_template()
    wp-includes/template.php:745
  16. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 82 0.0016
882SELECT post_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id IN (1198849,1198857,1198862,1198863,1198864,1198888,1198850,1198865,1198868,1198867,1198866,1198889,1198851,1198869,1198871,1198870,1198872,1198890,1199632,1198877,1198876,1198875,1198874,1229379,1199647,1199651,1199650,1199649,1199648,1199652,1199686,1199687,1199682,1199681,1199665,1199668,1199678,1199669,1199653,1199660,1199663,1199664,1199662,1198915,1199674,1199673,1199672,1199675,1199683,1198916,1199685,1199684,1198909,1199659,1199676,1199654,1199677,1199666,1199670,1199661,1199655,1199656,1199657,1199658,1199667,1199679,1199680,1198911,1198910,1198854,1198959,1198955,1198957,1198956,1198958,1198960,1198855,1198878,1198879,1198880,1198853,1198856)
ORDER BY meta_id ASC
  1. update_meta_cache()
    wp-includes/meta.php:1177
  2. update_postmeta_cache()
    wp-includes/post.php:7557
  3. update_post_caches()
    wp-includes/post.php:7499
  4. WP_Query->get_posts()
    wp-includes/class-wp-query.php:3573
  5. WP_Query->query()
    wp-includes/class-wp-query.php:3852
  6. get_posts()
    wp-includes/post.php:2539
  7. wp_get_nav_menu_items()
    wp-includes/nav-menu.php:737
  8. wp_nav_menu()
    wp-includes/nav-menu-template.php:151
  9. flatsome_header_nav()
    wp-content/themes/flatsome/inc/structure/structure-header.php:56
  10. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:95
  11. load_template('wp-content/themes/flatsome/template-parts/overlays/overlay-menu.php')
    wp-includes/template.php:812
  12. locate_template()
    wp-includes/template.php:745
  13. get_template_part('template-parts/overlays/overlay','menu')
    wp-includes/general-template.php:206
  14. flatsome_mobile_menu()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:5
  15. do_action('wp_footer')
    wp-includes/plugin.php:517
  16. wp_footer()
    wp-includes/general-template.php:3081
  17. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  18. locate_template()
    wp-includes/template.php:745
  19. get_footer('shop')
    wp-includes/general-template.php:92
Parent Theme 1712 0.0046
883SELECT t0.name AS name_1, t0.body AS body_2, t0.status AS status_3, t0.settings AS settings_4, t0.styles AS styles_5, t0.id AS id_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9
FROM wp_mailpoet_forms t0
WHERE t0.deleted_at IS NULL
AND t0.status = 'enabled'
ORDER BY t0.updated_at ASC
  1. MailPoet\D\W\Connection->runQuery()
    wp-content/plugins/mailpoet/lib/Doctrine/WPDB/Connection.php:115
  2. MailPoet\D\W\Connection->query()
    wp-content/plugins/mailpoet/lib/Doctrine/WPDB/Connection.php:35
  3. MailPoet\D\W\Statement->execute()
    wp-content/plugins/mailpoet/lib/Doctrine/WPDB/Statement.php:71
  4. MailPoetVendor\D\D\Connection->executeQuery()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/dbal/src/Connection.php:413
  5. MailPoetVendor\D\O\P\E\BasicEntityPersister->loadAll()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:480
  6. MailPoetVendor\D\O\EntityRepository->findBy()
    wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:79
  7. MailPoet\Doctrine\Repository->findBy()
    wp-content/plugins/mailpoet/lib/Doctrine/Repository.php:48
  8. MailPoet\Form\DisplayFormInWPContent->getForms()
    wp-content/plugins/mailpoet/lib/Form/DisplayFormInWPContent.php:205
  9. MailPoet\Form\DisplayFormInWPContent->getFormMarkup()
    wp-content/plugins/mailpoet/lib/Form/DisplayFormInWPContent.php:91
  10. MailPoet\Form\DisplayFormInWPContent->maybeRenderFormsInFooter()
    wp-content/plugins/mailpoet/lib/Form/DisplayFormInWPContent.php:137
  11. do_action('wp_footer')
    wp-includes/plugin.php:517
  12. wp_footer()
    wp-includes/general-template.php:3081
  13. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  14. locate_template()
    wp-includes/template.php:745
  15. get_footer('shop')
    wp-includes/general-template.php:92
Plugin: mailpoet 2 0.0004
884SELECT option_value
FROM wp_options
WHERE option_name = 'woocommerce_feature_remote_logging_enabled'
LIMIT 1
  1. get_option()
    wp-includes/option.php:197
  2. Automattic\W\I\F\FeaturesController->feature_is_enabled()
    wp-content/plugins/woocommerce/src/Internal/Features/FeaturesController.php:380
  3. Automattic\W\U\FeaturesUtil::feature_is_enabled()
    wp-content/plugins/woocommerce/src/Utilities/FeaturesUtil.php:42
  4. Automattic\W\I\L\RemoteLogger->is_remote_logging_allowed()
    wp-content/plugins/woocommerce/src/Internal/Logging/RemoteLogger.php:139
  5. Automattic\W\B\A\AssetDataRegistry->get_core_data()
    wp-content/plugins/woocommerce/src/Blocks/Assets/AssetDataRegistry.php:93
  6. Automattic\W\B\A\AssetDataRegistry->initialize_core_data()
    wp-content/plugins/woocommerce/src/Blocks/Assets/AssetDataRegistry.php:257
  7. Automattic\W\B\A\AssetDataRegistry->enqueue_asset_data()
    wp-content/plugins/woocommerce/src/Blocks/Assets/AssetDataRegistry.php:386
  8. do_action('wp_print_footer_scripts')
    wp-includes/plugin.php:517
  9. wp_print_footer_scripts()
    wp-includes/script-loader.php:2246
  10. do_action('wp_footer')
    wp-includes/plugin.php:517
  11. wp_footer()
    wp-includes/general-template.php:3081
  12. load_template('wp-content/themes/flatsome/footer.php')
    wp-includes/template.php:810
  13. locate_template()
    wp-includes/template.php:745
  14. get_footer('shop')
    wp-includes/general-template.php:92
Plugin: woocommerce 0 0.0002
Total: 8840.9957

Queries by Caller

CallerSELECTSETSHOWUPDATEDROPCREATETime
1130.5902
330.1141
3200.0988
100.0528
850.0260
550.0196
1540.0193
200.0137
130.0118
640.0116
1110.0091
200.0042
210.0038
210.0036
210.0030
200.0027
10.0022
50.0012
40.0011
410.0011
10.0008
30.0007
20.0007
30.0007
10.0005
10.0005
10.0004
40.0004
10.0002
10.0002
10.0002
10.0002
10.0002
10.0001
870161330.9957

Queries by Component

ComponentSELECTSETSHOWUPDATEDROPCREATETime
29 3 330.7553
399     0.1201
196     0.0388
118     0.0297
27 11  0.0297
10 1   0.0080
24     0.0029
71    0.0017
2 1   0.0012
11     0.0011
4     0.0011
7     0.0011
4     0.0009
5     0.0007
4     0.0004
4     0.0004
2     0.0004
3     0.0003
2     0.0003
2     0.0003
2     0.0002
1     0.0002
1     0.0002
1     0.0002
1     0.0002
1     0.0001
1     0.0001
1     0.0001
1     0.0001
 870161330.9957

Duplicate Queries

QueryCountTimeCallersComponentsPotential Troublemakers
SELECT *
FROM wp_wpf_filters wpf_filters
20.0004
2 calls
Plugin: woo-product-filter
2 calls
OptionsWpf->startSession()
1 call
WoofiltersWpf->loadProductsFilter()
1 call
SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 4
LIMIT 1
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 4
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 4
ORDER BY meta_id
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 4
20.0004
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 5
LIMIT 1
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 5
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 5
ORDER BY meta_id
20.0004
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 5
20.0004
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 6
LIMIT 1
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 6
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 6
ORDER BY meta_id
20.0004
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 6
20.0004
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 7
LIMIT 1
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 7
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 7
ORDER BY meta_id
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 7
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 8
LIMIT 1
20.0002
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 8
20.0002
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 8
ORDER BY meta_id
20.0004
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 8
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 9
LIMIT 1
20.0002
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 9
20.0002
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 9
ORDER BY meta_id
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 9
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 11
LIMIT 1
20.0002
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 11
20.0002
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 11
ORDER BY meta_id
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 11
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 10
LIMIT 1
20.0002
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 10
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 10
ORDER BY meta_id
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 10
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 15
LIMIT 1
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 15
20.0004
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 15
ORDER BY meta_id
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 15
20.0004
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT zone_name, zone_order
FROM wp_woocommerce_shipping_zones
WHERE zone_id = 14
LIMIT 1
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT location_code, location_type
FROM wp_woocommerce_shipping_zone_locations
WHERE zone_id = 14
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT meta_id as meta_id, meta_key, meta_value
FROM wp_postmeta
WHERE post_id = 14
ORDER BY meta_id
20.0003
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT method_id, method_order, instance_id, is_enabled
FROM wp_woocommerce_shipping_zone_methods
WHERE zone_id = 14
20.0004
2 calls
Plugin: woocommerce
2 calls
WC_Shipping_Zones::get_zones()
1 call
array_map()
1 call
SELECT *
FROM wp_wpf_filters wpf_filters
WHERE id = 1
20.0004
2 calls
Plugin: woo-product-filter
2 calls
WoofiltersWpf->getPreselectedParamsForFilter()
1 call
SettingsModelWpf->getFilterBlockSettings()
1 call
SHOW SESSION variables like 'sql_require_primary_key'30.0013
3 calls
Plugin: woo-product-filter
3 calls
DbWpf::get()
3 calls
DROP TEMPORARY TABLE IF EXISTS wpf_temp_table20.0003
2 calls
Plugin: woo-product-filter
2 calls
DbWpf::query()
2 calls
SELECT tr.term_taxonomy_id, tt.term_id, tt.taxonomy, tt.parent, COUNT(*) as cnt
FROM wpf_temp_table AS wpf_temp
INNER JOIN wp_term_relationships tr
ON (tr.object_id=wpf_temp.ID)
INNER JOIN wp_term_taxonomy tt
ON (tt.term_taxonomy_id=tr.term_taxonomy_id)
WHERE tt.taxonomy IN ('pa_in-stock', 'pa_condition', 'pa_platform', 'pa_product-type', 'pa_manufacturer')
GROUP BY tr.term_taxonomy_id
20.4255
2 calls
Plugin: woo-product-filter
2 calls
DbWpf::get()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 1067208
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0053
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS l.ID
FROM wp_yith_wcwl_lists AS l
WHERE 1
AND l.user_id = 6
GROUP BY l.ID
ORDER BY dateadded ASC, is_default DESC
200.0137
20 calls
Plugin: yith-woocommerce-wishlist-premium
20 calls
YITH_WCWL_Wishlist_Data_Store->query()
20 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 1129397
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0046
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 1200619
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0044
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 1212035
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0043
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 929753
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0047
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 1094577
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0048
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 1210649
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0043
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 1090918
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0052
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 1027892
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0044
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 847997
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0053
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 14283
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0041
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 412856
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0042
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 110952
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0042
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 1201591
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0042
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 1201588
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0043
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 110276
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0042
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 1194467
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0045
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 883164
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0047
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 1072262
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0051
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT SQL_CALC_FOUND_ROWS i.*
FROM wp_yith_wcwl AS i
LEFT JOIN wp_yith_wcwl_lists AS l
ON l.ID = i.wishlist_id
INNER JOIN wp_posts AS p
ON p.ID = i.prod_id
WHERE 1
AND p.post_type IN ( 'product', 'product_variation' )
AND p.post_status = 'publish'
AND p.ID NOT IN ( 1183261, 1045388, 886538, 5215 )
AND i.user_id = 6
AND i.prod_id = 1272136
GROUP BY i.prod_id, l.ID
ORDER BY i.dateadded DESC, i.position ASC
LIMIT 0, 1
150.0055
15 calls
Plugin: yith-woocommerce-wishlist-premium
15 calls
YITH_WCWL_Add_To_Wishlist_Button->is_in_a_wishlist()
13 calls
YITH_WCWL_Add_To_Wishlist_Button_Premium->get_wishlist()
2 calls
SELECT t0.name AS name_1, t0.body AS body_2, t0.status AS status_3, t0.settings AS settings_4, t0.styles AS styles_5, t0.id AS id_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9
FROM wp_mailpoet_forms t0
WHERE t0.deleted_at IS NULL
AND t0.status = 'enabled'
ORDER BY t0.updated_at ASC
20.0006
2 calls
Plugin: mailpoet
2 calls
MailPoet\Form\DisplayFormInWPContent->getContentWithFormMarkup()
1 call
MailPoet\Form\DisplayFormInWPContent->maybeRenderFormsInFooter()
1 call

Conditionals

True Conditionals

  • is_archive()
  • is_post_type_archive()
  • is_ssl()

False Conditionals

  • is_404()
  • is_admin()
  • is_attachment()
  • is_author()
  • is_blog_admin()
  • is_category()
  • is_comment_feed()
  • is_customize_preview()
  • is_date()
  • is_day()
  • is_embed()
  • is_favicon()
  • is_feed()
  • is_front_page()
  • is_home()
  • is_month()
  • is_network_admin()
  • is_page()
  • is_page_template()
  • is_paged()
  • is_preview()
  • is_privacy_policy()
  • is_robots()
  • is_rtl()
  • is_search()
  • is_single()
  • is_singular()
  • is_sticky()
  • is_tag()
  • is_tax()
  • is_time()
  • is_trackback()
  • is_user_admin()
  • is_year()

Request

Request

shop

Matched Rule

shop/?$

Matched Query

post_type=product

Query String

post_type=product

All Matching Rewrite Rules

shop/?$post_type=product
(.?.+?)(?:/([0-9]+))?/?$pagename=$matches[1]
&page=$matches[2]

Query Vars

cache_results1
comments_per_page50
lazy_load_term_meta1
orderASC
orderbymenu_order title
post__in
Array
(
    [0] => 0
    [1] => 267
    [2] => 270
    [3] => 276
    [4] => 277
    [5] => 280
    [6] => 14265
    [7] => 14280
    [8] => 14283
    [9] => 14292
    [10] => 14310
    [11] => 14361
    [12] => 14362
    [13] => 14364
    [14] => 14365
    [15] => 14371
    [16] => 14372
    [17] => 14373
    [18] => 14391
    [19] => 14392
    [20] => 14413
    [21] => 14423
    [22] => 14452
    [23] => 14465
    [24] => 14474
    [25] => 14479
    [26] => 14481
    [27] => 14521
    [28] => 18173
    [29] => 18207
    [30] => 18215
    [31] => 18237
    [32] => 18282
    [33] => 18296
    [34] => 18333
    [35] => 18338
    [36] => 18340
    [37] => 18349
    [38] => 18357
    [39] => 18396
    [40] => 18402
    [41] => 18409
    [42] => 18445
    [43] => 18446
    [44] => 18465
    [45] => 18536
    [46] => 18541
    [47] => 18558
    [48] => 18571
    [49] => 18598
    [50] => 18610
    [51] => 18663
    [52] => 18672
    [53] => 18702
    [54] => 18759
    [55] => 18783
    [56] => 18826
    [57] => 18848
    [58] => 18853
    [59] => 18863
    [60] => 18883
    [61] => 18884
    [62] => 65405
    [63] => 65417
    [64] => 65443
    [65] => 65470
    [66] => 65471
    [67] => 65531
    [68] => 65554
    [69] => 65568
    [70] => 65571
    [71] => 65584
    [72] => 65596
    [73] => 65610
    [74] => 65723
    [75] => 65736
    [76] => 65741
    [77] => 65748
    [78] => 65750
    [79] => 65757
    [80] => 65788
    [81] => 65791
    [82] => 65832
    [83] => 65841
    [84] => 65845
    [85] => 65878
    [86] => 65914
    [87] => 65933
    [88] => 65940
    [89] => 65996
    [90] => 66002
    [91] => 66053
    [92] => 66082
    [93] => 66199
    [94] => 66201
    [95] => 66213
    [96] => 66232
    [97] => 66433
    [98] => 66554
    [99] => 66609
    [100] => 66650
    [101] => 66695
    [102] => 66759
    [103] => 66870
    [104] => 66926
    [105] => 66970
    [106] => 67016
    [107] => 67025
    [108] => 67061
    [109] => 67075
    [110] => 67111
    [111] => 67148
    [112] => 67292
    [113] => 67294
    [114] => 67367
    [115] => 67381
    [116] => 67421
    [117] => 67425
    [118] => 67470
    [119] => 67528
    [120] => 67620
    [121] => 67651
    [122] => 67658
    [123] => 67802
    [124] => 67810
    [125] => 67858
    [126] => 67859
    [127] => 67876
    [128] => 106789
    [129] => 108278
    [130] => 108559
    [131] => 108565
    [132] => 108577
    [133] => 108578
    [134] => 108640
    [135] => 108824
    [136] => 108859
    [137] => 109051
    [138] => 109657
    [139] => 110101
    [140] => 110130
    [141] => 110276
    [142] => 110893
    [143] => 110952
    [144] => 111001
    [145] => 111034
    [146] => 111035
    [147] => 111209
    [148] => 113313
    [149] => 113581
    [150] => 113973
    [151] => 114029
    [152] => 114274
    [153] => 114324
    [154] => 114602
    [155] => 114636
    [156] => 114662
    [157] => 114769
    [158] => 114838
    [159] => 114891
    [160] => 114947
    [161] => 115148
    [162] => 115312
    [163] => 115442
    [164] => 115494
    [165] => 115620
    [166] => 115692
    [167] => 116233
    [168] => 116860
    [169] => 130350
    [170] => 134177
    [171] => 145793
    [172] => 145795
    [173] => 145796
    [174] => 154294
    [175] => 154295
    [176] => 154309
    [177] => 154694
    [178] => 154696
    [179] => 154701
    [180] => 154702
    [181] => 156370
    [182] => 156375
    [183] => 169507
    [184] => 189978
    [185] => 196396
    [186] => 196653
    [187] => 196654
    [188] => 222214
    [189] => 224018
    [190] => 235542
    [191] => 236951
    [192] => 269002
    [193] => 273780
    [194] => 283283
    [195] => 309943
    [196] => 315229
    [197] => 327191
    [198] => 339998
    [199] => 340575
    [200] => 374261
    [201] => 380628
    [202] => 380846
    [203] => 381113
    [204] => 395525
    [205] => 410643
    [206] => 412856
    [207] => 418721
    [208] => 418727
    [209] => 422866
    [210] => 443337
    [211] => 451429
    [212] => 456452
    [213] => 466146
    [214] => 495486
    [215] => 500626
    [216] => 513676
    [217] => 590422
    [218] => 601471
    [219] => 662562
    [220] => 673197
    [221] => 674619
    [222] => 674764
    [223] => 674769
    [224] => 674875
    [225] => 675448
    [226] => 675450
    [227] => 675451
    [228] => 675454
    [229] => 677375
    [230] => 677376
    [231] => 718922
    [232] => 739533
    [233] => 781581
    [234] => 783555
    [235] => 798482
    [236] => 798583
    [237] => 798965
    [238] => 799463
    [239] => 801150
    [240] => 801153
    [241] => 801160
    [242] => 801166
    [243] => 801172
    [244] => 801191
    [245] => 801224
    [246] => 801236
    [247] => 801239
    [248] => 801263
    [249] => 801269
    [250] => 801834
    [251] => 804975
    [252] => 804982
    [253] => 805208
    [254] => 805532
    [255] => 806482
    [256] => 806514
    [257] => 808043
    [258] => 808122
    [259] => 808145
    [260] => 808547
    [261] => 817455
    [262] => 830767
    [263] => 830774
    [264] => 830790
    [265] => 830791
    [266] => 830794
    [267] => 830797
    [268] => 830799
    [269] => 830833
    [270] => 830834
    [271] => 830839
    [272] => 830866
    [273] => 831170
    [274] => 831171
    [275] => 831240
    [276] => 831242
    [277] => 831297
    [278] => 831311
    [279] => 843887
    [280] => 843888
    [281] => 844960
    [282] => 845092
    [283] => 845099
    [284] => 845100
    [285] => 845408
    [286] => 845409
    [287] => 845410
    [288] => 845411
    [289] => 845771
    [290] => 845912
    [291] => 846000
    [292] => 846054
    [293] => 846063
    [294] => 847084
    [295] => 847193
    [296] => 847215
    [297] => 847312
    [298] => 847536
    [299] => 847860
    [300] => 847901
    [301] => 847917
    [302] => 847987
    [303] => 847997
    [304] => 848174
    [305] => 848451
    [306] => 859737
    [307] => 867231
    [308] => 867232
    [309] => 867281
    [310] => 868077
    [311] => 868078
    [312] => 868133
    [313] => 868269
    [314] => 868420
    [315] => 868543
    [316] => 868625
    [317] => 868820
    [318] => 868824
    [319] => 868827
    [320] => 868924
    [321] => 868979
    [322] => 869184
    [323] => 877285
    [324] => 879691
    [325] => 879692
    [326] => 881716
    [327] => 881968
    [328] => 882187
    [329] => 882415
    [330] => 882452
    [331] => 882457
    [332] => 882540
    [333] => 882541
    [334] => 882576
    [335] => 883164
    [336] => 883921
    [337] => 884078
    [338] => 884189
    [339] => 885055
    [340] => 885485
    [341] => 885487
    [342] => 886267
    [343] => 886268
    [344] => 886340
    [345] => 886603
    [346] => 887172
    [347] => 887175
    [348] => 887649
    [349] => 887651
    [350] => 898895
    [351] => 899158
    [352] => 899839
    [353] => 899855
    [354] => 899983
    [355] => 900032
    [356] => 900059
    [357] => 900062
    [358] => 900068
    [359] => 901146
    [360] => 901152
    [361] => 901171
    [362] => 901179
    [363] => 901450
    [364] => 902813
    [365] => 914846
    [366] => 915797
    [367] => 920762
    [368] => 921541
    [369] => 922124
    [370] => 922185
    [371] => 922479
    [372] => 922601
    [373] => 922605
    [374] => 922606
    [375] => 922607
    [376] => 922640
    [377] => 923042
    [378] => 923081
    [379] => 923510
    [380] => 923513
    [381] => 924435
    [382] => 924443
    [383] => 924698
    [384] => 924711
    [385] => 924719
    [386] => 924901
    [387] => 926141
    [388] => 926228
    [389] => 926229
    [390] => 926230
    [391] => 926234
    [392] => 926240
    [393] => 927163
    [394] => 927166
    [395] => 927167
    [396] => 927671
    [397] => 927674
    [398] => 928013
    [399] => 928772
    [400] => 928913
    [401] => 929748
    [402] => 929753
    [403] => 930744
    [404] => 930757
    [405] => 930758
    [406] => 930912
    [407] => 930913
    [408] => 930981
    [409] => 930989
    [410] => 931175
    [411] => 931177
    [412] => 931182
    [413] => 931434
    [414] => 931579
    [415] => 931629
    [416] => 931927
    [417] => 931944
    [418] => 932220
    [419] => 932226
    [420] => 932227
    [421] => 932228
    [422] => 932231
    [423] => 932236
    [424] => 932380
    [425] => 932424
    [426] => 933561
    [427] => 933646
    [428] => 933980
    [429] => 935678
    [430] => 936564
    [431] => 938796
    [432] => 939183
    [433] => 939253
    [434] => 939255
    [435] => 941590
    [436] => 946366
    [437] => 947908
    [438] => 948382
    [439] => 948989
    [440] => 949004
    [441] => 949598
    [442] => 950199
    [443] => 950345
    [444] => 950346
    [445] => 950967
    [446] => 950978
    [447] => 952285
    [448] => 952287
    [449] => 953009
    [450] => 954317
    [451] => 954943
    [452] => 958490
    [453] => 962262
    [454] => 963120
    [455] => 963612
    [456] => 966193
    [457] => 966195
    [458] => 966205
    [459] => 966819
    [460] => 966820
    [461] => 966830
    [462] => 966834
    [463] => 966836
    [464] => 969165
    [465] => 970302
    [466] => 972570
    [467] => 972571
    [468] => 972593
    [469] => 972595
    [470] => 972645
    [471] => 972647
    [472] => 972648
    [473] => 972650
    [474] => 972773
    [475] => 974865
    [476] => 974876
    [477] => 979035
    [478] => 980930
    [479] => 984583
    [480] => 984585
    [481] => 984596
    [482] => 984626
    [483] => 985675
    [484] => 985676
    [485] => 985677
    [486] => 989180
    [487] => 991241
    [488] => 991242
    [489] => 991243
    [490] => 991665
    [491] => 991891
    [492] => 993740
    [493] => 995423
    [494] => 996090
    [495] => 996442
    [496] => 999722
    [497] => 999865
    [498] => 1003667
    [499] => 1003669
    [500] => 1003716
    [501] => 1003735
    [502] => 1003740
    [503] => 1003747
    [504] => 1003756
    [505] => 1003761
    [506] => 1003768
    [507] => 1006187
    [508] => 1007558
    [509] => 1008023
    [510] => 1008902
    [511] => 1008903
    [512] => 1009701
    [513] => 1011608
    [514] => 1011653
    [515] => 1011654
    [516] => 1011657
    [517] => 1012668
    [518] => 1013755
    [519] => 1013756
    [520] => 1013759
    [521] => 1013770
    [522] => 1013984
    [523] => 1015246
    [524] => 1017174
    [525] => 1017975
    [526] => 1018313
    [527] => 1020046
    [528] => 1020049
    [529] => 1020209
    [530] => 1020407
    [531] => 1020939
    [532] => 1021054
    [533] => 1021057
    [534] => 1021058
    [535] => 1021764
    [536] => 1021766
    [537] => 1021891
    [538] => 1021896
    [539] => 1021902
    [540] => 1022931
    [541] => 1023001
    [542] => 1023295
    [543] => 1025012
    [544] => 1025064
    [545] => 1025065
    [546] => 1025066
    [547] => 1025831
    [548] => 1025834
    [549] => 1025835
    [550] => 1025963
    [551] => 1026349
    [552] => 1027497
    [553] => 1027498
    [554] => 1027874
    [555] => 1027892
    [556] => 1028829
    [557] => 1028843
    [558] => 1028849
    [559] => 1028850
    [560] => 1028851
    [561] => 1028852
    [562] => 1031020
    [563] => 1032119
    [564] => 1037265
    [565] => 1037447
    [566] => 1037448
    [567] => 1037450
    [568] => 1037453
    [569] => 1037455
    [570] => 1037462
    [571] => 1037464
    [572] => 1037466
    [573] => 1037469
    [574] => 1037472
    [575] => 1037475
    [576] => 1037476
    [577] => 1037478
    [578] => 1037479
    [579] => 1040509
    [580] => 1041659
    [581] => 1043248
    [582] => 1049455
    [583] => 1067048
    [584] => 1067208
    [585] => 1069749
    [586] => 1072025
    [587] => 1072238
    [588] => 1072245
    [589] => 1072247
    [590] => 1072248
    [591] => 1072250
    [592] => 1072253
    [593] => 1072258
    [594] => 1072262
    [595] => 1072264
    [596] => 1075442
    [597] => 1075444
    [598] => 1078391
    [599] => 1078399
    [600] => 1078445
    [601] => 1080570
    [602] => 1080998
    [603] => 1081113
    [604] => 1082201
    [605] => 1082217
    [606] => 1083124
    [607] => 1083134
    [608] => 1083144
    [609] => 1083145
    [610] => 1083146
    [611] => 1083147
    [612] => 1083517
    [613] => 1084083
    [614] => 1085519
    [615] => 1087972
    [616] => 1088394
    [617] => 1090430
    [618] => 1090903
    [619] => 1090906
    [620] => 1090909
    [621] => 1090912
    [622] => 1090914
    [623] => 1090915
    [624] => 1090918
    [625] => 1090919
    [626] => 1090920
    [627] => 1090926
    [628] => 1093387
    [629] => 1094576
    [630] => 1094577
    [631] => 1094854
    [632] => 1094856
    [633] => 1095907
    [634] => 1096257
    [635] => 1096258
    [636] => 1097707
    [637] => 1098540
    [638] => 1098554
    [639] => 1099544
    [640] => 1099557
    [641] => 1099563
    [642] => 1102541
    [643] => 1102542
    [644] => 1102543
    [645] => 1106077
    [646] => 1106144
    [647] => 1108753
    [648] => 1109164
    [649] => 1111104
    [650] => 1112373
    [651] => 1112380
    [652] => 1112901
    [653] => 1112904
    [654] => 1114131
    [655] => 1114796
    [656] => 1114804
    [657] => 1114817
    [658] => 1116679
    [659] => 1116680
    [660] => 1117389
    [661] => 1118272
    [662] => 1118968
    [663] => 1119964
    [664] => 1119965
    [665] => 1119979
    [666] => 1120478
    [667] => 1120498
    [668] => 1120606
    [669] => 1120628
    [670] => 1122626
    [671] => 1122627
    [672] => 1122628
    [673] => 1124502
    [674] => 1124504
    [675] => 1126341
    [676] => 1126718
    [677] => 1126831
    [678] => 1127956
    [679] => 1129397
    [680] => 1129404
    [681] => 1129407
    [682] => 1129413
    [683] => 1129414
    [684] => 1129429
    [685] => 1129432
    [686] => 1132354
    [687] => 1132585
    [688] => 1132586
    [689] => 1134697
    [690] => 1136489
    [691] => 1136490
    [692] => 1137219
    [693] => 1137220
    [694] => 1137252
    [695] => 1138235
    [696] => 1138236
    [697] => 1138259
    [698] => 1138263
    [699] => 1139000
    [700] => 1139802
    [701] => 1141604
    [702] => 1142442
    [703] => 1144329
    [704] => 1144330
    [705] => 1144949
    [706] => 1144952
    [707] => 1144956
    [708] => 1144961
    [709] => 1144962
    [710] => 1144964
    [711] => 1144966
    [712] => 1144968
    [713] => 1144969
    [714] => 1144970
    [715] => 1144971
    [716] => 1144975
    [717] => 1144977
    [718] => 1144984
    [719] => 1144985
    [720] => 1144988
    [721] => 1144990
    [722] => 1144993
    [723] => 1144996
    [724] => 1144999
    [725] => 1145350
    [726] => 1145910
    [727] => 1145935
    [728] => 1146210
    [729] => 1148059
    [730] => 1148235
    [731] => 1148236
    [732] => 1148237
    [733] => 1148242
    [734] => 1149465
    [735] => 1149882
    [736] => 1149883
    [737] => 1149885
    [738] => 1151533
    [739] => 1156056
    [740] => 1156057
    [741] => 1156060
    [742] => 1156063
    [743] => 1156066
    [744] => 1156073
    [745] => 1156074
    [746] => 1156075
    [747] => 1156077
    [748] => 1156078
    [749] => 1156079
    [750] => 1156080
    [751] => 1156081
    [752] => 1156357
    [753] => 1157095
    [754] => 1161685
    [755] => 1161689
    [756] => 1161733
    [757] => 1161739
    [758] => 1161740
    [759] => 1161815
    [760] => 1163190
    [761] => 1166196
    [762] => 1170629
    [763] => 1170632
    [764] => 1170696
    [765] => 1171079
    [766] => 1172210
    [767] => 1172235
    [768] => 1172255
    [769] => 1172300
    [770] => 1172305
    [771] => 1172335
    [772] => 1172338
    [773] => 1172339
    [774] => 1172350
    [775] => 1172363
    [776] => 1172650
    [777] => 1172691
    [778] => 1173074
    [779] => 1173351
    [780] => 1173403
    [781] => 1173521
    [782] => 1173535
    [783] => 1173539
    [784] => 1173541
    [785] => 1173697
    [786] => 1173698
    [787] => 1173699
    [788] => 1173700
    [789] => 1173702
    [790] => 1173740
    [791] => 1174143
    [792] => 1174168
    [793] => 1174171
    [794] => 1174433
    [795] => 1174434
    [796] => 1174447
    [797] => 1174448
    [798] => 1174449
    [799] => 1174458
    [800] => 1174643
    [801] => 1174646
    [802] => 1174656
    [803] => 1174691
    [804] => 1175093
    [805] => 1175152
    [806] => 1175309
    [807] => 1175310
    [808] => 1175311
    [809] => 1175312
    [810] => 1175890
    [811] => 1175949
    [812] => 1175966
    [813] => 1176452
    [814] => 1176513
    [815] => 1176515
    [816] => 1176516
    [817] => 1176532
    [818] => 1176534
    [819] => 1176535
    [820] => 1176706
    [821] => 1176717
    [822] => 1176730
    [823] => 1177052
    [824] => 1177446
    [825] => 1180006
    [826] => 1180007
    [827] => 1183265
    [828] => 1188485
    [829] => 1188488
    [830] => 1188492
    [831] => 1188496
    [832] => 1188499
    [833] => 1188500
    [834] => 1188506
    [835] => 1188511
    [836] => 1188513
    [837] => 1188518
    [838] => 1188522
    [839] => 1188529
    [840] => 1188533
    [841] => 1192950
    [842] => 1193749
    [843] => 1193758
    [844] => 1194006
    [845] => 1194037
    [846] => 1194464
    [847] => 1194465
    [848] => 1194467
    [849] => 1195702
    [850] => 1195703
    [851] => 1198488
    [852] => 1198489
    [853] => 1198490
    [854] => 1199258
    [855] => 1199260
    [856] => 1199447
    [857] => 1199448
    [858] => 1199449
    [859] => 1199503
    [860] => 1199504
    [861] => 1199505
    [862] => 1199865
    [863] => 1199867
    [864] => 1199868
    [865] => 1199873
    [866] => 1200129
    [867] => 1200219
    [868] => 1200594
    [869] => 1200619
    [870] => 1200628
    [871] => 1201100
    [872] => 1201321
    [873] => 1201380
    [874] => 1201481
    [875] => 1201482
    [876] => 1201588
    [877] => 1201590
    [878] => 1201591
    [879] => 1201596
    [880] => 1201597
    [881] => 1201598
    [882] => 1201601
    [883] => 1201605
    [884] => 1201606
    [885] => 1201608
    [886] => 1201691
    [887] => 1202393
    [888] => 1202414
    [889] => 1202763
    [890] => 1202764
    [891] => 1202765
    [892] => 1203368
    [893] => 1203369
    [894] => 1203373
    [895] => 1203638
    [896] => 1203639
    [897] => 1203640
    [898] => 1203641
    [899] => 1203642
    [900] => 1203666
    [901] => 1210642
    [902] => 1210649
    [903] => 1210653
    [904] => 1210656
    [905] => 1210833
    [906] => 1211771
    [907] => 1211772
    [908] => 1211778
    [909] => 1211780
    [910] => 1211781
    [911] => 1211782
    [912] => 1211783
    [913] => 1211784
    [914] => 1211785
    [915] => 1211786
    [916] => 1211787
    [917] => 1211788
    [918] => 1211789
    [919] => 1211790
    [920] => 1211791
    [921] => 1211794
    [922] => 1211795
    [923] => 1211796
    [924] => 1211797
    [925] => 1211807
    [926] => 1211808
    [927] => 1211811
    [928] => 1211812
    [929] => 1211813
    [930] => 1211814
    [931] => 1211817
    [932] => 1211818
    [933] => 1211819
    [934] => 1211823
    [935] => 1211826
    [936] => 1211827
    [937] => 1211830
    [938] => 1211831
    [939] => 1211832
    [940] => 1211834
    [941] => 1211835
    [942] => 1211836
    [943] => 1211837
    [944] => 1211838
    [945] => 1211842
    [946] => 1211843
    [947] => 1211844
    [948] => 1211845
    [949] => 1211846
    [950] => 1211847
    [951] => 1211848
    [952] => 1211849
    [953] => 1211850
    [954] => 1211851
    [955] => 1211853
    [956] => 1211855
    [957] => 1211856
    [958] => 1211862
    [959] => 1211863
    [960] => 1211864
    [961] => 1211865
    [962] => 1211866
    [963] => 1211868
    [964] => 1211869
    [965] => 1211870
    [966] => 1211871
    [967] => 1211872
    [968] => 1211874
    [969] => 1211876
    [970] => 1211879
    [971] => 1211880
    [972] => 1211881
    [973] => 1211882
    [974] => 1211883
    [975] => 1211884
    [976] => 1211885
    [977] => 1211886
    [978] => 1211887
    [979] => 1211889
    [980] => 1211892
    [981] => 1212033
    [982] => 1212034
    [983] => 1212035
    [984] => 1212133
    [985] => 1213691
    [986] => 1213809
    [987] => 1214070
    [988] => 1215993
    [989] => 1216041
    [990] => 1216131
    [991] => 1216132
    [992] => 1216178
    [993] => 1216399
    [994] => 1217302
    [995] => 1218640
    [996] => 1218752
    [997] => 1218987
    [998] => 1219107
    [999] => 1219109
    [1000] => 1219289
    [1001] => 1222479
    [1002] => 1222484
    [1003] => 1222491
    [1004] => 1222498
    [1005] => 1222502
    [1006] => 1223517
    [1007] => 1223518
    [1008] => 1223520
    [1009] => 1224038
    [1010] => 1224044
    [1011] => 1224045
    [1012] => 1224046
    [1013] => 1224085
    [1014] => 1224254
    [1015] => 1224255
    [1016] => 1224256
    [1017] => 1224257
    [1018] => 1224574
    [1019] => 1224882
    [1020] => 1225391
    [1021] => 1225422
    [1022] => 1225432
    [1023] => 1225809
    [1024] => 1226907
    [1025] => 1228085
    [1026] => 1228092
    [1027] => 1228712
    [1028] => 1229174
    [1029] => 1230253
    [1030] => 1230255
    [1031] => 1230301
    [1032] => 1231157
    [1033] => 1231287
    [1034] => 1231376
    [1035] => 1231856
    [1036] => 1231865
    [1037] => 1232264
    [1038] => 1232936
    [1039] => 1232944
    [1040] => 1233145
    [1041] => 1233657
    [1042] => 1233916
    [1043] => 1233925
    [1044] => 1233949
    [1045] => 1233951
    [1046] => 1233977
    [1047] => 1233992
    [1048] => 1234015
    [1049] => 1234631
    [1050] => 1234632
    [1051] => 1234634
    [1052] => 1234637
    [1053] => 1234645
    [1054] => 1235775
    [1055] => 1235776
    [1056] => 1235790
    [1057] => 1235795
    [1058] => 1235796
    [1059] => 1235805
    [1060] => 1235940
    [1061] => 1236430
    [1062] => 1236431
    [1063] => 1237909
    [1064] => 1237910
    [1065] => 1245004
    [1066] => 1245006
    [1067] => 1245317
    [1068] => 1245433
    [1069] => 1246525
    [1070] => 1246536
    [1071] => 1246630
    [1072] => 1246632
    [1073] => 1246644
    [1074] => 1247522
    [1075] => 1247552
    [1076] => 1251159
    [1077] => 1252782
    [1078] => 1256331
    [1079] => 1256845
    [1080] => 1256905
    [1081] => 1256983
    [1082] => 1257004
    [1083] => 1257313
    [1084] => 1257322
    [1085] => 1257323
    [1086] => 1257361
    [1087] => 1257387
    [1088] => 1257388
    [1089] => 1257395
    [1090] => 1257406
    [1091] => 1257488
    [1092] => 1257489
    [1093] => 1257490
    [1094] => 1257491
    [1095] => 1257719
    [1096] => 1257721
    [1097] => 1257791
    [1098] => 1257822
    [1099] => 1257823
    [1100] => 1257824
    [1101] => 1258067
    [1102] => 1259664
    [1103] => 1259678
    [1104] => 1261037
    [1105] => 1261653
    [1106] => 1261654
    [1107] => 1261657
    [1108] => 1261921
    [1109] => 1261922
    [1110] => 1261980
    [1111] => 1263132
    [1112] => 1263891
    [1113] => 1263892
    [1114] => 1263893
    [1115] => 1263894
    [1116] => 1263895
    [1117] => 1264001
    [1118] => 1264296
    [1119] => 1266723
    [1120] => 1266784
    [1121] => 1268454
    [1122] => 1269298
    [1123] => 1269941
    [1124] => 1269988
    [1125] => 1269991
    [1126] => 1270336
    [1127] => 1271278
    [1128] => 1271287
    [1129] => 1271301
    [1130] => 1271321
    [1131] => 1271322
    [1132] => 1271848
    [1133] => 1272136
    [1134] => 1272156
    [1135] => 1272170
    [1136] => 1272211
    [1137] => 1273145
    [1138] => 1273147
    [1139] => 1274308
    [1140] => 1274310
    [1141] => 1274311
    [1142] => 1274519
    [1143] => 1274522
    [1144] => 1275063
    [1145] => 1275064
    [1146] => 1275065
    [1147] => 1276882
    [1148] => 1276899
    [1149] => 1278876
    [1150] => 1279264
    [1151] => 1279651
    [1152] => 1279652
    [1153] => 1280665
    [1154] => 1280668
    [1155] => 1280711
    [1156] => 1280712
    [1157] => 1281602
    [1158] => 1281603
    [1159] => 1282457
    [1160] => 1282851
    [1161] => 1283463
    [1162] => 1285905
    [1163] => 1286193
    [1164] => 1286194
    [1165] => 1286199
    [1166] => 1286200
    [1167] => 1287290
    [1168] => 1287291
    [1169] => 1287386
    [1170] => 1287415
    [1171] => 1287416
    [1172] => 1289688
    [1173] => 1289702
    [1174] => 1290428
    [1175] => 1290972
    [1176] => 1290978
    [1177] => 1290983
    [1178] => 1292412
    [1179] => 1292413
    [1180] => 1292897
    [1181] => 1292898
    [1182] => 1292932
    [1183] => 1292936
    [1184] => 1292947
    [1185] => 1294442
    [1186] => 1294979
    [1187] => 1297955
    [1188] => 1297956
    [1189] => 1299643
    [1190] => 1299780
    [1191] => 1302269
    [1192] => 1302279
    [1193] => 1302285
    [1194] => 1302287
    [1195] => 1302641
    [1196] => 1303275
    [1197] => 1303276
    [1198] => 1303283
    [1199] => 1304876
    [1200] => 1304877
    [1201] => 1306345
    [1202] => 1306768
)
post_statuspublish
post_typeproduct
posts_per_page20
spro_check_offset1
tax_query
Array
(
    [relation] => AND
    [0] => Array
        (
            [taxonomy] => product_visibility
            [field] => term_taxonomy_id
            [terms] => Array
                (
                    [0] => 7
                )

            [operator] => NOT IN
        )

    [wpf_tax] => 1
    [1] => Array
        (
            [0] => Array
                (
                    [taxonomy] => pa_platform
                    [field] => slug
                    [terms] => Array
                        (
                            [0] => nsw
                        )

                    [operator] => IN
                )

            [wpf_group] => product_att
            [relation] => AND
        )

)
taxonomypa_platform
termnsw
type
Array
(
    [0] => simple
    [1] => grouped
    [2] => external
    [3] => variable
)
update_post_meta_cache1
update_post_term_cache1
wc_queryproduct_query
wpf_query1

Response

Queried Object

Post type archive: product (WP_Post_Type)

Current User

Current User: #6

Request Data

Remote IP64.141.36.26
HTTP methodGET
Requested URLhttps://pnpgamesonline.com/shop/?pr_onsale=1&wpf_filter_platform=nsw

Request: Related Hooks with Filters or Actions Attached

HookTypePriorityCallbackComponent
parse_queryAction10
  1. CWG_Instock_Post_Type->parse_query()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/includes/admin/class-post-type.php:570
Plugin: back-in-stock-notifier-for-woocommerce
parse_requestAction0
  1. WC_Auth->handle_auth_requests()
    wp-content/plugins/woocommerce/includes/class-wc-auth.php:290
Plugin: woocommerce
0
  1. WC_Query->parse_request()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:258
Plugin: woocommerce
0
  1. Automattic\W\I\U\LegacyRestApiStub::parse_legacy_rest_api_request()
    wp-content/plugins/woocommerce/src/Internal/Utilities/LegacyRestApiStub.php:83
Plugin: woocommerce
0
  1. Automattic\W\I\T\TransientFilesEngine->handle_parse_request()
    wp-content/plugins/woocommerce/src/Internal/TransientFiles/TransientFilesEngine.php:456
Plugin: woocommerce
10
  1. rest_api_loaded()
    wp-includes/rest-api.php:399
WordPress Core
10
  1. affiliates_parse_request()
    wp-content/plugins/affiliates-pro/lib/core/wp-init.php:920
Plugin: affiliates-pro
10
  1. NextendSocialLogin::editProfileRedirect()
    wp-content/plugins/nextend-facebook-connect/nextend-social-login.php:913
Plugin: nextend-facebook-connect
20
  1. wpcf7_control_init()
    wp-content/plugins/contact-form-7/includes/controller.php:16
Plugin: contact-form-7
pre_get_postsAction1
  1. SEOPress\A\S\Render->render()
    wp-content/plugins/wp-seopress/src/Actions/Sitemap/Render.php:72
Plugin: wp-seopress
10
  1. CWG_Instock_Post_Type->custom_search_query()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/includes/admin/class-post-type.php:804
Plugin: back-in-stock-notifier-for-woocommerce
10
  1. WC_Query->pre_get_posts()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:328
Plugin: woocommerce
10
  1. flatsome_featured_sticky_posts()
    wp-content/themes/flatsome/inc/structure/structure-posts.php:243
Parent Theme
999
  1. CWG_Instock_Post_Type->sort_total_subscribers()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/includes/admin/class-post-type.php:792
Plugin: back-in-stock-notifier-for-woocommerce
9999
  1. WoofiltersWpf->forceProductFilter()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:248
Plugin: woo-product-filter
9999999
  1. wpisp_improvewoocommerce_performance()
    wp-content/plugins/scalability-pro/scalability-pro.php:1792
Plugin: scalability-pro
send_headersAction10
  1. nocache_headers()
    wp-includes/functions.php:1531
WordPress Core
9223372036854775807 (PHP_INT_MAX)
  1. SWCFPC_Cache_Controller->bypass_cache_on_init()
    wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php:578
Plugin: wp-cloudflare-page-cache
the_postAction10
  1. wc_setup_product_data()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:139
Plugin: woocommerce
wpAction0
  1. seopress_amp_compatibility_wp()
    wp-content/plugins/wp-seopress/src/Thirds/AMP/amp.php:17
Plugin: wp-seopress
0
  1. SEOPress\A\F\AMP->amp_compatibility_wp()
    wp-content/plugins/wp-seopress/src/Actions/Front/AMP.php:33
Plugin: wp-seopress
0
  1. seopress_load_redirections_options()
    wp-content/plugins/wp-seopress/inc/functions/options.php:315
Plugin: wp-seopress
9
  1. Kirki_Modules_Webfonts_Embed->init()
    wp-content/themes/flatsome/inc/admin/kirki/modules/webfonts/class-kirki-modules-webfonts-embed.php:80
Parent Theme
9
  1. Kirki_Modules_Webfonts_Embed->init()
    wp-content/themes/flatsome/inc/admin/kirki/modules/webfonts/class-kirki-modules-webfonts-embed.php:80
Parent Theme
10
  1. ACFWF\Models\URL_Coupons->apply_coupon_from_query_string()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/URL_Coupons.php:406
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWF\Models\Scheduler->disable_wc_default_coupon_expiry_check()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Scheduler.php:216
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\Models\Auto_Apply->force_create_cart_session()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Auto_Apply.php:231
Plugin: advanced-coupons-for-woocommerce
10
  1. wc_current_user_is_active()
    wp-content/plugins/woocommerce/includes/wc-user-functions.php:1030
Plugin: woocommerce
10
  1. WC_Cache_Helper::prevent_caching()
    wp-content/plugins/woocommerce/includes/class-wc-cache-helper.php:149
Plugin: woocommerce
10
  1. Closure on line 341 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-compat/src/CompatModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-compat/src/CompatModule.php:341
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 57 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/src/ButtonModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/src/ButtonModule.php:57
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 168 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-vaulting/src/VaultingModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-vaulting/src/VaultingModule.php:168
Plugin: woocommerce-paypal-payments
10
  1. Flatsome\Integrations\WP_SEOPress->integrate()
    wp-content/themes/flatsome/inc/integrations/wp-seopress/class-wp-seopress.php:38
Parent Theme
20
  1. WC_Form_Handler::pay_action()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:396
Plugin: woocommerce
20
  1. WC_Form_Handler::add_payment_method_action()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:488
Plugin: woocommerce
20
  1. WC_Form_Handler::delete_payment_method_action()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:566
Plugin: woocommerce
20
  1. WC_Form_Handler::set_default_payment_method_action()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:590
Plugin: woocommerce
99
  1. WC_Session_Handler->maybe_set_customer_session_cookie()
    wp-content/plugins/woocommerce/includes/class-wc-session-handler.php:169
Plugin: woocommerce
99
  1. WC_Cart_Session->maybe_set_cart_cookies()
    wp-content/plugins/woocommerce/includes/class-wc-cart-session.php:259
Plugin: woocommerce
category_rewrite_rulesFilter10
  1. seopress_filter_category_rewrite_rules()
    wp-content/plugins/wp-seopress/inc/functions/options.php:443
Plugin: wp-seopress
attachment_linkFilter10
  1. wc_fix_product_attachment_link()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:1246
Plugin: woocommerce
10
  1. flatsome_enhanced_image_navigation()
    wp-content/themes/flatsome/inc/structure/structure-posts.php:253
Parent Theme
post_type_linkFilter10
  1. wc_product_post_type_link()
    wp-content/plugins/woocommerce/includes/wc-product-functions.php:214
Plugin: woocommerce
10
  1. WC_Post_Data::variation_post_link()
    wp-content/plugins/woocommerce/includes/class-wc-post-data.php:74
Plugin: woocommerce
term_linkFilter10
  1. _post_format_link()
    wp-includes/post-formats.php:194
WordPress Core
10
  1. seopress_remove_category_base()
    wp-content/plugins/wp-seopress/inc/functions/options.php:481
Plugin: wp-seopress
10
  1. seopress_remove_product_category_base()
    wp-content/plugins/wp-seopress/inc/functions/options.php:594
Plugin: wp-seopress
mod_rewrite_rulesFilter10
  1. wc_ms_protect_download_rewite_rules()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:1261
Plugin: woocommerce
rewrite_rules_arrayFilter10
  1. wc_fix_rewrite_rules()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:1196
Plugin: woocommerce
query_varsFilter0
  1. WC_Auth->add_query_vars()
    wp-content/plugins/woocommerce/includes/class-wc-auth.php:48
Plugin: woocommerce
0
  1. WC_Query->add_query_vars()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:223
Plugin: woocommerce
0
  1. Automattic\W\I\U\LegacyRestApiStub::add_query_vars_for_legacy_rest_api_stub()
    wp-content/plugins/woocommerce/src/Internal/Utilities/LegacyRestApiStub.php:68
Plugin: woocommerce
0
  1. Automattic\W\I\T\TransientFilesEngine->handle_query_vars()
    wp-content/plugins/woocommerce/src/Internal/TransientFiles/TransientFilesEngine.php:440
Plugin: woocommerce
10
  1. wpisp_add_perf_stats_var()
    wp-content/plugins/scalability-pro/scalability-pro.php:1708
Plugin: scalability-pro
10
  1. SEOPress\A\S\Router->queryVars()
    wp-content/plugins/wp-seopress/src/Actions/Sitemap/Router.php:56
Plugin: wp-seopress
10
  1. YITH_WCWL_Premium->add_public_query_var()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl.php:252
Plugin: yith-woocommerce-wishlist-premium
10
  1. Automattic\W\B\B\ProductQuery->set_query_vars()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/ProductQuery.php:526
Plugin: woocommerce
999
  1. affiliates_query_vars()
    wp-content/plugins/affiliates-pro/lib/core/wp-init.php:892
Plugin: affiliates-pro
requestFilter10
  1. _post_format_request()
    wp-includes/post-formats.php:166
WordPress Core
10
  1. WC_Advanced_Shipment_Tracking_Admin->filter_orders_by_shipping_provider_query()
    wp-content/plugins/woo-advanced-shipment-tracking/includes/class-wc-advanced-shipment-tracking-admin.php:2089
Plugin: woo-advanced-shipment-tracking
wp_headersFilter10
  1. HCaptcha\Main->csp_headers()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:341
Plugin: hcaptcha-for-forms-and-more
10
  1. dsxmlrpc\xmlrpcSecurity->X_pingback_header()
    wp-content/plugins/disable-xml-rpc-api/disable-xml-rpc-api.php:298
Plugin: disable-xml-rpc-api
product_cat_rewrite_rulesFilter10
  1. seopress_filter_product_category_rewrite_rules()
    wp-content/plugins/wp-seopress/inc/functions/options.php:553
Plugin: wp-seopress
option_homeFilter10
  1. _config_wp_home()
    wp-includes/functions.php:4662
WordPress Core
option_siteurlFilter10
  1. _config_wp_siteurl()
    wp-includes/functions.php:4684
WordPress Core

Theme

Theme

flatsome-wip-child

style.css
wp-content/themes/flatsome-wip-child/style.css

Parent Theme

flatsome

style.css
wp-content/themes/flatsome/style.css

theme.json
wp-content/themes/flatsome/theme.json

Template File

flatsome/woocommerce/archive-product.php

Template Hierarchy

  1. archive-product.php
  2. archive.php
  3. index.php

Template Parts

  • flatsome/header.php
  • flatsome/template-parts/header/header-wrapper.php
  • flatsome/template-parts/header/header-top.php
  • flatsome/template-parts/header/header-main.php
  • flatsome/template-parts/header/partials/element-logo.php
  • flatsome/template-parts/header/partials/element-menu-icon.php
  • flatsome/template-parts/header/partials/element-search-form.php
    Included 3 times
  • flatsome/template-parts/header/partials/element-wishlist.php
  • flatsome/template-parts/header/partials/element-account.php
  • flatsome/template-parts/header/partials/element-cart.php
  • flatsome/template-parts/header/partials/element-cart-mobile.php
  • flatsome/template-parts/header/header-bottom.php
  • flatsome/footer.php
  • flatsome/template-parts/footer/footer.php
  • flatsome/template-parts/footer/footer-absolute.php
  • flatsome/assets/img/payment-icons/icon-visa.svg.php
  • flatsome/assets/img/payment-icons/icon-paypal.svg.php
  • flatsome/assets/img/payment-icons/icon-mastercard.svg.php
  • flatsome/template-parts/footer/back-to-top.php
  • flatsome/template-parts/overlays/overlay-menu.php
  • flatsome/template-parts/header/partials/element-account-sidebar.php

Body Classes

  • admin-bar
  • archive
  • box-shadow
  • full-width
  • lightbox
  • logged-in
  • mobile-submenu-toggle
  • nav-dropdown-has-arrow
  • nav-dropdown-has-border
  • nav-dropdown-has-shadow
  • no-customize-support
  • post-type-archive
  • post-type-archive-product
  • theme-flatsome
  • woocommerce
  • woocommerce-demo-store
  • woocommerce-no-js
  • woocommerce-page
  • woocommerce-shop

Theme: Related Hooks with Filters or Actions Attached

HookTypePriorityCallbackComponent
template_redirectAction0
  1. _wp_admin_bar_init()
    wp-includes/admin-bar.php:23
WordPress Core
0
  1. WC_AJAX::do_wc_ajax()
    wp-content/plugins/woocommerce/includes/class-wc-ajax.php:83
Plugin: woocommerce
0
  1. seopress_instant_indexing_api_key_txt()
    wp-content/plugins/wp-seopress/inc/functions/options-instant-indexing.php:31
Plugin: wp-seopress
0
  1. seopress_titles_disable_archives()
    wp-content/plugins/wp-seopress/inc/functions/options.php:21
Plugin: wp-seopress
1
  1. SEOPress\A\S\Render->sitemapShortcut()
    wp-content/plugins/wp-seopress/src/Actions/Sitemap/Render.php:127
Plugin: wp-seopress
1
  1. seopress_category_redirect()
    wp-content/plugins/wp-seopress/inc/functions/options.php:509
Plugin: wp-seopress
1
  1. seopress_product_category_redirect()
    wp-content/plugins/wp-seopress/inc/functions/options.php:623
Plugin: wp-seopress
1
  1. seopress_redirections_attachments_file()
    wp-content/plugins/wp-seopress/inc/functions/options-advanced.php:26
Plugin: wp-seopress
1
  1. seopress_redirections_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-redirections.php:125
Plugin: wp-seopress
2
  1. seopress_redirections_attachments()
    wp-content/plugins/wp-seopress/inc/functions/options-advanced.php:10
Plugin: wp-seopress
5
  1. ACFWP\M\V\Frontend->implement_virtual_coupon_url()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Virtual_Coupon/Frontend.php:83
Plugin: advanced-coupons-for-woocommerce
10
  1. wp_old_slug_redirect()
    wp-includes/query.php:1055
WordPress Core
10
  1. redirect_canonical()
    wp-includes/canonical.php:42
WordPress Core
10
  1. ACFWF\Models\URL_Coupons->implement_url_coupon()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/URL_Coupons.php:131
Plugin: advanced-coupons-for-woocommerce-free
10
  1. wc_disable_author_archives_for_customers()
    wp-content/plugins/woocommerce/includes/wc-user-functions.php:865
Plugin: woocommerce
10
  1. WC_Cache_Helper::geolocation_ajax_redirect()
    wp-content/plugins/woocommerce/includes/class-wc-cache-helper.php:166
Plugin: woocommerce
10
  1. WC_Form_Handler::redirect_reset_password_link()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:41
Plugin: woocommerce
10
  1. WC_Form_Handler::save_address()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:79
Plugin: woocommerce
10
  1. WC_Form_Handler::save_account_details()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:228
Plugin: woocommerce
10
  1. NextendSocialLogin::alternate_login_page_template_redirect()
    wp-content/plugins/nextend-facebook-connect/nextend-social-login.php:795
Plugin: nextend-facebook-connect
10
  1. Automattic\W\B\T\ClassicTemplatesCompatibility->set_classic_template_data()
    wp-content/plugins/woocommerce/src/Blocks/Templates/ClassicTemplatesCompatibility.php:48
Plugin: woocommerce
10
  1. YITH_WCWL_Frontend_Premium->add_nocache_headers()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:459
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Frontend_Premium->redirect_unauthenticated_users()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:545
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Frontend_Premium->add_wishlist_login_notice()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:484
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Frontend_Premium->private_wishlist_404()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:733
Plugin: yith-woocommerce-wishlist-premium
10
  1. flatsome_maintenance_mode()
    wp-content/themes/flatsome/inc/functions/function-maintenance.php:8
Parent Theme
10
  1. wc_template_redirect()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:19
Plugin: woocommerce
10
  1. wc_send_frame_options_header()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:86
Plugin: woocommerce
10
  1. wc_prevent_endpoint_indexing()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:100
Plugin: woocommerce
10
  1. wc_prevent_adjacent_posts_rel_link_wp_head()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:114
Plugin: woocommerce
11
  1. rest_output_link_header()
    wp-includes/rest-api.php:1023
WordPress Core
11
  1. wp_shortlink_header()
    wp-includes/link-template.php:4204
WordPress Core
20
  1. wc_track_product_view()
    wp-content/plugins/woocommerce/includes/wc-product-functions.php:559
Plugin: woocommerce
20
  1. wc_clear_cart_after_payment()
    wp-content/plugins/woocommerce/includes/wc-cart-functions.php:170
Plugin: woocommerce
1000
  1. wp_redirect_admin_locations()
    wp-includes/canonical.php:1029
WordPress Core
9223372036854775807 (PHP_INT_MAX)
  1. SWCFPC_Cache_Controller->apply_cache()
    wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php:618
Plugin: wp-cloudflare-page-cache
template_includeFilter10
  1. Automattic\W\I\C\ComingSoonRequestHandler->handle_template_include()
    wp-content/plugins/woocommerce/src/Internal/ComingSoon/ComingSoonRequestHandler.php:44
Plugin: woocommerce
10
  1. WC_Template_Loader::template_loader()
    wp-content/plugins/woocommerce/includes/class-wc-template-loader.php:73
Plugin: woocommerce
11
  1. Theme_Customisations->theme_customisations_template()
    wp-content/plugins/theme-customisations/theme-customisations.php:74
Plugin: theme-customisations

Scripts

PositionHandle
Source
Version
Headerjquery-corewp-includes/js/jquery/jquery.min.jsjquery3.7.1
Headerjquery-migratewp-includes/js/jquery/jquery-migrate.min.jsjquery3.4.1
Headerjqueryjquery-core, jquery-migratecommonWpf, coreWpf, custom-js, cwginstock_js, cwginstock_popup, fa-kit, flatsome-js, flatsome-theme-woocommerce-js, flatsome-woocommerce-wishlist, frontend.filters.pro, hoverIntent, ion.slider, jquery-blockui, jquery-selectBox, jquery-ui-core, jquery-yith-wcwl, mailpoet_public, prettyPhoto, query-monitor, seopress-cookies-ajax, sweetalert2, wc-add-to-cart, wc-add-to-cart-variation, wc-cart-fragments, woo-align, woo-conditional-shipping-js, woocommerce, wp-loyalty-rules-main, wp-loyalty-rules-react-ui-bundle, wp-util3.7.1
Headerquery-monitorpnpgamesonline.comwp-content/plugins/query-monitor/assets/query-monitor.jsjquery3.16.4
Headerjquery-blockuipnpgamesonline.comwp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.jsjquerycwginstock_js, cwginstock_popup, sweetalert2, wc-add-to-cart, wc-add-to-cart-variation, woocommerce2.7.0-wc.9.4.1
Headerwc-add-to-cartpnpgamesonline.comwp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.jsjquery, jquery-blockui9.4.1
Headerjs-cookiepnpgamesonline.comwp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.jswc-cart-fragments, woocommerce2.1.4-wc.9.4.1
Headerwc-cart-fragmentsjquery, js-cookie9.4.1
Headerwp-loyalty-rules-alertify-frontpnpgamesonline.comwp-content/plugins/wp-loyalty-rules/Assets/Admin/Js/alertify.min.js1.2.13
Headerwp-loyalty-rules-react-ui-bundlepnpgamesonline.comwp-content/plugins/wp-loyalty-rules/App/Apps/Launcher/V2/Assets/Site/Js/dist/bundle.js?t=1732164641jquery1.2.13&t=1732164641
Headerwoo-conditional-shipping-jspnpgamesonline.comwp-content/plugins/conditional-shipping-for-woocommerce/includes/frontend/../../frontend/js/woo-conditional-shipping.jsjquery3.3.0.free
Headercustom-jspnpgamesonline.comwp-content/plugins/theme-customisations/custom/custom.jsjquery
Headerwc-settings-dep-in-header
Headerrecaptchawww.google.comhttps://www.google.com/recaptcha/api.js?render=6LeMUFYpAAAAADeaycIMr9ctPdnNwTAPkwvkSTaQ5.7.3
Footerjquery-ui-corewp-includes/js/jquery/ui/core.min.jsjqueryjquery-touch-punch, jquery-ui-menu, jquery-ui-mouse1.13.3
Footerjquery-ui-menuwp-includes/js/jquery/ui/menu.min.jsjquery-ui-corejquery-ui-autocomplete1.13.3
Footerwp-dom-readywp-includes/js/dist/dom-ready.min.jsstarter-templates-zip-preview, wp-a11yf77871ff7694fffea381
Footerwp-hookswp-includes/js/dist/hooks.min.jswc-blocks-registry, wc-settings, wp-api-fetch, wp-components, wp-deprecated, wp-i18n, wp-loyalty-rules-main, wp-plugins2810c76e705dd1a53b18
Footerwp-i18nwp-includes/js/dist/i18n.min.jswp-hookscontact-form-7, wc-blocks-checkout, wc-blocks-components, wc-blocks-data-store, wc-cart-checkout-base, wc-cart-checkout-vendors, wc-settings, wp-a11y, wp-api-fetch, wp-components, wp-keycodes, wp-loyalty-rules-main, wp-rich-text, zip-ai-sidebar5e580eb46a90c2b997e6
Footerwp-a11ywp-includes/js/dist/a11y.min.jswp-dom-ready, wp-i18njquery-ui-autocomplete, wc-blocks-checkout, wc-blocks-components, wp-components, wp-rich-textd90eebea464f6c09bfd5
Footerjquery-ui-autocompletewp-includes/js/jquery/ui/autocomplete.min.jsjquery-ui-menu, wp-a11y1.13.3
Footerhoverintent-jswp-includes/js/hoverintent-js.min.jsadmin-bar2.2.1
Footeradmin-barwp-includes/js/admin-bar.min.jshoverintent-js
Footerswvpnpgamesonline.comwp-content/plugins/contact-form-7/includes/swv/js/index.jscontact-form-76.0
Footercontact-form-7pnpgamesonline.comwp-content/plugins/contact-form-7/includes/js/index.jswp-i18n, swv6.0
Footerwoo-alignpnpgamesonline.comwp-content/plugins/woo-align-buttons/public/js/woo-align-public.jsjquery3.7.0
Footerwoocommercepnpgamesonline.comwp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.jsjquery, jquery-blockui, js-cookieflatsome-theme-woocommerce-js9.4.1
Footerreactwp-includes/js/dist/vendor/react.min.jsreact-dom, react-jsx-runtime, wc-blocks-checkout, wc-blocks-components, wc-blocks-registry, wp-components, wp-compose, wp-element, zip-ai-sidebar18.3.1
Footerreact-domwp-includes/js/dist/vendor/react-dom.min.jsreactwc-blocks-checkout, wc-blocks-components, wp-components, wp-element, zip-ai-sidebar18.3.1
Footerwp-escape-htmlwp-includes/js/dist/escape-html.min.jswp-components, wp-element, wp-rich-text6561a406d2d232a6fbd2
Footerwp-elementwp-includes/js/dist/element.min.jsreact, react-dom, wp-escape-htmlwc-blocks-checkout, wc-blocks-components, wc-blocks-data-store, wc-blocks-registry, wp-components, wp-compose, wp-data, wp-loyalty-rules-main, wp-plugins, wp-primitives, wp-rich-text, zip-ai-sidebarcb762d190aebbec25b27
Footerreact-jsx-runtimewp-includes/js/dist/vendor/react-jsx-runtime.min.jsreactwp-components, wp-compose, wp-data, wp-plugins, wp-primitives18.3.1
Footerwp-deprecatedwp-includes/js/dist/deprecated.min.jswp-hookswc-blocks-checkout, wc-blocks-components, wc-blocks-data-store, wc-blocks-registry, wp-components, wp-compose, wp-data, wp-data-controls, wp-date, wp-dom, wp-rich-texte1f84915c5e8ae38964c
Footerwp-domwp-includes/js/dist/dom.min.jswp-deprecatedwc-blocks-data-store, wp-components, wp-compose4ecffbffba91b10c5c7a
Footerwp-is-shallow-equalwp-includes/js/dist/is-shallow-equal.min.jswc-blocks-checkout, wc-blocks-data-store, wp-components, wp-compose, wp-data, wp-pluginse0f9f1d78d83f5196979
Footerwp-keycodeswp-includes/js/dist/keycodes.min.jswp-i18nwp-components, wp-compose, wp-rich-text034ff647a54b018581d3
Footerwp-priority-queuewp-includes/js/dist/priority-queue.min.jswp-compose, wp-data9c21c957c7e50ffdbf48
Footerwp-composewp-includes/js/dist/compose.min.jsreact, react-jsx-runtime, wp-deprecated, wp-dom, wp-element, wp-is-shallow-equal, wp-keycodes, wp-priority-queuewc-blocks-checkout, wc-blocks-components, wp-components, wp-data, wp-plugins, wp-rich-textb8d54449305350b51869
Footerwp-private-apiswp-includes/js/dist/private-apis.min.jswp-components, wp-data17a2e640b653d742da6e
Footerwp-redux-routinewp-includes/js/dist/redux-routine.min.jswp-dataa0a172871afaeb261566
Footerwp-datawp-includes/js/dist/data.min.jsreact-jsx-runtime, wp-compose, wp-deprecated, wp-element, wp-is-shallow-equal, wp-priority-queue, wp-private-apis, wp-redux-routinewc-blocks-checkout, wc-blocks-components, wc-blocks-data-store, wc-blocks-registry, wp-data-controls, wp-loyalty-rules-main, wp-notices, wp-rich-text, zip-ai-sidebar7c62e39de0308c73d50c
Footerwp-urlwp-includes/js/dist/url.min.jswc-blocks-data-store, wc-blocks-middleware, wp-api-fetch36ae0e4dd9043bb8749b
Footerwp-api-fetchwp-includes/js/dist/api-fetch.min.jswp-i18n, wp-url, wp-hookswc-blocks-data-store, wc-blocks-middleware, wc-settings, wp-data-controls, wp-loyalty-rules-main, zip-ai-sidebar4c185334c5ec26e149cc
Footerwp-polyfillwp-includes/js/dist/vendor/wp-polyfill.min.jswc-blocks-checkout, wc-blocks-components, wc-blocks-data-store, wc-blocks-middleware, wc-blocks-registry, wc-cart-checkout-base, wc-cart-checkout-vendors, wc-settings, wc-types, wpcf7-recaptcha3.15.0
Footerwc-cart-checkout-basepnpgamesonline.comwp-content/plugins/woocommerce/assets/client/blocks/wc-cart-checkout-base-frontend.jswp-polyfill, wp-i18nwc-blocks-checkout, wc-blocks-components7feeeb96e67149b7430d
Footerwc-cart-checkout-vendorspnpgamesonline.comwp-content/plugins/woocommerce/assets/client/blocks/wc-cart-checkout-vendors-frontend.jswp-polyfill, wp-i18nwc-blocks-checkout, wc-blocks-componentsf35ab12b279076d2ee08
Footerwc-settingspnpgamesonline.comwp-content/plugins/woocommerce/assets/client/blocks/wc-settings.jswp-hooks, wp-polyfill, wp-api-fetch, wp-i18nwc-blocks-checkout, wc-blocks-components, wc-blocks-data-store, wc-blocks-registryeb5ac71a827c4c81fed8
Footerwc-blocks-registrypnpgamesonline.comwp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-registry.jsreact, wc-settings, wp-data, wp-deprecated, wp-element, wp-hooks, wp-polyfillwc-blocks-checkout, wc-blocks-data-store9a3c034539e5caddf87f
Footerwc-typespnpgamesonline.comwp-content/plugins/woocommerce/assets/client/blocks/wc-types.jswp-polyfillwc-blocks-checkout, wc-blocks-components, wc-blocks-data-storebda84b1be3361607d04a
Footerwp-data-controlswp-includes/js/dist/data-controls.min.jswp-api-fetch, wp-data, wp-deprecatedwc-blocks-data-store49f5587e8b90f9e7cc7e
Footerwp-html-entitieswp-includes/js/dist/html-entities.min.jswc-blocks-checkout, wc-blocks-components, wc-blocks-data-store, wp-components2cd3358363e0675638fb
Footerwp-noticeswp-includes/js/dist/notices.min.jswp-datawc-blocks-data-store673a68a7ac2f556ed50b
Footerwc-blocks-middlewarepnpgamesonline.comwp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-middleware.jswp-api-fetch, wp-polyfill, wp-urlwc-blocks-data-storee3f189e7e5007fb14fff
Footerwc-blocks-data-storepnpgamesonline.comwp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-data.jswc-blocks-registry, wc-settings, wc-types, wp-api-fetch, wp-data, wp-data-controls, wp-deprecated, wp-dom, wp-element, wp-html-entities, wp-i18n, wp-is-shallow-equal, wp-notices, wp-polyfill, wp-url, wc-blocks-middlewarewc-blocks-checkout, wc-blocks-components2ddc7ff206a324cf2cad
Footerwp-primitiveswp-includes/js/dist/primitives.min.jsreact-jsx-runtime, wp-elementwc-blocks-checkout, wc-blocks-components, wp-components, wp-pluginsaef2543ab60c8c9bb609
Footerwc-blocks-componentspnpgamesonline.comwp-content/plugins/woocommerce/assets/client/blocks/blocks-components.jswc-cart-checkout-base, wc-cart-checkout-vendors, react, react-dom, wc-blocks-data-store, wc-settings, wc-types, wp-a11y, wp-compose, wp-data, wp-deprecated, wp-element, wp-html-entities, wp-i18n, wp-polyfill, wp-primitiveswc-blocks-checkout5f11d5c440e62fef7bb5
Footerwp-warningwp-includes/js/dist/warning.min.jswc-blocks-checkout, wp-componentsed7c8b0940914f4fe44b
Footerwc-blocks-checkoutpnpgamesonline.comwp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout.jswc-cart-checkout-base, wc-cart-checkout-vendors, react, react-dom, wc-blocks-components, wc-blocks-data-store, wc-blocks-registry, wc-settings, wc-types, wp-a11y, wp-compose, wp-data, wp-deprecated, wp-element, wp-html-entities, wp-i18n, wp-is-shallow-equal, wp-polyfill, wp-primitives, wp-warningwp-loyalty-rules-mainb17cecfe19e23a3899e0
Footerwp-loyalty-rules-mainpnpgamesonline.comwp-content/plugins/wp-loyalty-rules/Assets/Site/Js/wlr-main.min.js?t=1732164641jquery, wp-element, wp-i18n, wp-hooks, wp-data, wp-api-fetch, wc-blocks-checkout1.2.13&t=1732164641
Footerstarter-templates-zip-previewpnpgamesonline.comwp-content/plugins/astra-sites/inc/lib/onboarding/assets/dist/template-preview/main.jswp-dom-ready06758d4d807d9d22c6ea
Footergtm4wp-contact-form-7-trackerpnpgamesonline.comwp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-contact-form-7-tracker.js1.20.2
Footergtm4wp-additional-datalayer-pushes1.20.2
Footermomentwp-includes/js/dist/vendor/moment.min.jswp-date2.29.4
Footerwp-datewp-includes/js/dist/date.min.jsmoment, wp-deprecatedwp-componentsaaca6387d1cf924acc51
Footerwp-rich-textwp-includes/js/dist/rich-text.min.jswp-a11y, wp-compose, wp-data, wp-deprecated, wp-element, wp-escape-html, wp-i18n, wp-keycodeswp-components4021b9e4e9ef4d3cd868
Footerwp-componentswp-includes/js/dist/components.min.jsreact, react-dom, react-jsx-runtime, wp-a11y, wp-compose, wp-date, wp-deprecated, wp-dom, wp-element, wp-escape-html, wp-hooks, wp-html-entities, wp-i18n, wp-is-shallow-equal, wp-keycodes, wp-primitives, wp-private-apis, wp-rich-text, wp-warningzip-ai-sidebar36b97398bf090476214e
Footerwp-pluginswp-includes/js/dist/plugins.min.jsreact-jsx-runtime, wp-compose, wp-element, wp-hooks, wp-is-shallow-equal, wp-primitiveszip-ai-sidebaref6da4a9b2747b62c09c
Footerzip-ai-sidebarpnpgamesonline.comwp-content/plugins/astra-sites/inc/lib/zip-ai/sidebar/build/sidebar-app.jsreact, react-dom, wp-api-fetch, wp-components, wp-data, wp-element, wp-i18n, wp-plugins30216120ae205d7e8e42
Footerswcfpc_sweetalert_jspnpgamesonline.comwp-content/plugins/wp-cloudflare-page-cache/assets/js/sweetalert2.min.jsswcfpc_admin_js11.7.20
Footerswcfpc_admin_jspnpgamesonline.comwp-content/plugins/wp-cloudflare-page-cache/assets/js/backend.min.jsswcfpc_sweetalert_js5.0.5
FooterhoverIntentwp-includes/js/hoverIntent.min.jsjqueryflatsome-js1.10.2
Footerflatsome-jspnpgamesonline.comwp-content/themes/flatsome/assets/js/flatsome.jsjquery, jquery, hoverIntentflatsome-lazy, flatsome-theme-woocommerce-js, flatsome-woocommerce-wishlist8e60d746741250b4dd4e
Footerflatsome-woocommerce-wishlistpnpgamesonline.comwp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/wishlist.jsjquery, flatsome-js3.10.2
Footergoogle-recaptchawww.google.comhttps://www.google.com/recaptcha/api.js?render=6LcnVcMpAAAAAOeULnz35fSfZ7r362EclyXphnXgwpcf7-recaptcha3.0
Footerwpcf7-recaptchapnpgamesonline.comwp-content/plugins/contact-form-7/modules/recaptcha/index.jsgoogle-recaptcha, wp-polyfill6.0
Footerseopress-cookiespnpgamesonline.comwp-content/plugins/wp-seopress/assets/js/seopress-cookies.min.jsseopress-cookies-ajax8.3.1
Footerseopress-cookies-ajaxpnpgamesonline.comwp-content/plugins/wp-seopress/assets/js/seopress-cookies-ajax.min.jsjquery, seopress-cookies8.3.1
Footerflatsome-lazypnpgamesonline.comwp-content/themes/flatsome/inc/extensions/flatsome-lazy-load/flatsome-lazy-load.jsflatsome-js3.19.4
Footerfa-kitkit.fontawesome.comhttps://kit.fontawesome.com/4861f2b45b.jsjquery5.9.0
Footerflatsome-theme-woocommerce-jspnpgamesonline.comwp-content/themes/flatsome/assets/js/woocommerce.jsjquery, flatsome-js, woocommerce325ad20e90dbc8889310
Footercwginstock_jspnpgamesonline.comwp-content/plugins/back-in-stock-notifier-for-woocommerce/assets/js/frontend-dev.min.jsjquery, jquery-blockui5.7.3
Footersweetalert2pnpgamesonline.comwp-content/plugins/back-in-stock-notifier-for-woocommerce/assets/js/sweetalert2.min.jsjquery, jquery-blockuicwginstock_popup5.7.3
Footercwginstock_popuppnpgamesonline.comwp-content/plugins/back-in-stock-notifier-for-woocommerce/assets/js/cwg-popup.min.jsjquery, jquery-blockui, sweetalert25.7.3
Footerwp-consent-apipnpgamesonline.comwp-content/plugins/wp-consent-api/assets/js/wp-consent-api.min.js1.0.7
FootercommonWpfpnpgamesonline.comwp-content/plugins/woo-product-filter/js/common.jsjquery2.7.4
FootercoreWpfpnpgamesonline.comwp-content/plugins/woo-product-filter/js/core.jsjquery2.7.4
Footertooltipsterpnpgamesonline.comwp-content/plugins/woo-product-filter/modules/templates/lib/tooltipster/jquery.tooltipster.min.js2.7.4
Footerjquery-ui-mousewp-includes/js/jquery/ui/mouse.min.jsjquery-ui-corejquery-touch-punch, jquery-ui-slider1.13.3
Footerjquery-ui-sliderwp-includes/js/jquery/ui/slider.min.jsjquery-ui-mouse1.13.3
Footerjquery-touch-punchwp-includes/js/jquery/jquery.ui.touch-punch.jsjquery-ui-core, jquery-ui-mouse0.2.2
Footerfrontend.filterspnpgamesonline.comwp-content/plugins/woo-product-filter/modules/woofilters/js/frontend.woofilters.js2.7.4
Footerfrontend.filters.propnpgamesonline.comwp-content/plugins/woofilter-pro/woofilterpro/js/frontend.woofilters.pro.jsjquery2.7.4
Footerion.sliderpnpgamesonline.comwp-content/plugins/woofilter-pro/woofilterpro/js/ion.rangeSlider.min.jsjquery2.7.4
Footerjquery-selectBoxpnpgamesonline.comwp-content/plugins/yith-woocommerce-wishlist-premium/assets/js/jquery.selectBox.min.jsjqueryjquery-yith-wcwl1.2.0
FooterprettyPhotopnpgamesonline.compnpgamesonline.com/wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.jsjqueryjquery-yith-wcwl3.1.6
Footerjquery-yith-wcwlpnpgamesonline.comwp-content/plugins/yith-woocommerce-wishlist-premium/assets/js/jquery.yith-wcwl.min.jsjquery, jquery-selectBox, prettyPhoto4.0.1
Footerunderscorewp-includes/js/underscore.min.jswp-util1.13.4
Footerwp-utilwp-includes/js/wp-util.min.jsunderscore, jquerywc-add-to-cart-variation
Footerwc-add-to-cart-variationpnpgamesonline.comwp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.jsjquery, wp-util, jquery-blockui9.4.1
Footermailpoet_publicpnpgamesonline.comwp-content/plugins/mailpoet/assets/dist/js/public.jsjquery5.4.0
Total: 100

Scripts: Related Hooks with Filters or Actions Attached

HookTypePriorityCallbackComponent
wp_enqueue_scriptsAction1
  1. wp_enqueue_block_style_variation_styles()
    wp-includes/block-supports/block-style-variations.php:263
WordPress Core
9
  1. WP_Duotone::output_block_styles()
    wp-includes/class-wp-duotone.php:1203
WordPress Core
10
  1. wp_enqueue_emoji_styles()
    wp-includes/formatting.php:5855
WordPress Core
10
  1. wp_common_block_scripts_and_styles()
    wp-includes/script-loader.php:2426
WordPress Core
10
  1. wp_enqueue_classic_theme_styles()
    wp-includes/script-loader.php:3305
WordPress Core
10
  1. wp_enqueue_global_styles()
    wp-includes/script-loader.php:2479
WordPress Core
10
  1. wp_enqueue_global_styles_custom_css()
    wp-includes/script-loader.php:2524
WordPress Core
10
  1. wp_enqueue_stored_styles()
    wp-includes/script-loader.php:3132
WordPress Core
10
  1. wp_enqueue_admin_bar_bump_styles()
    wp-includes/admin-bar.php:1289
WordPress Core
10
  1. wp_enqueue_admin_bar_header_styles()
    wp-includes/admin-bar.php:1273
WordPress Core
10
  1. wp_enqueue_block_template_skip_link()
    wp-includes/theme-templates.php:109
WordPress Core
10
  1. register_jquery()
    wp-content/plugins/add-on-contact-form-7-mailpoet/includes/class-mailpoet-cf7-integration.php:21
Plugin: add-on-contact-form-7-mailpoet
10
  1. ACFWF\Models\Script_Loader->load_frontend_scripts()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Script_Loader.php:424
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\Models\Script_Loader->load_frontend_scripts()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Script_Loader.php:184
Plugin: advanced-coupons-for-woocommerce
10
  1. Affiliates_Shortcodes::wp_enqueue_scripts()
    wp-content/plugins/affiliates-pro/lib/core/class-affiliates-shortcodes.php:60
Plugin: affiliates-pro
10
  1. affiliates_wp_enqueue_scripts()
    wp-content/plugins/affiliates-pro/lib/core/wp-init.php:185
Plugin: affiliates-pro
10
  1. Affiliates_Graph_Renderer_WordPress::wp_enqueue_scripts()
    wp-content/plugins/affiliates-pro/lib/ext/wordpress/class-affiliates-graph-renderer-wordpress.php:41
Plugin: affiliates-pro
10
  1. affiliates_pro_wp_enqueue_scripts()
    wp-content/plugins/affiliates-pro/lib/ext/wp-init.php:136
Plugin: affiliates-pro
10
  1. Closure on line 5 of wp-content/plugins/contact-form-7/includes/swv/script-loader.php
    wp-content/plugins/contact-form-7/includes/swv/script-loader.php:5
Plugin: contact-form-7
10
  1. Closure on line 36 of wp-content/plugins/contact-form-7/includes/controller.php
    wp-content/plugins/contact-form-7/includes/controller.php:36
Plugin: contact-form-7
10
  1. Woo_Align_Public->enqueue_scripts()
    wp-content/plugins/woo-align-buttons/public/class-woo-align-public.php:78
Plugin: woo-align-buttons
10
  1. WC_Shop_Customizer->add_frontend_scripts()
    wp-content/plugins/woocommerce/includes/customizer/class-wc-shop-customizer.php:52
Plugin: woocommerce
10
  1. WC_Frontend_Scripts::load_scripts()
    wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php:372
Plugin: woocommerce
10
  1. Wlr\A\C\S\Main->addFrontEndScripts()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/Main.php:35
Plugin: wp-loyalty-rules
10
  1. Wll\V\A\C\S\Site->enqueueSiteAssets()
    wp-content/plugins/wp-loyalty-rules/App/Apps/Launcher/V2/App/Controllers/Site/Site.php:22
Plugin: wp-loyalty-rules
10
  1. Astra_Sites_ZipWP_Integration->register_preview_scripts()
    wp-content/plugins/astra-sites/inc/lib/onboarding/classes/class-astra-sites-zipwp-integration.php:63
Plugin: astra-sites
10
  1. Woo_Conditional_Shipping_Frontend->enqueue_scripts()
    wp-content/plugins/conditional-shipping-for-woocommerce/includes/frontend/class-woo-conditional-shipping-frontend.php:50
Plugin: conditional-shipping-for-woocommerce
10
  1. gtm4wp_enqueue_scripts()
    wp-content/plugins/duracelltomi-google-tag-manager/public/frontend.php:786
Plugin: duracelltomi-google-tag-manager
10
  1. If_Menu::addAssets()
    wp-content/plugins/if-menu/if-menu.php:184
Plugin: if-menu
10
  1. Closure on line 72 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/src/ButtonModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/src/ButtonModule.php:72
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 111 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-blocks/src/BlocksModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-blocks/src/BlocksModule.php:111
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 119 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:119
Plugin: woocommerce-paypal-payments
10
  1. woocommerce_interactivity_register_runtime()
    wp-content/plugins/woocommerce/src/Blocks/Interactivity/scripts.php:29
Plugin: woocommerce
10
  1. Automattic\W\B\D\S\GoogleAnalytics->enqueue_scripts()
    wp-content/plugins/woocommerce/src/Blocks/Domain/Services/GoogleAnalytics.php:50
Plugin: woocommerce
10
  1. WPMailSMTP\Admin\AdminBarMenu->enqueues()
    wp-content/plugins/wp-mail-smtp/src/Admin/AdminBarMenu.php:75
Plugin: wp-mail-smtp
10
  1. SEOPress\A\A\ModuleMetabox->enqueueFrontend()
    wp-content/plugins/wp-seopress/src/Actions/Admin/ModuleMetabox.php:168
Plugin: wp-seopress
10
  1. YITH_WCWL_Frontend_Premium->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:513
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Rendering_Method_Frontend_Handler->enqueue_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-rendering-method-frontend-handler.php:66
Plugin: yith-woocommerce-wishlist-premium
10
  1. ZipAI\Classes\Sidebar_Configurations->load_sidebar_assets()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/classes/sidebar-configurations.php:292
Plugin: astra-sites
10
  1. SWCFPC_Backend->load_custom_wp_admin_styles_and_script()
    wp-content/plugins/wp-cloudflare-page-cache/libs/backend.class.php:71
Plugin: wp-cloudflare-page-cache
10
  1. SPC\Modules\Frontend->enqueue_uncached()
    wp-content/plugins/wp-cloudflare-page-cache/src/Modules/Frontend.php:107
Plugin: wp-cloudflare-page-cache
10
  1. flatsome_countdown_shortcode_scripts()
    wp-content/themes/flatsome/inc/shortcodes/ux_countdown/ux-countdown.php:4
Parent Theme
10
  1. flatsome_integrations_scripts()
    wp-content/themes/flatsome/inc/integrations/integrations.php:23
Parent Theme
10
  1. flatsome_woocommerce_integrations_scripts()
    wp-content/themes/flatsome/inc/integrations/integrations.php:94
Parent Theme
10
  1. flatsome_wishlist_integrations_scripts()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:13
Parent Theme
10
  1. WP_Interactivity_API->register_script_modules()
    wp-includes/interactivity-api/class-wp-interactivity-api.php:313
WordPress Core
10
  1. SKELET_Options->collect_output_css_and_typography()
    wp-content/plugins/disable-xml-rpc-api/lib/skelet/classes/abstract.class.php:25
Plugin: disable-xml-rpc-api
10
  1. Theme_Customisations->theme_customisations_js()
    wp-content/plugins/theme-customisations/theme-customisations.php:60
Plugin: theme-customisations
10
  1. Closure on line 68 of wp-content/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-analytics.php
    wp-content/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-analytics.php:68
Plugin: woocommerce-google-analytics-integration
10
  1. WooCommerce\P\W\G\O\OXXO->register_assets()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-wc-gateway/src/Gateway/OXXO/OXXO.php:306
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 130 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-wc-gateway/src/Assets/FraudNetAssets.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-wc-gateway/src/Assets/FraudNetAssets.php:130
Plugin: woocommerce-paypal-payments
10
  1. ZipWP_Images\Classes\Zipwp_Images_Script->bb_editor_load_scripts()
    wp-content/plugins/astra-sites/inc/lib/zipwp-images/classes/zipwp-images-script.php:70
Plugin: astra-sites
11
  1. WP_Duotone::output_global_styles()
    wp-includes/class-wp-duotone.php:1222
WordPress Core
11
  1. woocommerce_interactivity_move_interactive_scripts_to_the_footer()
    wp-content/plugins/woocommerce/src/Blocks/Interactivity/scripts.php:9
Plugin: woocommerce
20
  1. wpcf7_html5_fallback()
    wp-content/plugins/contact-form-7/includes/controller.php:175
Plugin: contact-form-7
20
  1. wpcf7_recaptcha_enqueue_scripts()
    wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php:34
Plugin: contact-form-7
20
  1. seopress_google_analytics_cookies_js()
    wp-content/plugins/wp-seopress/inc/functions/options.php:124
Plugin: wp-seopress
80
  1. SKELET::add_typography_enqueue_styles()
    wp-content/plugins/disable-xml-rpc-api/lib/skelet/classes/setup.class.php:622
Plugin: disable-xml-rpc-api
98
  1. flatsome_woocommerce_scripts_styles()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-global.php:67
Parent Theme
99
  1. YIT_Icons->enqueue_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-fw/includes/class-yit-icons.php:1143
Plugin: yith-woocommerce-wishlist-premium
99
  1. FL_LazyLoad_Images::add_scripts()
    wp-content/themes/flatsome/inc/extensions/flatsome-lazy-load/flatsome-lazy-load.php:27
Parent Theme
100
  1. add_fontawesome_kit()
    wp-content/plugins/theme-customisations/custom/functions.php:55
Plugin: theme-customisations
100
  1. Automattic\W\B\AssetsController->update_block_settings_dependencies()
    wp-content/plugins/woocommerce/src/Blocks/AssetsController.php:367
Plugin: woocommerce
100
  1. flatsome_scripts()
    wp-content/themes/flatsome/inc/functions/function-setup.php:189
Parent Theme
100
  1. flatsome_checkout_scripts()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-checkout.php:99
Parent Theme
150
  1. flatsome_add_icons_css()
    wp-content/themes/flatsome/inc/helpers/helpers-icons.php:27
Parent Theme
999
  1. CWG_Instock_Bot_Protection->enqueue_script()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/includes/class-bot-protection.php:87
Plugin: back-in-stock-notifier-for-woocommerce
999
  1. CWG_Instock_Notifier->enqueue_scripts()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/cwginstocknotifier.php:197
Plugin: back-in-stock-notifier-for-woocommerce
999
  1. Optimocha_Disable_Cart_Fragments->disable_cart_fragments()
    wp-content/plugins/disable-cart-fragments/disable-cart-fragments.php:101
Plugin: disable-cart-fragments
999
  1. WoofiltersWpf->addScriptsLisener()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:638
Plugin: woo-product-filter
999
  1. Theme_Customisations->theme_customisations_css()
    wp-content/plugins/theme-customisations/theme-customisations.php:51
Plugin: theme-customisations
1000
  1. wp_localize_jquery_ui_datepicker()
    wp-includes/script-loader.php:1924
WordPress Core
9999
  1. flatsome_google_fonts()
    wp-content/themes/flatsome/inc/functions/function-fonts.php:83
Parent Theme
9223372036854775707
  1. wp_consent_api_enqueue_assets()
    wp-content/plugins/wp-consent-api/api.php:43
Plugin: wp-consent-api
wp_print_footer_scriptsAction0
  1. HCaptcha\Main->print_footer_scripts()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:689
Plugin: hcaptcha-for-forms-and-more
1
  1. Automattic\W\B\A\AssetDataRegistry->enqueue_asset_data()
    wp-content/plugins/woocommerce/src/Blocks/Assets/AssetDataRegistry.php:384
Plugin: woocommerce
2
  1. Automattic\W\B\B\MiniCart->print_lazy_load_scripts()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/MiniCart.php:222
Plugin: woocommerce
5
  1. WC_Frontend_Scripts::localize_printed_scripts()
    wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php:640
Plugin: woocommerce
9
  1. HCaptcha\CF7\CF7->enqueue_scripts()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/CF7/CF7.php:271
Plugin: hcaptcha-for-forms-and-more
10
  1. _wp_footer_scripts()
    wp-includes/script-loader.php:2230
WordPress Core
wp_print_scriptsAction1
  1. Automattic\Jetpack\Script_Data::render_script_data()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src/class-script-data.php:68
Plugin: woocommerce
1
  1. Automattic\W\B\P\Api->verify_payment_methods_dependencies()
    wp-content/plugins/woocommerce/src/Blocks/Payments/Api.php:126
Plugin: woocommerce
5
  1. WC_Frontend_Scripts::localize_printed_scripts()
    wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php:640
Plugin: woocommerce
10
  1. wp_just_in_time_script_localization()
    wp-includes/script-loader.php:1886
WordPress Core
10
  1. NextendSocialLogin::nslDOMReady()
    wp-content/plugins/nextend-facebook-connect/nextend-social-login.php:630
Plugin: nextend-facebook-connect
print_scripts_arrayFilter10
  1. wp_prototype_before_jquery()
    wp-includes/script-loader.php:1853
WordPress Core
script_loader_tagFilter10
  1. Wpai\AddonAPI\PMXI_Addon_Admin->add_type_attribute()
    wp-content/plugins/wp-all-import-pro/addon-api/classes/admin.php:30
Plugin: wp-all-import-pro
10
  1. Automattic\W\B\D\S\GoogleAnalytics->async_script_loader_tags()
    wp-content/plugins/woocommerce/src/Blocks/Domain/Services/GoogleAnalytics.php:120
Plugin: woocommerce
10
  1. SWCFPC_Backend->modify_script_attributes()
    wp-content/plugins/wp-cloudflare-page-cache/libs/backend.class.php:115
Plugin: wp-cloudflare-page-cache
10
  1. SPC\Modules\Frontend->modify_script_attributes()
    wp-content/plugins/wp-cloudflare-page-cache/src/Modules/Frontend.php:186
Plugin: wp-cloudflare-page-cache
10
  1. ACFWF\M\O\Vite_App->add_script_tag_attributes()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Objects/Vite_App.php:585
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\M\O\Vite_App->add_script_tag_attributes()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Objects/Vite_App.php:583
Plugin: advanced-coupons-for-woocommerce
10
  1. ACFWF\M\O\Vite_App->add_script_tag_attributes()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Objects/Vite_App.php:585
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\M\O\Vite_App->add_script_tag_attributes()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Objects/Vite_App.php:583
Plugin: advanced-coupons-for-woocommerce
99
  1. ACFWF\Models\Script_Loader->defer_enqueued_scripts()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Script_Loader.php:55
Plugin: advanced-coupons-for-woocommerce-free

Styles

PositionHandle
Source
Version
Headeracfwf-wc-cart-block-integrationpnpgamesonline.comwp-content/plugins/advanced-coupons-for-woocommerce-free/dist/assets/index-467dde24.css1730216764
Headeracfwf-wc-checkout-block-integrationpnpgamesonline.comwp-content/plugins/advanced-coupons-for-woocommerce-free/dist/assets/index-2a7d8588.css1730216764
Headerwoo-conditional-shipping-blocks-stylepnpgamesonline.comwp-content/plugins/conditional-shipping-for-woocommerce/frontend/css/woo-conditional-shipping.css3.3.0.free
Headerseopress-admin-barpnpgamesonline.comwp-content/plugins/wp-seopress/assets/css/seopress-admin-bar.min.css8.3.1
Headerdashiconswp-includes/css/dashicons.min.cssadmin-bar
Headeradmin-barwp-includes/css/admin-bar.min.cssdashicons
Headerquery-monitorpnpgamesonline.comwp-content/plugins/query-monitor/assets/query-monitor.css3.16.4
Headerwp-block-library
Headercontact-form-7pnpgamesonline.comwp-content/plugins/contact-form-7/includes/css/styles.css6.0
Headerwoocommerce-inline
Headerwp-loyalty-rules-alertify-frontpnpgamesonline.comwp-content/plugins/wp-loyalty-rules/Assets/Admin/Css/alertify.min.css1.2.13
Headerwp-loyalty-rules-main-frontpnpgamesonline.comwp-content/plugins/wp-loyalty-rules/Assets/Site/Css/wlr-main.min.css1.2.13
Headerwp-loyalty-rules-wlr-fontpnpgamesonline.comwp-content/plugins/wp-loyalty-rules/Assets/Site/Css/wlr-fonts.min.css1.2.13
Headerwp-loyalty-launcher-wlr-fontpnpgamesonline.comwp-content/plugins/wp-loyalty-rules/Assets/Site/Css/wlr-fonts.min.css?t=17321646411.2.13&t=1732164641
Headerwp-loyalty-launcher-wlr-launcherpnpgamesonline.comwp-content/plugins/wp-loyalty-rules/App/Apps/Launcher/V2/Assets/Site/Css/launcher_site_ui.css?t=17321646411.2.13&t=1732164641
Headerwoo_conditional_shipping_csspnpgamesonline.comwp-content/plugins/conditional-shipping-for-woocommerce/includes/frontend/../../frontend/css/woo-conditional-shipping.css3.3.0.free
Headerif-menu-site-csspnpgamesonline.comwp-content/plugins/if-menu/assets/if-menu-site.css
Headerwp-mail-smtp-admin-barpnpgamesonline.comwp-content/plugins/wp-mail-smtp/assets/css/admin-bar.min.css4.1.1
Headerzip-ai-sidebarpnpgamesonline.comwp-content/plugins/astra-sites/inc/lib/zip-ai/sidebar/build/sidebar-app.css1.2.2
Headerswcfpc_sweetalert_csspnpgamesonline.comwp-content/plugins/wp-cloudflare-page-cache/assets/css/sweetalert2.min.cssswcfpc_admin_css11.7.20
Headerswcfpc_admin_csspnpgamesonline.comwp-content/plugins/wp-cloudflare-page-cache/assets/css/style.min.cssswcfpc_sweetalert_css5.0.5
Headerflatsome-woocommerce-wishlistpnpgamesonline.comwp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/wishlist.css3.10.2
Headerflatsome-mainpnpgamesonline.comwp-content/themes/flatsome/assets/css/flatsome.css3.19.4
Headerflatsome-shoppnpgamesonline.comwp-content/themes/flatsome/assets/css/flatsome-shop.css3.19.4
Headerflatsome-stylepnpgamesonline.comwp-content/themes/flatsome-wip-child/style.css3.0
Headercwginstock_frontend_csspnpgamesonline.comwp-content/plugins/back-in-stock-notifier-for-woocommerce/assets/css/frontend.min.css5.7.3
Headercwginstock_bootstrappnpgamesonline.comwp-content/plugins/back-in-stock-notifier-for-woocommerce/assets/css/bootstrap.min.css5.7.3
Headercustom-csspnpgamesonline.comwp-content/plugins/theme-customisations/custom/style.css
Headerflatsome-googlefontsfonts.googleapis.comfonts.googleapis.com/css?family=Lato%3Aregular%2C700%2Cregular%2C700%2C300italic&display=swap3.9
Footerwc-blocks-stylepnpgamesonline.comwp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.csswc-9.4.1
Footertooltipsterpnpgamesonline.comwp-content/plugins/woo-product-filter/modules/templates/lib/tooltipster/tooltipster.css2.7.4
Footerfrontend.filterspnpgamesonline.comwp-content/plugins/woo-product-filter/modules/woofilters/css/frontend.woofilters.css2.7.4
Footerjquery-uipnpgamesonline.comwp-content/plugins/woo-product-filter/css/jquery-ui.min.css2.7.4
Footerjquery-ui.structurepnpgamesonline.comwp-content/plugins/woo-product-filter/css/jquery-ui.structure.min.css2.7.4
Footerjquery-ui.themepnpgamesonline.comwp-content/plugins/woo-product-filter/css/jquery-ui.theme.min.css2.7.4
Footerjquery-sliderpnpgamesonline.comwp-content/plugins/woo-product-filter/css/jquery-slider.css2.7.4
Footerloaderspnpgamesonline.comwp-content/plugins/woo-product-filter/modules/woofilters/css/loaders.css2.7.4
Footerfont-awesomeWpfpnpgamesonline.comwp-content/plugins/woo-product-filter/modules/templates/css/font-awesome.min.css2.7.4
Footermove.sidebar.csspnpgamesonline.comwp-content/plugins/woo-product-filter/modules/woofilters/css/move.sidebar.css2.7.4
Footercustom.filterspnpgamesonline.comwp-content/plugins/woo-product-filter/modules/woofilters/css/custom.woofilters.css2.7.4
Footerfrontend.filters.propnpgamesonline.comwp-content/plugins/woofilter-pro/woofilterpro/css/frontend.woofilters.pro.css2.7.4
Footercustom.filters.propnpgamesonline.comwp-content/plugins/woofilter-pro/woofilterpro/css/custom.woofilters.pro.css2.7.4
Footerion.sliderpnpgamesonline.comwp-content/plugins/woofilter-pro/woofilterpro/css/ion.rangeSlider.css2.7.4
Footerwp-block-html
Footerjquery-selectBoxpnpgamesonline.comwp-content/plugins/yith-woocommerce-wishlist-premium/assets/css/jquery.selectBox.cssyith-wcwl-main1.2.0
Footeryith-wcwl-font-awesomepnpgamesonline.comwp-content/plugins/yith-woocommerce-wishlist-premium/assets/css/font-awesome.cssyith-wcwl-main4.7.0
Footerwoocommerce_prettyPhoto_csspnpgamesonline.compnpgamesonline.com/wp-content/plugins/woocommerce/assets/css/prettyPhoto.cssyith-wcwl-main3.1.6
Footeryith-wcwl-mainpnpgamesonline.comwp-content/plugins/yith-woocommerce-wishlist-premium/assets/css/style.cssjquery-selectBox, yith-wcwl-font-awesome, woocommerce_prettyPhoto_css4.0.1
Footermailpoet_publicpnpgamesonline.comwp-content/plugins/mailpoet/assets/dist/css/mailpoet-public.b1f0906e.css
Footermailpoet_custom_fonts_0fonts.googleapis.comhttps://fonts.googleapis.com/css?family=Abril+FatFace%3A400%2C400i%2C700%2C700i%7CAlegreya%3A400%2C400i%2C700%2C700i%7CAlegreya+Sans%3A400%2C400i%2C700%2C700i%7CAmatic+SC%3A400%2C400i%2C700%2C700i%7CAnonymous+Pro%3A400%2C400i%2C700%2C700i%7CArchitects+Daughter%3A400%2C400i%2C700%2C700i%7CArchivo%3A400%2C400i%2C700%2C700i%7CArchivo+Narrow%3A400%2C400i%2C700%2C700i%7CAsap%3A400%2C400i%2C700%2C700i%7CBarlow%3A400%2C400i%2C700%2C700i%7CBioRhyme%3A400%2C400i%2C700%2C700i%7CBonbon%3A400%2C400i%2C700%2C700i%7CCabin%3A400%2C400i%2C700%2C700i%7CCairo%3A400%2C400i%2C700%2C700i%7CCardo%3A400%2C400i%2C700%2C700i%7CChivo%3A400%2C400i%2C700%2C700i%7CConcert+One%3A400%2C400i%2C700%2C700i%7CCormorant%3A400%2C400i%2C700%2C700i%7CCrimson+Text%3A400%2C400i%2C700%2C700i%7CEczar%3A400%2C400i%2C700%2C700i%7CExo+2%3A400%2C400i%2C700%2C700i%7CFira+Sans%3A400%2C400i%2C700%2C700i%7CFjalla+One%3A400%2C400i%2C700%2C700i%7CFrank+Ruhl+Libre%3A400%2C400i%2C700%2C700i%7CGreat+Vibes%3A400%2C400i%2C700%2C700i
Footermailpoet_custom_fonts_1fonts.googleapis.comhttps://fonts.googleapis.com/css?family=Heebo%3A400%2C400i%2C700%2C700i%7CIBM+Plex%3A400%2C400i%2C700%2C700i%7CInconsolata%3A400%2C400i%2C700%2C700i%7CIndie+Flower%3A400%2C400i%2C700%2C700i%7CInknut+Antiqua%3A400%2C400i%2C700%2C700i%7CInter%3A400%2C400i%2C700%2C700i%7CKarla%3A400%2C400i%2C700%2C700i%7CLibre+Baskerville%3A400%2C400i%2C700%2C700i%7CLibre+Franklin%3A400%2C400i%2C700%2C700i%7CMontserrat%3A400%2C400i%2C700%2C700i%7CNeuton%3A400%2C400i%2C700%2C700i%7CNotable%3A400%2C400i%2C700%2C700i%7CNothing+You+Could+Do%3A400%2C400i%2C700%2C700i%7CNoto+Sans%3A400%2C400i%2C700%2C700i%7CNunito%3A400%2C400i%2C700%2C700i%7COld+Standard+TT%3A400%2C400i%2C700%2C700i%7COxygen%3A400%2C400i%2C700%2C700i%7CPacifico%3A400%2C400i%2C700%2C700i%7CPoppins%3A400%2C400i%2C700%2C700i%7CProza+Libre%3A400%2C400i%2C700%2C700i%7CPT+Sans%3A400%2C400i%2C700%2C700i%7CPT+Serif%3A400%2C400i%2C700%2C700i%7CRakkas%3A400%2C400i%2C700%2C700i%7CReenie+Beanie%3A400%2C400i%2C700%2C700i%7CRoboto+Slab%3A400%2C400i%2C700%2C700i
Footermailpoet_custom_fonts_2fonts.googleapis.comhttps://fonts.googleapis.com/css?family=Ropa+Sans%3A400%2C400i%2C700%2C700i%7CRubik%3A400%2C400i%2C700%2C700i%7CShadows+Into+Light%3A400%2C400i%2C700%2C700i%7CSpace+Mono%3A400%2C400i%2C700%2C700i%7CSpectral%3A400%2C400i%2C700%2C700i%7CSue+Ellen+Francisco%3A400%2C400i%2C700%2C700i%7CTitillium+Web%3A400%2C400i%2C700%2C700i%7CUbuntu%3A400%2C400i%2C700%2C700i%7CVarela%3A400%2C400i%2C700%2C700i%7CVollkorn%3A400%2C400i%2C700%2C700i%7CWork+Sans%3A400%2C400i%2C700%2C700i%7CYatra+One%3A400%2C400i%2C700%2C700i
Footerglobal-styles
Footercore-block-supports-duotone
Total: 54

Styles: Related Hooks with Filters or Actions Attached

HookTypePriorityCallbackComponent
style_loader_srcFilter10
  1. wp_style_loader_src()
    wp-includes/script-loader.php:2043
WordPress Core
style_loader_tagFilter10
  1. ACFWF\M\O\Vite_App->add_style_tag_attributes()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Objects/Vite_App.php:661
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\M\O\Vite_App->add_style_tag_attributes()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Objects/Vite_App.php:658
Plugin: advanced-coupons-for-woocommerce
10
  1. ACFWF\M\O\Vite_App->add_style_tag_attributes()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Objects/Vite_App.php:661
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\M\O\Vite_App->add_style_tag_attributes()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Objects/Vite_App.php:658
Plugin: advanced-coupons-for-woocommerce

Hooks & Actions

PriorityAction
mu_plugin_loaded
muplugins_loaded
registered_taxonomy
registered_taxonomy_category
registered_taxonomy_post_tag
registered_taxonomy_nav_menu
registered_taxonomy_link_category
registered_taxonomy_post_format
registered_taxonomy_wp_theme
registered_taxonomy_wp_template_part_area
registered_taxonomy_wp_pattern_category
registered_post_type
registered_post_type_post
registered_post_type_page
registered_post_type_attachment
registered_post_type_revision
registered_post_type_nav_menu_item
registered_post_type_custom_css
registered_post_type_customize_changeset
registered_post_type_oembed_cache
registered_post_type_user_request
registered_post_type_wp_block
registered_post_type_wp_template
registered_post_type_wp_template_part
registered_post_type_wp_global_styles
registered_post_type_wp_navigation
registered_post_type_wp_font_family
registered_post_type_wp_font_face
plugin_loaded
load_textdomain
is_wp_error_instance
skelet_init
transients_manager_hooks
wc_search_orders_by_product_loaded
wpf_afterModulesInit
woocommerce_helper_loaded10
  1. WC_Helper_Compat::helper_loaded()
    wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-compat.php:29
Plugin: woocommerce
wlr_before_init
wlr_after_init
plugins_loaded-9223372036854775806
  1. HCaptcha\Main->init_hooks()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:161
Plugin: hcaptcha-for-forms-and-more
-9223372036854775805
  1. HCaptcha\Main->load_modules()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:818
Plugin: hcaptcha-for-forms-and-more
-100
  1. Automattic\WooCommerce\Packages::prepare_packages()
    wp-content/plugins/woocommerce/src/Packages.php:157
Plugin: woocommerce
-1
  1. WooCommerce->on_plugins_loaded()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:252
Plugin: woocommerce
0
  1. wp_maybe_load_widgets()
    wp-includes/functions.php:5371
WordPress Core
0
  1. wp_maybe_load_embeds()
    wp-includes/embed.php:191
WordPress Core
0
  1. _wp_add_additional_image_sizes()
    wp-includes/media.php:5475
WordPress Core
0
  1. Code_Snippets\Upgrade->run()
    wp-content/plugins/code-snippets/php/class-upgrade.php:40
Plugin: code-snippets
0
  1. action_scheduler_register_3_dot_8_dot_0()
    wp-content/plugins/mailpoet/vendor/woocommerce/action-scheduler/action-scheduler.php:10
Plugin: mailpoet
0
  1. MailPoet\Config\Initializer->pluginsLoaded()
    wp-content/plugins/mailpoet/lib/Config/Initializer.php:327
Plugin: mailpoet
0
  1. WC_Google_Analytics_Integration::get_instance()
    wp-content/plugins/woocommerce-google-analytics-integration/woocommerce-google-analytics-integration.php:130
Plugin: woocommerce-google-analytics-integration
0
  1. action_scheduler_register_3_dot_8_dot_2()
    wp-content/plugins/woocommerce/packages/action-scheduler/action-scheduler.php:45
Plugin: woocommerce
0
  1. WPMailSMTP\Core->get_compatibility()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1136
Plugin: wp-mail-smtp
0
  1. action_scheduler_register_3_dot_7_dot_4()
    wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/action-scheduler.php:45
Plugin: wp-mail-smtp
1
  1. wp_initialize_theme_preview_hooks()
    wp-includes/theme-previews.php:86
WordPress Core
1
  1. Code_Snippets\execute_active_snippets()
    wp-content/plugins/code-snippets/php/snippet-ops.php:601
Plugin: code-snippets
1
  1. ActionScheduler_Versions::initialize_latest_version()
    wp-content/plugins/mailpoet/vendor/woocommerce/action-scheduler/classes/ActionScheduler_Versions.php:37
Plugin: mailpoet
1
  1. Automattic\Jetpack\Script_Data::configure()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src/class-script-data.php:20
Plugin: woocommerce
1
  1. WooCommerce->init_jetpack_connection_config()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:266
Plugin: woocommerce
2
  1. Automattic\Jetpack\Config->on_plugins_loaded()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-config/src/class-config.php:108
Plugin: woocommerce
5
  1. mailpoet_premium_init()
    wp-content/plugins/mailpoet-premium/mailpoet_initializer.php:33
Plugin: mailpoet-premium
9
  1. WP_CONSENT_API::get_instance()
    wp-content/plugins/wp-consent-api/wp-consent-api.php:107
Plugin: wp-consent-api
10
  1. _wp_customize_include()
    wp-includes/theme.php:3529
WordPress Core
10
  1. acfm_load_text_domain()
    wp-content/plugins/add-on-contact-form-7-mailpoet/add-on-contact-form-7-mailpoet.php:43
Plugin: add-on-contact-form-7-mailpoet
10
  1. ACFWF\Models\Bootstrap->load_plugin_textdomain()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Bootstrap.php:94
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\Models\Bootstrap->load_plugin_textdomain()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Bootstrap.php:146
Plugin: advanced-coupons-for-woocommerce
10
  1. affiliates_woocommerce_plugins_loaded()
    wp-content/plugins/affiliates-woocommerce/affiliates-woocommerce.php:154
Plugin: affiliates-woocommerce
10
  1. STImporter\ST_Importer_Loader->load_textdomain()
    wp-content/plugins/astra-sites/inc/lib/starter-templates-importer/st-importer-loader.php:101
Plugin: astra-sites
10
  1. astra_sites_setup()
    wp-content/plugins/astra-sites/astra-sites.php:78
Plugin: astra-sites
10
  1. CWG_Instock_Core->initialize()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/includes/class-core.php:31
Plugin: back-in-stock-notifier-for-woocommerce
10
  1. CWG_Instock_Notifier->load_plugin_textdomain()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/cwginstocknotifier.php:312
Plugin: back-in-stock-notifier-for-woocommerce
10
  1. woo_conditional_shipping_load_textdomain()
    wp-content/plugins/conditional-shipping-for-woocommerce/woo-conditional-shipping.php:44
Plugin: conditional-shipping-for-woocommerce
10
  1. init_woo_conditional_shipping()
    wp-content/plugins/conditional-shipping-for-woocommerce/woo-conditional-shipping.php:144
Plugin: conditional-shipping-for-woocommerce
10
  1. wpcf7()
    wp-content/plugins/contact-form-7/load.php:131
Plugin: contact-form-7
10
  1. gtm4wp_init()
    wp-content/plugins/duracelltomi-google-tag-manager/duracelltomi-google-tag-manager-for-wordpress.php:44
Plugin: duracelltomi-google-tag-manager
10
  1. If_Menu::init()
    wp-content/plugins/if-menu/if-menu.php:20
Plugin: if-menu
10
  1. Layered\IfMenu\Admin::start()
    wp-content/plugins/if-menu/src/Admin.php:6
Plugin: if-menu
10
  1. MailPoet\M\W\WordpressMailerReplacer->replaceWordPressMailer()
    wp-content/plugins/mailpoet/lib/Mailer/WordPress/WordpressMailerReplacer.php:39
Plugin: mailpoet
10
  1. NextendSocialLogin::plugins_loaded()
    wp-content/plugins/nextend-facebook-connect/nextend-social-login.php:159
Plugin: nextend-facebook-connect
10
  1. Nginx_Helper_i18n->load_plugin_textdomain()
    wp-content/plugins/nginx-helper/includes/class-nginx-helper-i18n.php:42
Plugin: nginx-helper
10
  1. PW_Copy_Coupon->plugins_loaded()
    wp-content/plugins/pw-woocommerce-copy-coupon/pw-woocommerce-copy-coupon.php:70
Plugin: pw-woocommerce-copy-coupon
10
  1. SPROFileCacheHandler->initializeFileSystem()
    wp-content/plugins/scalability-pro/cache-handler.php:16
Plugin: scalability-pro
10
  1. spro_maybe_add_filters()
    wp-content/plugins/scalability-pro/scalability-pro.php:2652
Plugin: scalability-pro
10
  1. shipworks_connector_load_plugin_textdomain()
    wp-content/plugins/shipworks-e-commerce-bridge/controler.php:56
Plugin: shipworks-e-commerce-bridge
10
  1. TawkToUpgradeManager->start()
    wp-content/plugins/tawkto-live-chat/upgrade.manager.php:53
Plugin: tawkto-live-chat
10
  1. theme_customisations_main()
    wp-content/plugins/theme-customisations/theme-customisations.php:121
Plugin: theme-customisations
10
  1. Zorem_Woocommerce_Advanced_Shipment_Tracking->on_plugins_loaded()
    wp-content/plugins/woo-advanced-shipment-tracking/woocommerce-advanced-shipment-tracking.php:382
Plugin: woo-advanced-shipment-tracking
10
  1. Woo_Align_i18n->load_plugin_textdomain()
    wp-content/plugins/woo-align-buttons/includes/class-woo-align-i18n.php:23
Plugin: woo-align-buttons
10
  1. Closure on line 91 of wp-content/plugins/woocommerce-paypal-payments/woocommerce-paypal-payments.php
    wp-content/plugins/woocommerce-paypal-payments/woocommerce-paypal-payments.php:91
Plugin: woocommerce-paypal-payments
10
  1. woocommerce_shipstation_init()
    wp-content/plugins/woocommerce-shipstation-integration/woocommerce-shipstation.php:44
Plugin: woocommerce-shipstation-integration
10
  1. Automattic\WooCommerce\Packages::on_init()
    wp-content/plugins/woocommerce/src/Packages.php:83
Plugin: woocommerce
10
  1. Wlr\A\C\S\MyAccount->includes()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/MyAccount.php:18
Plugin: wp-loyalty-rules
10
  1. Wlr\A\C\S\B\Blocks->initBlocks()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/Blocks/Blocks.php:22
Plugin: wp-loyalty-rules
10
  1. No3x\WPML\WPML_LogRotation->init()
    wp-content/plugins/wp-mail-logging/src/WPML_LogRotation.php:39
Plugin: wp-mail-logging
10
  1. WPMailSMTP\Core->get_migrations()
    wp-content/plugins/wp-mail-smtp/src/Core.php:398
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_pro()
    wp-content/plugins/wp-mail-smtp/src/Core.php:222
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_processor()
    wp-content/plugins/wp-mail-smtp/src/Core.php:289
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->replace_phpmailer()
    wp-content/plugins/wp-mail-smtp/src/Core.php:657
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_usage_tracking()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1042
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_admin_bar_menu()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1017
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_notifications()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1064
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_reports()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1197
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_db_repair()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1228
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_wp_mail_initiator()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1290
Plugin: wp-mail-smtp
10
  1. WPMailSMTP\Core->get_queue()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1411
Plugin: wp-mail-smtp
10
  1. Closure on line 148 of wp-content/plugins/wp-mail-smtp/src/Core.php
    wp-content/plugins/wp-mail-smtp/src/Core.php:148
Plugin: wp-mail-smtp
10
  1. seopress_clean_content_analysis()
    wp-content/plugins/wp-seopress/seopress-functions.php:290
Plugin: wp-seopress
10
  1. SEOPress\Core\Kernel::handleHooksPlugin()
    wp-content/plugins/wp-seopress/src/Core/Kernel.php:35
Plugin: wp-seopress
10
  1. Astra_Sites->load_textdomain()
    wp-content/plugins/astra-sites/inc/classes/class-astra-sites.php:1379
Plugin: astra-sites
10
  1. SW_CLOUDFLARE_PAGECACHE->load_textdomain()
    wp-content/plugins/wp-cloudflare-page-cache/bootstrap.php:66
Plugin: wp-cloudflare-page-cache
11
  1. wc_registration_order_link()
    wp-content/plugins/autolink-orders-on-registration/autolink-orders-on-registration.php:216
Plugin: autolink-orders-on-registration
11
  1. yith_wishlist_install()
    wp-content/plugins/yith-woocommerce-wishlist-premium/init.php:124
Plugin: yith-woocommerce-wishlist-premium
15
  1. WPMailSMTP\Core->get_connect()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1114
Plugin: wp-mail-smtp
15
  1. Astra_Sites_Zip_AI->load()
    wp-content/plugins/astra-sites/inc/lib/class-astra-sites-zip-ai.php:91
Plugin: astra-sites
15
  1. YITH_WCWL_Premium->plugin_fw_loader()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl.php:122
Plugin: yith-woocommerce-wishlist-premium
20
  1. WPMailSMTP\Core->get_dashboard_widget()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1166
Plugin: wp-mail-smtp
20
  1. WPMailSMTP\Core->get_connections_manager()
    wp-content/plugins/wp-mail-smtp/src/Core.php:1259
Plugin: wp-mail-smtp
20
  1. YITH_WCWL_Premium->privacy_loader()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl.php:140
Plugin: yith-woocommerce-wishlist-premium
20
  1. ZipAI\Loader->setup_classes()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/loader.php:118
Plugin: astra-sites
99
  1. AiBuilder\Ai_Builder_Plugin_Loader->load_plugin()
    wp-content/plugins/astra-sites/inc/lib/ai-builder/ai-builder-plugin-loader.php:121
Plugin: astra-sites
100
  1. Automattic\J\C\Plugin_Storage::configure()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-plugin-storage.php:158
Plugin: woocommerce
999
  1. seopress_init()
    wp-content/plugins/wp-seopress/seopress.php:117
Plugin: wp-seopress
9223372036854775807 (PHP_INT_MAX)
  1. Closure on line 1251 of wp-content/plugins/wp-cloudflare-page-cache/bootstrap.php
    wp-content/plugins/wp-cloudflare-page-cache/bootstrap.php:1251
Plugin: wp-cloudflare-page-cache
unload_textdomain
auth_cookie_malformed10
  1. rest_cookie_collect_status()
    wp-includes/rest-api.php:1120
WordPress Core
wp_roles_init
auth_cookie_valid10
  1. rest_cookie_collect_status()
    wp-includes/rest-api.php:1120
WordPress Core
set_current_user10
  1. kses_init()
    wp-includes/kses.php:2335
WordPress Core
10
  1. _wp_footnotes_kses_init()
    wp-includes/blocks.php:2614
WordPress Core
woocommerce_loaded10
  1. WC_Only_Item_in_Cart::init()
    wp-content/plugins/wc-limit-preorders/wc-limit-preorders.php:30
Plugin: wc-limit-preorders
10
  1. Wlr\A\C\S\LoyaltyMail->initNotification()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/LoyaltyMail.php:16
Plugin: wp-loyalty-rules
code_snippets/after_execute_snippet
action_scheduler_pre_init
jetpack_feature_connection_enabled
nsl_start
nsl_provider_init
nsl_add_providers
nsl_providers_loaded
nsl_init
inpsyde.modularity.woocommerce-paypal-payments.init
inpsyde.modularity.woocommerce-paypal-payments.ready
woocommerce_paypal_payments_built_container
woocommerce_blocks_loaded10
  1. ACFWF\M\R\Store_API_Hooks->extend_store_api_coupon_endpoint()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/REST_API/Store_API_Hooks.php:48
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWF\M\R\Store_API_Hooks->extend_store_api_dummy_update()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/REST_API/Store_API_Hooks.php:61
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\M\R\Store_API_Hooks->extend_store_api_coupon_endpoint()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/REST_API/Store_API_Hooks.php:48
Plugin: advanced-coupons-for-woocommerce
10
  1. Woo_Conditional_Shipping_Frontend->register_blocks_support()
    wp-content/plugins/conditional-shipping-for-woocommerce/includes/frontend/class-woo-conditional-shipping-frontend.php:77
Plugin: conditional-shipping-for-woocommerce
10
  1. Automattic\W\I\A\WCAdminSharedSettings->on_woocommerce_blocks_loaded()
    wp-content/plugins/woocommerce/src/Internal/Admin/WCAdminSharedSettings.php:56
Plugin: woocommerce
wlr_block_init10
  1. Wlr\A\P\C\A\Blocks::init()
    wp-content/plugins/wp-loyalty-rules/App/Premium/Controllers/Admin/Blocks.php:18
Plugin: wp-loyalty-rules
yith_wcwl_init10
  1. yith_wishlist_constructor()
    wp-content/plugins/yith-woocommerce-wishlist-premium/init.php:84
Plugin: yith-woocommerce-wishlist-premium
yith_wcwl_loaded
yith_plugin_fw_loaded
swcfpc_advanced_cache_after_disable
sanitize_comment_cookies10
  1. sanitize_comment_cookies()
    wp-includes/comment.php:581
WordPress Core
setup_theme0
  1. create_initial_theme_features()
    wp-includes/theme.php:3937
WordPress Core
11
  1. _delete_site_logo_on_remove_custom_logo_on_setup_theme()
    wp-includes/blocks/site-logo.php:203
WordPress Core
tgmpa_init
registered_post_type_blocks
after_setup_theme1
  1. _add_default_theme_supports()
    wp-includes/theme.php:4381
WordPress Core
1
  1. wp_setup_widgets_block_editor()
    wp-includes/widgets.php:1881
WordPress Core
1
  1. wp_enable_block_templates()
    wp-includes/theme-templates.php:227
WordPress Core
10
  1. WP_Script_Modules->add_hooks()
    wp-includes/class-wp-script-modules.php:176
WordPress Core
10
  1. WP_Interactivity_API->add_hooks()
    wp-includes/interactivity-api/class-wp-interactivity-api.php:333
WordPress Core
10
  1. ACFWF\Models\Bootstrap->maybe_add_html5_script_support()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Bootstrap.php:356
Plugin: advanced-coupons-for-woocommerce-free
10
  1. SKELET::setup()
    wp-content/plugins/disable-xml-rpc-api/lib/skelet/classes/setup.class.php:81
Plugin: disable-xml-rpc-api
10
  1. AM\TransientsManager\TransientsManager->text_domain()
    wp-content/plugins/transients-manager/src/TransientsManager.php:176
Plugin: transients-manager
10
  1. WooCommerce->setup_environment()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:879
Plugin: woocommerce
10
  1. seopress_compatibility_hello_elementor()
    wp-content/plugins/wp-seopress/seopress-functions.php:129
Plugin: wp-seopress
10
  1. woocommerce_shipstation_load_textdomain()
    wp-content/plugins/woocommerce-shipstation-integration/woocommerce-shipstation.php:76
Plugin: woocommerce-shipstation-integration
10
  1. Closure on line 46 of wp-content/plugins/woocommerce/src/Blocks/Domain/Services/Notices.php
    wp-content/plugins/woocommerce/src/Blocks/Domain/Services/Notices.php:46
Plugin: woocommerce
10
  1. WPMailSMTP\UsageTracking\UsageTracking->load()
    wp-content/plugins/wp-mail-smtp/src/UsageTracking/UsageTracking.php:56
Plugin: wp-mail-smtp
10
  1. seopress_hide_metaboxes()
    wp-content/plugins/wp-seopress/inc/functions/options.php:41
Plugin: wp-seopress
10
  1. flatsome_fix_old_content()
    wp-content/themes/flatsome/inc/functions/function-upgrade.php:14
Parent Theme
10
  1. flatsome_setup()
    wp-content/themes/flatsome/inc/functions/function-setup.php:69
Parent Theme
10
  1. Kirki_Modules->setup_default_modules()
    wp-content/themes/flatsome/inc/admin/kirki/core/class-kirki-modules.php:57
Parent Theme
10
  1. Kirki->set_url()
    wp-content/themes/flatsome/inc/admin/kirki/core/class-kirki-init.php:63
Parent Theme
11
  1. NextendSocialLoginCompatibility->after_setup_theme()
    wp-content/plugins/nextend-facebook-connect/compat.php:19
Plugin: nextend-facebook-connect
11
  1. WooCommerce->include_template_functions()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:816
Plugin: woocommerce
11
  1. Kirki_Modules->init()
    wp-content/themes/flatsome/inc/admin/kirki/core/class-kirki-modules.php:86
Parent Theme
90
  1. flatsome_woocommerce_setup()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-global.php:3
Parent Theme
999
  1. Closure on line 131 of wp-content/plugins/woocommerce/src/Blocks/Domain/Bootstrap.php
    wp-content/plugins/woocommerce/src/Blocks/Domain/Bootstrap.php:131
Plugin: woocommerce
skelet_loaded
init-9223372036854775808 (PHP_INT_MIN)
  1. MailPoet\Config\Initializer->maybeRunActivator()
    wp-content/plugins/mailpoet/lib/Config/Initializer.php:418
Plugin: mailpoet
-9223372036854775807 (-PHP_INT_MAX)
  1. HCaptcha\Divi\Fix->register_autoload()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Divi/Fix.php:36
Plugin: hcaptcha-for-forms-and-more
-9223372036854775807 (-PHP_INT_MAX)
  1. HCaptcha\AutoVerify\AutoVerify->verify_form()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/AutoVerify/AutoVerify.php:75
Plugin: hcaptcha-for-forms-and-more
-1
  1. OptionsWpf->startSession()
    wp-content/plugins/woo-product-filter/modules/options/mod.php:13
Plugin: woo-product-filter
-1
  1. Theme_Customisations->theme_customisations_setup()
    wp-content/plugins/theme-customisations/theme-customisations.php:39
Plugin: theme-customisations
0
  1. create_initial_post_types()
    wp-includes/post.php:20
WordPress Core
0
  1. create_initial_taxonomies()
    wp-includes/taxonomy.php:25
WordPress Core
0
  1. MailPoet\Config\Initializer->preInitialize()
    wp-content/plugins/mailpoet/lib/Config/Initializer.php:331
Plugin: mailpoet
0
  1. NSL\Persistent\Persistent->init()
    wp-content/plugins/nextend-facebook-connect/NSL/Persistent/Persistent.php:36
Plugin: nextend-facebook-connect
0
  1. WC_Search_Orders_By_Product->init()
    wp-content/plugins/wc-search-orders-by-product/includes/class-wc-search-orders-by-product.php:119
Plugin: wc-search-orders-by-product
0
  1. WC_AJAX::define_ajax()
    wp-content/plugins/woocommerce/includes/class-wc-ajax.php:48
Plugin: woocommerce
0
  1. WC_Auth::add_endpoint()
    wp-content/plugins/woocommerce/includes/class-wc-auth.php:59
Plugin: woocommerce
0
  1. WooCommerce->init()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:823
Plugin: woocommerce
0
  1. Automattic\W\I\U\LegacyRestApiStub::add_rewrite_rules_for_legacy_rest_api_stub()
    wp-content/plugins/woocommerce/src/Internal/Utilities/LegacyRestApiStub.php:55
Plugin: woocommerce
0
  1. Automattic\W\I\T\TransientFilesEngine->add_endpoint()
    wp-content/plugins/woocommerce/src/Internal/TransientFiles/TransientFilesEngine.php:428
Plugin: woocommerce
0
  1. WPMailSMTP\C\P\WooCommerce->load()
    wp-content/plugins/wp-mail-smtp/src/Compatibility/Plugin/WooCommerce.php:41
Plugin: wp-mail-smtp
0
  1. ActionScheduler_AdminView->init()
    wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_AdminView.php:37
Plugin: woocommerce
0
  1. YITH_WCWL_Frontend_Premium->init()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:88
Plugin: yith-woocommerce-wishlist-premium
0
  1. YITH_WCWL_Premium->add_rewrite_rules()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl.php:199
Plugin: yith-woocommerce-wishlist-premium
0
  1. seopress_load_advanced_options()
    wp-content/plugins/wp-seopress/inc/functions/options.php:355
Plugin: wp-seopress
0
  1. SWCFPC_Cache_Controller->setup_response_headers_backend()
    wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php:481
Plugin: wp-cloudflare-page-cache
0
  1. blocks_categories()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:169
Parent Theme
0
  1. WP_Scripts->init()
    wp-includes/class-wp-scripts.php:158
WordPress Core
1
  1. wp_widgets_init()
    wp-includes/widgets.php:1820
WordPress Core
1
  1. ActionScheduler_DBStore->init()
    wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php:40
Plugin: woocommerce
1
  1. ActionScheduler_DBLogger->init()
    wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php:105
Plugin: woocommerce
1
  1. ActionScheduler_QueueRunner->init()
    wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueRunner.php:53
Plugin: woocommerce
1
  1. Closure on line 191 of wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.php
    wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.php:191
Plugin: woocommerce
1
  1. Closure on line 66 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-applepay/src/ApplepayModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-applepay/src/ApplepayModule.php:66
Plugin: woocommerce-paypal-payments
1
  1. Closure on line 63 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-googlepay/src/GooglepayModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-googlepay/src/GooglepayModule.php:63
Plugin: woocommerce-paypal-payments
2
  1. Astra_Sites_Importer->disable_default_woo_pages_creation()
    wp-content/plugins/astra-sites/inc/classes/class-astra-sites-importer.php:243
Plugin: astra-sites
2
  1. AiBuilder\I\C\S\Ai_Builder_Compatibility_SureCart->disable_default_surecart_pages_creation()
    wp-content/plugins/astra-sites/inc/lib/ai-builder/inc/compatibility/surecart/ai-builder-compatibility-surecart.php:125
Plugin: astra-sites
4
  1. Automattic\W\A\F\Features::load_features()
    wp-content/plugins/woocommerce/src/Admin/Features/Features.php:130
Plugin: woocommerce
5
  1. smilies_init()
    wp-includes/functions.php:4775
WordPress Core
5
  1. SuperSpeedySettings_1_0->setup()
    wp-content/plugins/scalability-pro/super-speedy-settings.php:65
Plugin: scalability-pro
5
  1. WC_Post_Types::register_taxonomies()
    wp-content/plugins/woocommerce/includes/class-wc-post-types.php:40
Plugin: woocommerce
5
  1. WC_Post_Types::register_post_types()
    wp-content/plugins/woocommerce/includes/class-wc-post-types.php:291
Plugin: woocommerce
5
  1. WC_Install::check_version()
    wp-content/plugins/woocommerce/includes/class-wc-install.php:349
Plugin: woocommerce
5
  1. WPMailSMTP\Core->get_tasks()
    wp-content/plugins/wp-mail-smtp/src/Core.php:242
Plugin: wp-mail-smtp
5
  1. Automattic\W\B\P\PaymentMethodRegistry->initialize()
    wp-content/plugins/woocommerce/src/Blocks/Integrations/IntegrationRegistry.php:29
Plugin: woocommerce
5
  1. YITH_WCWL_Session->get_session_cookie()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-session.php:149
Plugin: yith-woocommerce-wishlist-premium
5
  1. Flatsome_Upgrade->check_version()
    wp-content/themes/flatsome/inc/classes/class-flatsome-upgrade.php:82
Parent Theme
5
  1. TGM_Plugin_Activation->load_textdomain()
    wp-content/themes/flatsome/inc/classes/class-tgm-plugin-activation.php:468
Parent Theme
9
  1. register_core_block_style_handles()
    wp-includes/blocks/index.php:26
WordPress Core
9
  1. WC_Post_Types::register_post_status()
    wp-content/plugins/woocommerce/includes/class-wc-post-types.php:628
Plugin: woocommerce
10
  1. wp_init_targeted_link_rel_filters()
    wp-includes/formatting.php:3387
WordPress Core
10
  1. _register_core_block_patterns_and_categories()
    wp-includes/block-patterns.php:18
WordPress Core
10
  1. wp_cron()
    wp-includes/cron.php:973
WordPress Core
10
  1. wp_schedule_delete_old_privacy_export_files()
    wp-includes/functions.php:8294
WordPress Core
10
  1. _show_post_preview()
    wp-includes/revision.php:891
WordPress Core
10
  1. rest_api_init()
    wp-includes/rest-api.php:179
WordPress Core
10
  1. kses_init()
    wp-includes/kses.php:2335
WordPress Core
10
  1. _wp_footnotes_kses_init()
    wp-includes/blocks.php:2614
WordPress Core
10
  1. wp_register_persisted_preferences_meta()
    wp-includes/user.php:5046
WordPress Core
10
  1. wp_create_initial_post_meta()
    wp-includes/post.php:8281
WordPress Core
10
  1. _wp_register_default_font_collections()
    wp-includes/fonts.php:246
WordPress Core
10
  1. wp_schedule_update_checks()
    wp-includes/update.php:1054
WordPress Core
10
  1. _register_block_bindings_pattern_overrides_source()
    wp-includes/block-bindings/pattern-overrides.php:36
WordPress Core
10
  1. _register_block_bindings_post_meta_source()
    wp-includes/block-bindings/post-meta.php:59
WordPress Core
10
  1. register_block_core_legacy_widget()
    wp-includes/blocks/legacy-widget.php:64
WordPress Core
10
  1. register_block_core_widget_group()
    wp-includes/blocks/widget-group.php:53
WordPress Core
10
  1. register_block_core_archives()
    wp-includes/blocks/archives.php:114
WordPress Core
10
  1. register_block_core_avatar()
    wp-includes/blocks/avatar.php:159
WordPress Core
10
  1. register_block_core_block()
    wp-includes/blocks/block.php:105
WordPress Core
10
  1. register_block_core_button()
    wp-includes/blocks/button.php:72
WordPress Core
10
  1. register_block_core_calendar()
    wp-includes/blocks/calendar.php:87
WordPress Core
10
  1. register_block_core_categories()
    wp-includes/blocks/categories.php:97
WordPress Core
10
  1. register_block_core_comment_author_name()
    wp-includes/blocks/comment-author-name.php:61
WordPress Core
10
  1. register_block_core_comment_content()
    wp-includes/blocks/comment-content.php:77
WordPress Core
10
  1. register_block_core_comment_date()
    wp-includes/blocks/comment-date.php:54
WordPress Core
10
  1. register_block_core_comment_edit_link()
    wp-includes/blocks/comment-edit-link.php:56
WordPress Core
10
  1. register_block_core_comment_reply_link()
    wp-includes/blocks/comment-reply-link.php:78
WordPress Core
10
  1. register_block_core_comment_template()
    wp-includes/blocks/comment-template.php:144
WordPress Core
10
  1. register_block_core_comments()
    wp-includes/blocks/comments.php:93
WordPress Core
10
  1. register_block_core_comments_pagination()
    wp-includes/blocks/comments-pagination.php:42
WordPress Core
10
  1. register_block_core_comments_pagination_next()
    wp-includes/blocks/comments-pagination-next.php:56
WordPress Core
10
  1. register_block_core_comments_pagination_numbers()
    wp-includes/blocks/comments-pagination-numbers.php:58
WordPress Core
10
  1. register_block_core_comments_pagination_previous()
    wp-includes/blocks/comments-pagination-previous.php:48
WordPress Core
10
  1. register_block_core_comments_title()
    wp-includes/blocks/comments-title.php:92
WordPress Core
10
  1. register_block_core_cover()
    wp-includes/blocks/cover.php:74
WordPress Core
10
  1. register_block_core_file()
    wp-includes/blocks/file.php:65
WordPress Core
10
  1. register_block_core_footnotes()
    wp-includes/blocks/footnotes.php:70
WordPress Core
10
  1. register_block_core_gallery()
    wp-includes/blocks/gallery.php:174
WordPress Core
10
  1. register_block_core_heading()
    wp-includes/blocks/heading.php:47
WordPress Core
10
  1. register_block_core_home_link()
    wp-includes/blocks/home-link.php:171
WordPress Core
10
  1. register_block_core_image()
    wp-includes/blocks/image.php:314
WordPress Core
10
  1. register_block_core_latest_comments()
    wp-includes/blocks/latest-comments.php:153
WordPress Core
10
  1. register_block_core_latest_posts()
    wp-includes/blocks/latest-posts.php:229
WordPress Core
10
  1. register_block_core_list()
    wp-includes/blocks/list.php:45
WordPress Core
10
  1. register_block_core_loginout()
    wp-includes/blocks/loginout.php:47
WordPress Core
10
  1. register_block_core_media_text()
    wp-includes/blocks/media-text.php:113
WordPress Core
10
  1. register_block_core_navigation()
    wp-includes/blocks/navigation.php:1174
WordPress Core
10
  1. register_block_core_navigation_link()
    wp-includes/blocks/navigation-link.php:418
WordPress Core
10
  1. register_block_core_navigation_submenu()
    wp-includes/blocks/navigation-submenu.php:259
WordPress Core
10
  1. register_block_core_page_list()
    wp-includes/blocks/page-list.php:361
WordPress Core
10
  1. register_block_core_page_list_item()
    wp-includes/blocks/page-list-item.php:13
WordPress Core
10
  1. register_block_core_pattern()
    wp-includes/blocks/pattern.php:13
WordPress Core
10
  1. register_block_core_post_author()
    wp-includes/blocks/post-author.php:69
WordPress Core
10
  1. register_block_core_post_author_biography()
    wp-includes/blocks/post-author-biography.php:45
WordPress Core
10
  1. register_block_core_post_author_name()
    wp-includes/blocks/post-author-name.php:51
WordPress Core
10
  1. register_block_core_post_comments_form()
    wp-includes/blocks/post-comments-form.php:62
WordPress Core
10
  1. register_block_core_post_content()
    wp-includes/blocks/post-content.php:71
WordPress Core
10
  1. register_block_core_post_date()
    wp-includes/blocks/post-date.php:68
WordPress Core
10
  1. register_block_core_post_excerpt()
    wp-includes/blocks/post-excerpt.php:74
WordPress Core
10
  1. register_block_core_post_featured_image()
    wp-includes/blocks/post-featured-image.php:260
WordPress Core
10
  1. register_block_core_post_navigation_link()
    wp-includes/blocks/post-navigation-link.php:131
WordPress Core
10
  1. register_block_core_post_template()
    wp-includes/blocks/post-template.php:153
WordPress Core
10
  1. register_block_core_post_terms()
    wp-includes/blocks/post-terms.php:120
WordPress Core
10
  1. register_block_core_post_title()
    wp-includes/blocks/post-title.php:66
WordPress Core
10
  1. register_block_core_query()
    wp-includes/blocks/query.php:83
WordPress Core
10
  1. register_block_core_query_no_results()
    wp-includes/blocks/query-no-results.php:57
WordPress Core
10
  1. register_block_core_query_pagination()
    wp-includes/blocks/query-pagination.php:43
WordPress Core
10
  1. register_block_core_query_pagination_next()
    wp-includes/blocks/query-pagination-next.php:94
WordPress Core
10
  1. register_block_core_query_pagination_numbers()
    wp-includes/blocks/query-pagination-numbers.php:125
WordPress Core
10
  1. register_block_core_query_pagination_previous()
    wp-includes/blocks/query-pagination-previous.php:80
WordPress Core
10
  1. register_block_core_query_title()
    wp-includes/blocks/query-title.php:68
WordPress Core
10
  1. register_block_core_read_more()
    wp-includes/blocks/read-more.php:55
WordPress Core
10
  1. register_block_core_rss()
    wp-includes/blocks/rss.php:115
WordPress Core
10
  1. register_block_core_search()
    wp-includes/blocks/search.php:213
WordPress Core
10
  1. register_block_core_shortcode()
    wp-includes/blocks/shortcode.php:27
WordPress Core
10
  1. register_block_core_site_logo()
    wp-includes/blocks/site-logo.php:110
WordPress Core
10
  1. register_block_core_site_tagline()
    wp-includes/blocks/site-tagline.php:44
WordPress Core
10
  1. register_block_core_site_title()
    wp-includes/blocks/site-title.php:61
WordPress Core
10
  1. register_block_core_social_link()
    wp-includes/blocks/social-link.php:81
WordPress Core
10
  1. register_block_core_tag_cloud()
    wp-includes/blocks/tag-cloud.php:50
WordPress Core
10
  1. register_block_core_template_part()
    wp-includes/blocks/template-part.php:292
WordPress Core
10
  1. register_block_core_term_description()
    wp-includes/blocks/term-description.php:45
WordPress Core
10
  1. register_core_block_types_from_metadata()
    wp-includes/blocks/index.php:149
WordPress Core
10
  1. _register_theme_block_patterns()
    wp-includes/block-patterns.php:344
WordPress Core
10
  1. ACFWF\Models\Bootstrap->initialize()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Bootstrap.php:327
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\Models\Bootstrap->initialize()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Bootstrap.php:343
Plugin: advanced-coupons-for-woocommerce
10
  1. Affiliates::wp_init()
    wp-content/plugins/affiliates-pro/lib/core/class-affiliates.php:230
Plugin: affiliates-pro
10
  1. Affiliates_Registration::wp_init()
    wp-content/plugins/affiliates-pro/lib/core/class-affiliates-registration.php:104
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Login_Block::wp_init()
    wp-content/plugins/affiliates-pro/lib/core/dashboard/class-affiliates-dashboard-login-block.php:85
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Registration_Block::wp_init()
    wp-content/plugins/affiliates-pro/lib/core/dashboard/class-affiliates-dashboard-registration-block.php:83
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Overview_Block::wp_init()
    wp-content/plugins/affiliates-pro/lib/core/dashboard/class-affiliates-dashboard-overview-block.php:83
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Earnings_Block::wp_init()
    wp-content/plugins/affiliates-pro/lib/core/dashboard/class-affiliates-dashboard-earnings-block.php:83
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Profile_Block::wp_init()
    wp-content/plugins/affiliates-pro/lib/core/dashboard/class-affiliates-dashboard-profile-block.php:83
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Block::wp_init()
    wp-content/plugins/affiliates-pro/lib/core/dashboard/class-affiliates-dashboard-block.php:132
Plugin: affiliates-pro
10
  1. Affiliates_Notifications::get_instance()
    wp-content/plugins/affiliates-pro/lib/core/class-affiliates-notifications.php:116
Plugin: affiliates-pro
10
  1. affiliates_version_check()
    wp-content/plugins/affiliates-pro/lib/core/wp-init.php:196
Plugin: affiliates-pro
10
  1. affiliates_init()
    wp-content/plugins/affiliates-pro/lib/core/wp-init.php:843
Plugin: affiliates-pro
10
  1. affiliates_pro_version_check()
    wp-content/plugins/affiliates-pro/lib/ext/wp-init.php:37
Plugin: affiliates-pro
10
  1. affiliates_pro_init()
    wp-content/plugins/affiliates-pro/lib/ext/wp-init.php:66
Plugin: affiliates-pro
10
  1. affiliates_pro_affiliates_attributes_init()
    wp-content/plugins/affiliates-pro/lib/ext/wp-init.php:76
Plugin: affiliates-pro
10
  1. Affiliates_Rates_WordPress::init()
    wp-content/plugins/affiliates-pro/lib/ext/wordpress/class-affiliates-rates-wordpress.php:33
Plugin: affiliates-pro
10
  1. Affiliates_Export::wp_init()
    wp-content/plugins/affiliates-pro/lib/ext/includes/class-affiliates-export.php:41
Plugin: affiliates-pro
10
  1. Affiliates_Referrals_Export::wp_init()
    wp-content/plugins/affiliates-pro/lib/ext/includes/class-affiliates-referrals-export.php:49
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Overview_Pro_Block::wp_init()
    wp-content/plugins/affiliates-pro/lib/ext/dashboard/class-affiliates-dashboard-overview-pro-block.php:37
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Referrals_Block::wp_init()
    wp-content/plugins/affiliates-pro/lib/ext/dashboard/class-affiliates-dashboard-referrals-block.php:37
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Traffic_Block::wp_init()
    wp-content/plugins/affiliates-pro/lib/ext/dashboard/class-affiliates-dashboard-traffic-block.php:37
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Banners_Block::wp_init()
    wp-content/plugins/affiliates-pro/lib/ext/dashboard/class-affiliates-dashboard-banners-block.php:37
Plugin: affiliates-pro
10
  1. STImporter\I\H\ST_Image_Importer->defer_image_processing_while_import()
    wp-content/plugins/astra-sites/inc/lib/starter-templates-importer/importer/helpers/st-importer-image-importer.php:82
Plugin: astra-sites
10
  1. BSF_Analytics_Loader->load_analytics()
    wp-content/plugins/astra-sites/admin/bsf-analytics/class-bsf-analytics-loader.php:86
Plugin: astra-sites
10
  1. CWG_Instock_Post_Type->register_post_type()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/includes/admin/class-post-type.php:64
Plugin: back-in-stock-notifier-for-woocommerce
10
  1. CWG_Instock_Post_Type->register_post_status()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/includes/admin/class-post-type.php:111
Plugin: back-in-stock-notifier-for-woocommerce
10
  1. CWG_Estimate_Stock_Arrival->register_post_type()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/includes/class-stock-arrival.php:46
Plugin: back-in-stock-notifier-for-woocommerce
10
  1. Code_Snippets\Active_Snippets->init()
    wp-content/plugins/code-snippets/php/class-active-snippets.php:29
Plugin: code-snippets
10
  1. Code_Snippets\Frontend->setup_mce_plugin()
    wp-content/plugins/code-snippets/php/front-end/class-frontend.php:87
Plugin: code-snippets
10
  1. wpcf7_init_block_editor_assets()
    wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php:9
Plugin: contact-form-7
10
  1. wpcf7_init()
    wp-content/plugins/contact-form-7/load.php:144
Plugin: contact-form-7
10
  1. SKELET::setup()
    wp-content/plugins/disable-xml-rpc-api/lib/skelet/classes/setup.class.php:81
Plugin: disable-xml-rpc-api
10
  1. dsxmlrpc\xmlrpcSecurity->speedUpWordpress()
    wp-content/plugins/disable-xml-rpc-api/disable-xml-rpc-api.php:404
Plugin: disable-xml-rpc-api
10
  1. dsxmlrpc\xmlrpcSecurity->removeSelectedMethods()
    wp-content/plugins/disable-xml-rpc-api/disable-xml-rpc-api.php:307
Plugin: disable-xml-rpc-api
10
  1. dsxmlrpc\xmlrpcSecurity->removeEmojies()
    wp-content/plugins/disable-xml-rpc-api/disable-xml-rpc-api.php:390
Plugin: disable-xml-rpc-api
10
  1. MailPoet\Config\Initializer->initialize()
    wp-content/plugins/mailpoet/lib/Config/Initializer.php:346
Plugin: mailpoet
10
  1. Rhubarb\RedisCache\Plugin->init()
    wp-content/plugins/redis-cache/includes/class-plugin.php:135
Plugin: redis-cache
10
  1. ScalabilityProImageSizeManager->deregister_image_sizes()
    wp-content/plugins/scalability-pro/class-scalability-pro-image-size-manager.php:18
Plugin: scalability-pro
10
  1. maybe_update_spro_db()
    wp-content/plugins/scalability-pro/slow-query-log.php:2
Plugin: scalability-pro
10
  1. maybe_enable_slow_query_log()
    wp-content/plugins/scalability-pro/slow-query-log.php:60
Plugin: scalability-pro
10
  1. spro_change_update_count_callback()
    wp-content/plugins/scalability-pro/scalability-pro.php:1613
Plugin: scalability-pro
10
  1. WC_Trackers->load_admin_page()
    wp-content/plugins/woo-advanced-shipment-tracking/zorem-tracking/zorem-tracking.php:93
Plugin: woo-advanced-shipment-tracking
10
  1. WC_Advanced_Shipment_Tracking_Install->update_database_check()
    wp-content/plugins/woo-advanced-shipment-tracking/includes/class-wc-advanced-shipment-tracking-install.php:227
Plugin: woo-advanced-shipment-tracking
10
  1. Zorem_Woocommerce_Advanced_Shipment_Tracking->wst_load_textdomain()
    wp-content/plugins/woo-advanced-shipment-tracking/woocommerce-advanced-shipment-tracking.php:302
Plugin: woo-advanced-shipment-tracking
10
  1. LicenseWpf->addAfterInit()
    wp-content/plugins/woofilter-pro/license/mod.php:18
Plugin: woofilter-pro
10
  1. FrameWpf->addScripts()
    wp-content/plugins/woo-product-filter/classes/frame.php:433
Plugin: woo-product-filter
10
  1. FrameWpf->addStyles()
    wp-content/plugins/woo-product-filter/classes/frame.php:505
Plugin: woo-product-filter
10
  1. FrameWpf->connectLang()
    wp-content/plugins/woo-product-filter/classes/frame.php:186
Plugin: woo-product-filter
10
  1. PTWooPlugins\MaxQuantityWC\init()
    wp-content/plugins/woocommerce-max-quantity/woocommerce-max-quantity.php:32
Plugin: woocommerce-max-quantity
10
  1. WPPP_Front_End->products_per_page_action()
    wp-content/plugins/woocommerce-products-per-page/includes/class-wppp-front-end.php:204
Plugin: woocommerce-products-per-page
10
  1. woocommerce_legacy_paypal_ipn()
    wp-content/plugins/woocommerce/includes/wc-deprecated-functions.php:225
Plugin: woocommerce
10
  1. WC_Post_Types::support_jetpack_omnisearch()
    wp-content/plugins/woocommerce/includes/class-wc-post-types.php:737
Plugin: woocommerce
10
  1. WC_Regenerate_Images::init()
    wp-content/plugins/woocommerce/includes/class-wc-regenerate-images.php:36
Plugin: woocommerce
10
  1. WC_Privacy->register_erasers_exporters()
    wp-content/plugins/woocommerce/includes/class-wc-privacy.php:51
Plugin: woocommerce
10
  1. WC_Marketplace_Updater::init()
    wp-content/plugins/woocommerce/includes/admin/marketplace-suggestions/class-wc-marketplace-updater.php:28
Plugin: woocommerce
10
  1. WC_Template_Loader::init()
    wp-content/plugins/woocommerce/includes/class-wc-template-loader.php:39
Plugin: woocommerce
10
  1. WC_Query->add_endpoints()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:207
Plugin: woocommerce
10
  1. WC_Shortcodes::init()
    wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php:19
Plugin: woocommerce
10
  1. WC_Emails::init_transactional_emails()
    wp-content/plugins/woocommerce/includes/class-wc-emails.php:80
Plugin: woocommerce
10
  1. WooCommerce->add_image_sizes()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:914
Plugin: woocommerce
10
  1. WooCommerce->load_rest_api()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:538
Plugin: woocommerce
10
  1. Automattic\W\I\F\FeaturesController->start_listening_for_option_changes()
    wp-content/plugins/woocommerce/src/Internal/Features/FeaturesController.php:620
Plugin: woocommerce
10
  1. Automattic\W\I\A\Marketplace->on_init()
    wp-content/plugins/woocommerce/src/Internal/Admin/Marketplace.php:32
Plugin: woocommerce
10
  1. Automattic\W\I\O\OrderAttributionController->on_init()
    wp-content/plugins/woocommerce/src/Internal/Orders/OrderAttributionController.php:104
Plugin: woocommerce
10
  1. Automattic\W\I\O\OrderAttributionBlocksController->on_init()
    wp-content/plugins/woocommerce/src/Internal/Orders/OrderAttributionBlocksController.php:75
Plugin: woocommerce
10
  1. pmxe_init()
    wp-content/plugins/wp-all-export-pro/actions/init.php:3
Plugin: wp-all-export-pro
10
  1. PMXE_Plugin->init()
    wp-content/plugins/wp-all-export-pro/wp-all-export-pro.php:347
Plugin: wp-all-export-pro
10
  1. Wlr\A\C\S\DisplayMessage->init()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/DisplayMessage.php:20
Plugin: wp-loyalty-rules
10
  1. Wlr\A\P\C\S\Birthday->addCustomBirthdayField()
    wp-content/plugins/wp-loyalty-rules/App/Premium/Controllers/Site/Birthday.php:217
Plugin: wp-loyalty-rules
10
  1. WPMailSMTP\Core->init()
    wp-content/plugins/wp-mail-smtp/src/Core.php:159
Plugin: wp-mail-smtp
10
  1. pmwe_init()
    wp-content/plugins/wpae-woocommerce-add-on/actions/init.php:3
Plugin: wpae-woocommerce-add-on
10
  1. PMWE_Plugin->init()
    wp-content/plugins/wpae-woocommerce-add-on/wpae-woocommerce-add-on.php:165
Plugin: wpae-woocommerce-add-on
10
  1. PMWI_Plugin->init()
    wp-content/plugins/wpai-woocommerce-add-on/wpai-woocommerce-add-on.php:407
Plugin: wpai-woocommerce-add-on
10
  1. MailPoet\Config\HooksWooCommerce->addMailPoetTaskToWooHomePage()
    wp-content/plugins/mailpoet/lib/Config/HooksWooCommerce.php:198
Plugin: mailpoet
10
  1. WC_Google_Analytics_Integration->load_plugin_textdomain()
    wp-content/plugins/woocommerce-google-analytics-integration/woocommerce-google-analytics-integration.php:142
Plugin: woocommerce-google-analytics-integration
10
  1. Automattic\J\C\Webhooks->controller()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-webhooks.php:64
Plugin: woocommerce
10
  1. wp_consent_api_wordpress_comments_cookies()
    wp-content/plugins/wp-consent-api/wordpress-comments.php:35
Plugin: wp-consent-api
10
  1. Astra_Sites_Zipwp_Images->load()
    wp-content/plugins/astra-sites/inc/lib/class-astra-sites-zipwp-images.php:88
Plugin: astra-sites
10
  1. Woo_Conditional_Shipping_Post_Type->register_post_type()
    wp-content/plugins/conditional-shipping-for-woocommerce/includes/class-woo-conditional-shipping-post-type.php:22
Plugin: conditional-shipping-for-woocommerce
10
  1. gtm4wp_wp_init()
    wp-content/plugins/duracelltomi-google-tag-manager/public/frontend.php:1201
Plugin: duracelltomi-google-tag-manager
10
  1. register_new_wc_order_statuses()
    wp-content/plugins/theme-customisations/custom/functions.php:287
Plugin: theme-customisations
10
  1. WooCommerce\P\C\A\CompatAssets->register()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-compat/src/Assets/CompatAssets.php:96
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 275 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-compat/src/CompatModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-compat/src/CompatModule.php:275
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 866 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-wc-gateway/src/WCGatewayModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-wc-gateway/src/WCGatewayModule.php:866
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 73 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-order-tracking/src/OrderTrackingModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-order-tracking/src/OrderTrackingModule.php:73
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 83 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-order-tracking/src/OrderTrackingModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-order-tracking/src/OrderTrackingModule.php:83
Plugin: woocommerce-paypal-payments
10
  1. Automattic\W\I\A\CategoryLookup->define_category_lookup_tables_in_wpdb()
    wp-content/plugins/woocommerce/src/Internal/Admin/CategoryLookup.php:296
Plugin: woocommerce
10
  1. Automattic\W\I\A\N\WooCommercePayments->install_on_action()
    wp-content/plugins/woocommerce/src/Internal/Admin/Notes/WooCommercePayments.php:171
Plugin: woocommerce
10
  1. Automattic\W\B\A\AssetDataRegistry->register_data_script()
    wp-content/plugins/woocommerce/src/Blocks/Assets/AssetDataRegistry.php:367
Plugin: woocommerce
10
  1. Automattic\W\B\D\S\O\TasksController->register_tasks()
    wp-content/plugins/woocommerce/src/Blocks/Domain/Services/OnboardingTasks/TasksController.php:23
Plugin: woocommerce
10
  1. Automattic\W\B\AssetsController->register_assets()
    wp-content/plugins/woocommerce/src/Blocks/AssetsController.php:49
Plugin: woocommerce
10
  1. Automattic\W\B\D\S\GoogleAnalytics->register_assets()
    wp-content/plugins/woocommerce/src/Blocks/Domain/Services/GoogleAnalytics.php:43
Plugin: woocommerce
10
  1. Automattic\W\B\P\AIPatterns->register_patterns_ai_data_post_type()
    wp-content/plugins/woocommerce/src/Blocks/Patterns/AIPatterns.php:32
Plugin: woocommerce
10
  1. Automattic\W\B\BlockPatterns->register_block_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockPatterns.php:108
Plugin: woocommerce
10
  1. Automattic\W\B\BlockPatterns->register_ptk_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockPatterns.php:146
Plugin: woocommerce
10
  1. Automattic\W\B\BlockTypesController->register_blocks()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypesController.php:147
Plugin: woocommerce
10
  1. SEOPress\A\A\ModuleMetabox->enqueue()
    wp-content/plugins/wp-seopress/src/Actions/Admin/ModuleMetabox.php:180
Plugin: wp-seopress
10
  1. SEOPress\A\F\GoogleAnalytics->analytics()
    wp-content/plugins/wp-seopress/src/Actions/Front/GoogleAnalytics.php:43
Plugin: wp-seopress
10
  1. SEOPress\A\S\Router->init()
    wp-content/plugins/wp-seopress/src/Actions/Sitemap/Router.php:26
Plugin: wp-seopress
10
  1. SEOPress\A\T\CreateTable->init()
    wp-content/plugins/wp-seopress/src/Actions/Table/CreateTable.php:14
Plugin: wp-seopress
10
  1. WC_Registration_Order_Link->load_translation()
    wp-content/plugins/autolink-orders-on-registration/autolink-orders-on-registration.php:118
Plugin: autolink-orders-on-registration
10
  1. YITH_WCWL_Shortcode::register_gutenberg_blocks()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:48
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Shortcode::init_elementor_widgets()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode.php:175
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Shortcode_Premium::register_gutenberg_blocks()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-shortcode-premium.php:60
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Form_Handler::add_to_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-form-handler.php:79
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Form_Handler::remove_from_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-form-handler.php:115
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Form_Handler::change_wishlist_title()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-form-handler.php:183
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Form_Handler_Extended::update_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-form-handler-extended.php:46
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Form_Handler_Extended::unsubscribe()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-form-handler-extended.php:96
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Form_Handler_Premium::create_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-form-handler-premium.php:422
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Form_Handler_Premium::manage_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-form-handler-premium.php:469
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Form_Handler_Premium::delete_wishlists()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-form-handler-premium.php:527
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Form_Handler_Premium::update_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-form-handler-premium.php:190
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Form_Handler_Premium::move_to_another_wishlist()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-form-handler-premium.php:373
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Form_Handler_Premium::ask_an_estimate()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-form-handler-premium.php:576
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Frontend_Premium->add_button()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:107
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Frontend_Premium->add_wishlist_notice()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:599
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Cron_Premium->schedule()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-cron.php:69
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Session->finalize_session()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-session.php:311
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Install->maybe_install()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-install.php:40
Plugin: yith-woocommerce-wishlist-premium
10
  1. YIT_Assets->register_common_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-fw/includes/class-yit-assets.php:59
Plugin: yith-woocommerce-wishlist-premium
10
  1. YIT_Assets->register_lapilli_ui_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-fw/includes/class-yit-assets.php:67
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_Gutenberg->init()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-fw/includes/builders/gutenberg/class-yith-gutenberg.php:70
Plugin: yith-woocommerce-wishlist-premium
10
  1. AiBuilder\I\C\I\Ai_Builder_Importer->permalink_update_after_import()
    wp-content/plugins/astra-sites/inc/lib/ai-builder/inc/classes/importer/class-ai-builder-importer.php:166
Plugin: astra-sites
10
  1. seopress_load_oembed_options()
    wp-content/plugins/wp-seopress/inc/functions/options.php:102
Plugin: wp-seopress
10
  1. seopress_register_blocks()
    wp-content/plugins/wp-seopress/inc/admin/page-builders/gutenberg/blocks.php:29
Plugin: wp-seopress
10
  1. themeisle_sdk_load_latest()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/load.php:62
Plugin: wp-cloudflare-page-cache
10
  1. SWCFPC_Logs->download_logs()
    wp-content/plugins/wp-cloudflare-page-cache/libs/logs.class.php:114
Plugin: wp-cloudflare-page-cache
10
  1. SWCFPC_Cache_Controller->cronjob_purge_cache()
    wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php:876
Plugin: wp-cloudflare-page-cache
10
  1. SWCFPC_Cache_Controller->cronjob_preloader()
    wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php:892
Plugin: wp-cloudflare-page-cache
10
  1. SWCFPC_Backend->export_config()
    wp-content/plugins/wp-cloudflare-page-cache/libs/backend.class.php:1198
Plugin: wp-cloudflare-page-cache
10
  1. flatsome_ux_builder_setup()
    wp-content/themes/flatsome/inc/functions/function-setup.php:310
Parent Theme
10
  1. TGM_Plugin_Activation->init()
    wp-content/themes/flatsome/inc/classes/class-tgm-plugin-activation.php:318
Parent Theme
10
  1. flatsome_register_uxbuilder_block()
    wp-content/themes/flatsome/inc/blocks/uxbuilder/index.php:12
Parent Theme
10
  1. flatsome_fix_policy_text()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-cart.php:41
Parent Theme
10
  1. FL_LazyLoad_Images::init()
    wp-content/themes/flatsome/inc/extensions/flatsome-lazy-load/flatsome-lazy-load.php:9
Parent Theme
10
  1. ux_builder_register_post_types()
    wp-content/themes/flatsome/inc/builder/core/server/actions/actions.php:6
Parent Theme
10
  1. ux_builder_register_breakpoints()
    wp-content/themes/flatsome/inc/builder/core/server/actions/actions.php:32
Parent Theme
10
  1. Flatsome\WooCommerce\BuyNow->init()
    wp-content/themes/flatsome/inc/woocommerce/class-buy-now.php:53
Parent Theme
10
  1. Automattic\W\A\F\O\TaskLists::init_tasks()
    wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/TaskLists.php:212
Plugin: woocommerce
10
  1. Automattic\W\A\F\LaunchYourStore->register_launch_your_store_user_meta_fields()
    wp-content/plugins/woocommerce/src/Admin/Features/LaunchYourStore.php:209
Plugin: woocommerce
11
  1. Affiliates_Banner::wp_init()
    wp-content/plugins/affiliates-pro/lib/ext/wordpress/class-affiliates-banner.php:53
Plugin: affiliates-pro
11
  1. WC_Admin_Marketplace_Promotions::init()
    wp-content/plugins/woocommerce/includes/admin/class-wc-admin-marketplace-promotions.php:39
Plugin: woocommerce
11
  1. seopress_load_advanced_admin_options()
    wp-content/plugins/wp-seopress/inc/functions/options.php:362
Plugin: wp-seopress
12
  1. seopress_admin_bar_css()
    wp-content/plugins/wp-seopress/seopress.php:477
Plugin: wp-seopress
20
  1. register_block_core_footnotes_post_meta()
    wp-includes/blocks/footnotes.php:86
WordPress Core
20
  1. WC_Install::manual_database_update()
    wp-content/plugins/woocommerce/includes/class-wc-install.php:370
Plugin: woocommerce
20
  1. WC_Google_Analytics->add_wc_setup_task()
    wp-content/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-analytics.php:308
Plugin: woocommerce-google-analytics-integration
21
  1. register_legacy_post_comments_block()
    wp-includes/blocks/comments.php:159
WordPress Core
22
  1. WP_Block_Supports::init()
    wp-includes/class-wp-block-supports.php:66
WordPress Core
30
  1. YITH_Gutenberg->register_blocks()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-fw/includes/builders/gutenberg/class-yith-gutenberg.php:126
Plugin: yith-woocommerce-wishlist-premium
99
  1. check_theme_switched()
    wp-includes/theme.php:3476
WordPress Core
99
  1. OptionsWpf->initAllOptValues()
    wp-content/plugins/woo-product-filter/modules/options/mod.php:33
Plugin: woo-product-filter
99
  1. YITH_Gutenberg->handle_iframe_preview()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-fw/includes/builders/gutenberg/class-yith-gutenberg.php:335
Plugin: yith-woocommerce-wishlist-premium
99
  1. Closure on line 52 of wp-content/themes/flatsome/inc/admin/kirki/deprecated/filters.php
    wp-content/themes/flatsome/inc/admin/kirki/deprecated/filters.php:52
Parent Theme
99
  1. BSF_Analytics->maybe_track_analytics()
    wp-content/plugins/astra-sites/admin/bsf-analytics/class-bsf-analytics.php:479
Plugin: astra-sites
99
  1. ThemeisleSDK\Modules\Promotions->register_settings()
    wp-content/plugins/wp-cloudflare-page-cache/vendor/codeinwp/themeisle-sdk/src/Modules/Promotions.php:242
Plugin: wp-cloudflare-page-cache
100
  1. seopress_tax_desc_wp_editor_init()
    wp-content/plugins/wp-seopress/inc/functions/options-advanced-admin.php:736
Plugin: wp-seopress
999
  1. Astra_Sites_Ast_Block_Templates->load()
    wp-content/plugins/astra-sites/inc/lib/class-astra-sites-ast-block-templates.php:87
Plugin: astra-sites
999
  1. Astra_Sites_Nps_Survey->load()
    wp-content/plugins/astra-sites/inc/lib/class-astra-sites-nps-survey.php:87
Plugin: astra-sites
999
  1. seopress_enable()
    wp-content/plugins/wp-seopress/inc/functions/options.php:12
Plugin: wp-seopress
999
  1. seopress_load_sitemap()
    wp-content/plugins/wp-seopress/inc/functions/options.php:327
Plugin: wp-seopress
1000
  1. woo_conditional_shipping_updater()
    wp-content/plugins/conditional-shipping-for-woocommerce/includes/class-conditional-shipping-updater.php:255
Plugin: conditional-shipping-for-woocommerce
before_wc_search_orders_by_product_init
wc_search_orders_by_product_init
before_woocommerce_init10
  1. ACFWF\Models\Bootstrap->declare_woocommerce_features_compatibility()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Bootstrap.php:392
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\Models\Bootstrap->declare_hpos_compatibility()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Bootstrap.php:403
Plugin: advanced-coupons-for-woocommerce
10
  1. CWG_Instock_Notifier->declare_wc_compatibility()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/cwginstocknotifier.php:339
Plugin: back-in-stock-notifier-for-woocommerce
10
  1. Closure on line 51 of wp-content/plugins/conditional-shipping-for-woocommerce/woo-conditional-shipping.php
    wp-content/plugins/conditional-shipping-for-woocommerce/woo-conditional-shipping.php:51
Plugin: conditional-shipping-for-woocommerce
10
  1. Closure on line 46 of wp-content/plugins/disable-cart-fragments/disable-cart-fragments.php
    wp-content/plugins/disable-cart-fragments/disable-cart-fragments.php:46
Plugin: disable-cart-fragments
10
  1. Closure on line 69 of wp-content/plugins/duracelltomi-google-tag-manager/duracelltomi-google-tag-manager-for-wordpress.php
    wp-content/plugins/duracelltomi-google-tag-manager/duracelltomi-google-tag-manager-for-wordpress.php:69
Plugin: duracelltomi-google-tag-manager
10
  1. Closure on line 57 of wp-content/plugins/pw-woocommerce-copy-coupon/pw-woocommerce-copy-coupon.php
    wp-content/plugins/pw-woocommerce-copy-coupon/pw-woocommerce-copy-coupon.php:57
Plugin: pw-woocommerce-copy-coupon
10
  1. Closure on line 61 of wp-content/plugins/shipworks-e-commerce-bridge/controler.php
    wp-content/plugins/shipworks-e-commerce-bridge/controler.php:61
Plugin: shipworks-e-commerce-bridge
10
  1. Closure on line 625 of wp-content/plugins/woo-advanced-shipment-tracking/woocommerce-advanced-shipment-tracking.php
    wp-content/plugins/woo-advanced-shipment-tracking/woocommerce-advanced-shipment-tracking.php:625
Plugin: woo-advanced-shipment-tracking
10
  1. Closure on line 20 of wp-content/plugins/woo-product-filter/woo-product-filter.php
    wp-content/plugins/woo-product-filter/woo-product-filter.php:20
Plugin: woo-product-filter
10
  1. Closure on line 42 of wp-content/plugins/woocommerce-google-analytics-integration/woocommerce-google-analytics-integration.php
    wp-content/plugins/woocommerce-google-analytics-integration/woocommerce-google-analytics-integration.php:42
Plugin: woocommerce-google-analytics-integration
10
  1. Closure on line 394 of wp-content/plugins/woocommerce-max-quantity/woocommerce-max-quantity.php
    wp-content/plugins/woocommerce-max-quantity/woocommerce-max-quantity.php:394
Plugin: woocommerce-max-quantity
10
  1. Closure on line 214 of wp-content/plugins/woocommerce-paypal-payments/woocommerce-paypal-payments.php
    wp-content/plugins/woocommerce-paypal-payments/woocommerce-paypal-payments.php:214
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 147 of wp-content/plugins/woocommerce-products-per-page/woocommerce-products-per-page.php
    wp-content/plugins/woocommerce-products-per-page/woocommerce-products-per-page.php:147
Plugin: woocommerce-products-per-page
10
  1. woocommerce_shipstation_declare_hpos_compatibility()
    wp-content/plugins/woocommerce-shipstation-integration/woocommerce-shipstation.php:133
Plugin: woocommerce-shipstation-integration
10
  1. Closure on line 50 of wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Register.php
    wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Register.php:50
Plugin: woocommerce
10
  1. Closure on line 50 of wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Register.php
    wp-content/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Register.php:50
Plugin: woocommerce
10
  1. Closure on line 55 of wp-content/plugins/woofilter-pro/woofilter-pro.php
    wp-content/plugins/woofilter-pro/woofilter-pro.php:55
Plugin: woofilter-pro
10
  1. Closure on line 63 of wp-content/plugins/wp-loyalty-rules/wp-loyalty-rules.php
    wp-content/plugins/wp-loyalty-rules/wp-loyalty-rules.php:63
Plugin: wp-loyalty-rules
10
  1. pmwi_before_woocommerce_init()
    wp-content/plugins/wpai-woocommerce-add-on/actions/before_woocommerce_init.php:3
Plugin: wpai-woocommerce-add-on
10
  1. HCaptcha\Main->declare_wc_compatibility()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:758
Plugin: hcaptcha-for-forms-and-more
10
  1. MailPoet\Config\HooksWooCommerce->declareWooCompatibility()
    wp-content/plugins/mailpoet/lib/Config/HooksWooCommerce.php:178
Plugin: mailpoet
10
  1. affiliates_woocommerce_before_woocommerce_init()
    wp-content/plugins/affiliates-woocommerce/affiliates-woocommerce.php:56
Plugin: affiliates-woocommerce
10
  1. woocommerce_shipstation_includes()
    wp-content/plugins/woocommerce-shipstation-integration/woocommerce-shipstation.php:66
Plugin: woocommerce-shipstation-integration
10
  1. YITH_WCWL_Premium->declare_wc_features_support()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl.php:468
Plugin: yith-woocommerce-wishlist-premium
woocommerce_register_feature_definitions10
  1. Automattic\W\I\D\O\CustomOrdersTableController->add_feature_definition()
    wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/CustomOrdersTableController.php:535
Plugin: woocommerce
woocommerce_integrations_init
woocommerce_customer_loaded
woocommerce_init10
  1. Wlr\A\C\S\MyAccount->addEndPoints()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/MyAccount.php:92
Plugin: wp-loyalty-rules
10
  1. Wlr\A\C\S\Schedules->initSchedule()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/Schedules.php:21
Plugin: wp-loyalty-rules
10
  1. Wlr\A\P\C\S\Referral->setReferCouponToSession()
    wp-content/plugins/wp-loyalty-rules/App/Premium/Controllers/Site/Referral.php:52
Plugin: wp-loyalty-rules
10
  1. Closure on line 103 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-compat/src/CompatModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-compat/src/CompatModule.php:103
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 57 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-session/src/SessionModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-session/src/SessionModule.php:57
Plugin: woocommerce-paypal-payments
10
  1. YITH_WCWL_Emails_Premium->load_wc_mailer()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-emails-premium.php:56
Plugin: yith-woocommerce-wishlist-premium
10
  1. WC_Product_Data_Fields->init()
    wp-content/themes/flatsome/inc/classes/class-wc-product-data-fields.php:78
Parent Theme
999
  1. Wlr\A\C\S\Main->removeAppliedCouponForBannedUser()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/Main.php:1474
Plugin: wp-loyalty-rules
wlr_schedule_event_register10
  1. Wlr\A\P\C\S\Birthday->initProSchedule()
    wp-content/plugins/wp-loyalty-rules/App/Premium/Controllers/Site/Birthday.php:204
Plugin: wp-loyalty-rules
ppcp_session_get_order10
  1. Closure on line 70 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-session/src/SessionModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-session/src/SessionModule.php:70
Plugin: woocommerce-paypal-payments
wp_default_styles10
  1. wp_default_styles()
    wp-includes/script-loader.php:1522
WordPress Core
wp_default_scripts10
  1. wp_default_scripts()
    wp-includes/script-loader.php:727
WordPress Core
10
  1. wp_default_packages()
    wp-includes/script-loader.php:662
WordPress Core
10
  1. Automattic\Jetpack\Assets::wp_default_scripts_hook()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src/class-assets.php:458
Plugin: woocommerce
10
  1. flatsome_remove_jquery_migrate()
    wp-content/themes/flatsome/inc/functions/function-setup.php:350
Parent Theme
registered_taxonomy_block_categories
widgets_init1
  1. _wp_block_theme_register_classic_sidebars()
    wp-includes/widgets.php:2138
WordPress Core
10
  1. affiliates_widgets_init()
    wp-content/plugins/affiliates-pro/lib/core/wp-init.php:120
Plugin: affiliates-pro
10
  1. affiliates_pro_widgets_init()
    wp-content/plugins/affiliates-pro/lib/ext/wp-init.php:114
Plugin: affiliates-pro
10
  1. Woofilters_WidgetWpf->registerWidget()
    wp-content/plugins/woo-product-filter/modules/woofilters_widget/mod.php:12
Plugin: woo-product-filter
10
  1. wc_register_widgets()
    wp-content/plugins/woocommerce/includes/wc-widget-functions.php:35
Plugin: woocommerce
10
  1. Nextend_Social_Login_Widget::register()
    wp-content/plugins/nextend-facebook-connect/widget.php:5
Plugin: nextend-facebook-connect
10
  1. YITH_WCWL_Frontend_Premium->register_widget()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:172
Plugin: yith-woocommerce-wishlist-premium
10
  1. flatsome_widgets_init()
    wp-content/themes/flatsome/inc/functions/function-setup.php:147
Parent Theme
10
  1. flatsome_remove_recent_comments_style()
    wp-content/themes/flatsome/inc/structure/structure-posts.php:6
Parent Theme
10
  1. flatsome_shop_widgets_init()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-global.php:91
Parent Theme
10
  1. recent_posts_widget()
    wp-content/themes/flatsome/inc/widgets/widget-recent-posts.php:5
Parent Theme
10
  1. ux_blocks_widget()
    wp-content/themes/flatsome/inc/widgets/widget-blocks.php:5
Parent Theme
10
  1. register_upsell_widget()
    wp-content/themes/flatsome/inc/widgets/widget-upsell.php:6
Parent Theme
100
  1. WP_Widget_Factory->_register_widgets()
    wp-includes/class-wp-widget-factory.php:90
WordPress Core
register_sidebar
wp_register_sidebar_widget
action_scheduler_init
woocommerce_register_taxonomy
registered_taxonomy_product_type
registered_taxonomy_product_visibility
registered_taxonomy_product_cat
registered_taxonomy_product_tag
registered_taxonomy_product_shipping_class
registered_taxonomy_pa_condition
registered_taxonomy_pa_esrb
registered_taxonomy_pa_genre
registered_taxonomy_pa_in-stock
registered_taxonomy_pa_manufacturer
registered_taxonomy_pa_platform
registered_taxonomy_pa_product-type
woocommerce_after_register_taxonomy
woocommerce_register_post_type
registered_post_type_product
registered_post_type_product_variation
registered_post_type_shop_order
registered_post_type_shop_order_refund
registered_post_type_shop_coupon
woocommerce_after_register_post_type10
  1. WC_Post_Types::maybe_flush_rewrite_rules()
    wp-content/plugins/woocommerce/includes/class-wc-post-types.php:709
Plugin: woocommerce
10
  1. Automattic\W\I\D\O\CustomOrdersTableController->register_post_type_for_order_placeholders()
    wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/CustomOrdersTableController.php:503
Plugin: woocommerce
10
  1. Automattic\W\I\A\N\OrderMilestones->init()
    wp-content/plugins/woocommerce/src/Internal/Admin/Notes/OrderMilestones.php:91
Plugin: woocommerce
registered_post_type_shop_order_placehold
woocommerce_blocks_payment_method_type_registration10
  1. Closure on line 70 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-blocks/src/BlocksModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-blocks/src/BlocksModule.php:70
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 104 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:104
Plugin: woocommerce-paypal-payments
10
  1. Automattic\W\B\P\Api->register_payment_method_integrations()
    wp-content/plugins/woocommerce/src/Blocks/Payments/Api.php:105
Plugin: woocommerce
woocommerce_shipping_zone_loaded
woocommerce_shipping_init
parse_term_query
pre_get_terms10
  1. wc_change_pre_get_terms()
    wp-content/plugins/woocommerce/includes/wc-term-functions.php:55
Plugin: woocommerce
wp_cache_set_last_changed
metadata_lazyloader_queued_objects
debug_bar_enqueue_scripts
registered_taxonomy_shop_coupon_cat
wpml_register_single_string
cwginstocknotifier_register_post_type
registered_post_type_cwginstocknotifier
registered_post_type_cwginstock_arrival
registered_post_type_wpcf7_contact_form
wpcf7_init10
  1. MailPoet_CF7_Integration->cf7_init()
    wp-content/plugins/add-on-contact-form-7-mailpoet/includes/class-mailpoet-cf7-integration.php:85
Plugin: add-on-contact-form-7-mailpoet
10
  1. MailpoetSubscriptionConsent->cf7_init()
    wp-content/plugins/add-on-contact-form-7-mailpoet/includes/class-mailpoet-cf7-consent.php:39
Plugin: add-on-contact-form-7-mailpoet
10
  1. MailpoetSubscriptionUnsubscribe->cf7_init()
    wp-content/plugins/add-on-contact-form-7-mailpoet/includes/class-mailpoet-cf7-unsubscribe.php:39
Plugin: add-on-contact-form-7-mailpoet
10
  1. wpcf7_swv_load_rules()
    wp-content/plugins/contact-form-7/includes/swv/swv.php:51
Plugin: contact-form-7
10
  1. wpcf7_init_uploads()
    wp-content/plugins/contact-form-7/includes/file.php:259
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_acceptance()
    wp-content/plugins/contact-form-7/modules/acceptance.php:10
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_checkbox()
    wp-content/plugins/contact-form-7/modules/checkbox.php:10
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_count()
    wp-content/plugins/contact-form-7/modules/count.php:10
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_date()
    wp-content/plugins/contact-form-7/modules/date.php:11
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_file()
    wp-content/plugins/contact-form-7/modules/file.php:10
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_hidden()
    wp-content/plugins/contact-form-7/modules/hidden.php:5
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_number()
    wp-content/plugins/contact-form-7/modules/number.php:12
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_quiz()
    wp-content/plugins/contact-form-7/modules/quiz.php:10
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_captcha()
    wp-content/plugins/contact-form-7/modules/really-simple-captcha.php:10
Plugin: contact-form-7
10
  1. wpcf7_recaptcha_add_form_tag_recaptcha()
    wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php:179
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_reflection()
    wp-content/plugins/contact-form-7/modules/reflection.php:14
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_response()
    wp-content/plugins/contact-form-7/modules/response.php:10
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_select()
    wp-content/plugins/contact-form-7/modules/select.php:10
Plugin: contact-form-7
10
  1. wpcf7_sendinblue_register_service()
    wp-content/plugins/contact-form-7/modules/sendinblue/sendinblue.php:18
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_stripe()
    wp-content/plugins/contact-form-7/modules/stripe/stripe.php:276
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_submit()
    wp-content/plugins/contact-form-7/modules/submit.php:10
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_text()
    wp-content/plugins/contact-form-7/modules/text.php:14
Plugin: contact-form-7
10
  1. wpcf7_add_form_tag_textarea()
    wp-content/plugins/contact-form-7/modules/textarea.php:10
Plugin: contact-form-7
30
  1. wpcf7_akismet_register_service()
    wp-content/plugins/contact-form-7/modules/akismet/akismet.php:20
Plugin: contact-form-7
40
  1. wpcf7_recaptcha_register_service()
    wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php:16
Plugin: contact-form-7
50
  1. wpcf7_stripe_register_service()
    wp-content/plugins/contact-form-7/modules/stripe/stripe.php:21
Plugin: contact-form-7
120
  1. wpcf7_constant_contact_register_service()
    wp-content/plugins/contact-form-7/modules/constant-contact/constant-contact.php:23
Plugin: contact-form-7
registered_post_type_mailpoet_page
mailpoet/automation/initialize10
  1. MailPoet\A\I\M\MailPoetIntegration->register()
    wp-content/plugins/mailpoet/lib/Automation/Integrations/MailPoet/MailPoetIntegration.php:111
Plugin: mailpoet
10
  1. MailPoet\A\I\W\WooCommerceIntegration->register()
    wp-content/plugins/mailpoet/lib/Automation/Integrations/WooCommerce/WooCommerceIntegration.php:97
Plugin: mailpoet
10
  1. Closure on line 55 of wp-content/plugins/mailpoet-premium/lib/Automation/Engine/Engine.php
    wp-content/plugins/mailpoet-premium/lib/Automation/Engine/Engine.php:55
Plugin: mailpoet-premium
mailpoet_initialized10
  1. MailPoet\P\C\Initializer->setup()
    wp-content/plugins/mailpoet-premium/lib/Config/Initializer.php:74
Plugin: mailpoet-premium
wlr_before_trigger_product_display_message
wlr_before_trigger_cart_earn_message
wlr_before_trigger_checkout_earn_message
wlr_after_trigger_checkout_earn_message
wlr_before_trigger_cart_redeem_message
wlr_before_trigger_checkout_redeem_message
wlr_after_trigger_checkout_redeem_message
wlr_before_trigger_thankyou_message
registered_post_type_wcs_ruleset
registered_post_type_patterns_ai_data
woocommerce_blocks_active-filters_block_registration
woocommerce_blocks_add-to-cart-form_block_registration
woocommerce_blocks_all-products_block_registration
woocommerce_blocks_all-reviews_block_registration
woocommerce_blocks_attribute-filter_block_registration
woocommerce_blocks_breadcrumbs_block_registration
woocommerce_blocks_catalog-sorting_block_registration
woocommerce_blocks_legacy-template_block_registration
woocommerce_blocks_classic-shortcode_block_registration
woocommerce_blocks_coming-soon_block_registration
woocommerce_blocks_customer-account_block_registration
woocommerce_blocks_featured-category_block_registration
woocommerce_blocks_featured-product_block_registration
woocommerce_blocks_filter-wrapper_block_registration
woocommerce_blocks_handpicked-products_block_registration
woocommerce_blocks_mini-cart_block_registration
woocommerce_blocks_store-notices_block_registration
woocommerce_blocks_price-filter_block_registration
woocommerce_blocks_product-best-sellers_block_registration
woocommerce_blocks_product-button_block_registration
woocommerce_blocks_product-categories_block_registration
woocommerce_blocks_product-category_block_registration
woocommerce_blocks_product-collection_block_registration
woocommerce_blocks_product-collection-no-results_block_registration
woocommerce_blocks_product-gallery_block_registration
woocommerce_blocks_product-gallery-large-image_block_registration
woocommerce_blocks_product-gallery-large-image-next-previous_block_registration
woocommerce_blocks_product-gallery-pager_block_registration
woocommerce_blocks_product-gallery-thumbnails_block_registration
woocommerce_blocks_product-image_block_registration
woocommerce_blocks_product-image-gallery_block_registration
woocommerce_blocks_product-meta_block_registration
woocommerce_blocks_product-new_block_registration
woocommerce_blocks_product-on-sale_block_registration
woocommerce_blocks_product-price_block_registration
woocommerce_blocks_product-template_block_registration
woocommerce_blocks_product-query_block_registration
woocommerce_blocks_product-average-rating_block_registration
woocommerce_blocks_product-rating_block_registration
woocommerce_blocks_product-rating-counter_block_registration
woocommerce_blocks_product-rating-stars_block_registration
woocommerce_blocks_product-results-count_block_registration
woocommerce_blocks_product-reviews_block_registration
woocommerce_blocks_product-sale-badge_block_registration
woocommerce_blocks_product-search_block_registration
woocommerce_blocks_product-sku_block_registration
woocommerce_blocks_product-stock-indicator_block_registration
woocommerce_blocks_product-summary_block_registration
woocommerce_blocks_product-tag_block_registration
woocommerce_blocks_product-title_block_registration
woocommerce_blocks_product-top-rated_block_registration
woocommerce_blocks_products-by-attribute_block_registration
woocommerce_blocks_rating-filter_block_registration
woocommerce_blocks_reviews-by-category_block_registration
woocommerce_blocks_reviews-by-product_block_registration
woocommerce_blocks_related-products_block_registration
woocommerce_blocks_product-details_block_registration
woocommerce_blocks_single-product_block_registration
woocommerce_blocks_stock-filter_block_registration
woocommerce_blocks_page-content-wrapper_block_registration
woocommerce_blocks_order-confirmation-status_block_registration
woocommerce_blocks_order-confirmation-summary_block_registration
woocommerce_blocks_order-confirmation-totals_block_registration
woocommerce_blocks_order-confirmation-totals-wrapper_block_registration
woocommerce_blocks_order-confirmation-downloads_block_registration
woocommerce_blocks_order-confirmation-downloads-wrapper_block_registration
woocommerce_blocks_order-confirmation-billing-address_block_registration
woocommerce_blocks_order-confirmation-shipping-address_block_registration
woocommerce_blocks_order-confirmation-billing-wrapper_block_registration
woocommerce_blocks_order-confirmation-shipping-wrapper_block_registration
woocommerce_blocks_order-confirmation-additional-information_block_registration
woocommerce_blocks_order-confirmation-additional-fields-wrapper_block_registration
woocommerce_blocks_order-confirmation-additional-fields_block_registration
woocommerce_blocks_cart_block_registration10
  1. ACFWF\Models\WC_Blocks->cart_block_integration()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/WC_Blocks.php:54
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\Models\WC_Blocks->cart_block_integration()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/WC_Blocks.php:54
Plugin: advanced-coupons-for-woocommerce
woocommerce_blocks_cart-order-summary-taxes-block_block_registration
woocommerce_blocks_cart-order-summary-subtotal-block_block_registration
woocommerce_blocks_cart-order-summary-totals-block_block_registration
woocommerce_blocks_filled-cart-block_block_registration
woocommerce_blocks_empty-cart-block_block_registration
woocommerce_blocks_cart-totals-block_block_registration
woocommerce_blocks_cart-items-block_block_registration
woocommerce_blocks_cart-line-items-block_block_registration
woocommerce_blocks_cart-order-summary-block_block_registration
woocommerce_blocks_cart-express-payment-block_block_registration
woocommerce_blocks_proceed-to-checkout-block_block_registration
woocommerce_blocks_cart-accepted-payment-methods-block_block_registration
woocommerce_blocks_cart-order-summary-coupon-form-block_block_registration
woocommerce_blocks_cart-order-summary-discount-block_block_registration
woocommerce_blocks_cart-order-summary-fee-block_block_registration
woocommerce_blocks_cart-order-summary-heading-block_block_registration
woocommerce_blocks_cart-order-summary-shipping-block_block_registration
woocommerce_blocks_cart-cross-sells-block_block_registration
woocommerce_blocks_cart-cross-sells-products-block_block_registration
woocommerce_blocks_checkout_block_registration10
  1. ACFWF\Models\WC_Blocks->checkout_block_integration()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/WC_Blocks.php:74
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\Models\WC_Blocks->checkout_block_integration()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/WC_Blocks.php:74
Plugin: advanced-coupons-for-woocommerce
10
  1. Closure on line 83 of wp-content/plugins/conditional-shipping-for-woocommerce/includes/frontend/class-woo-conditional-shipping-frontend.php
    wp-content/plugins/conditional-shipping-for-woocommerce/includes/frontend/class-woo-conditional-shipping-frontend.php:83
Plugin: conditional-shipping-for-woocommerce
15
  1. MailPoet\PostEditorBlocks\WooCommerceBlocksIntegration->registerCheckoutFrontendBlocks()
    wp-content/plugins/mailpoet/lib/PostEditorBlocks/WooCommerceBlocksIntegration.php:97
Plugin: mailpoet
woocommerce_blocks_checkout-actions-block_block_registration
woocommerce_blocks_checkout-additional-information-block_block_registration
woocommerce_blocks_checkout-billing-address-block_block_registration
woocommerce_blocks_checkout-contact-information-block_block_registration
woocommerce_blocks_checkout-express-payment-block_block_registration
woocommerce_blocks_checkout-fields-block_block_registration
woocommerce_blocks_checkout-order-note-block_block_registration
woocommerce_blocks_checkout-order-summary-block_block_registration
woocommerce_blocks_checkout-order-summary-cart-items-block_block_registration
woocommerce_blocks_checkout-order-summary-coupon-form-block_block_registration
woocommerce_blocks_checkout-order-summary-discount-block_block_registration
woocommerce_blocks_checkout-order-summary-fee-block_block_registration
woocommerce_blocks_checkout-order-summary-shipping-block_block_registration
woocommerce_blocks_checkout-order-summary-subtotal-block_block_registration
woocommerce_blocks_checkout-order-summary-taxes-block_block_registration
woocommerce_blocks_checkout-order-summary-totals-block_block_registration
woocommerce_blocks_checkout-payment-block_block_registration
woocommerce_blocks_checkout-shipping-address-block_block_registration
woocommerce_blocks_checkout-shipping-methods-block_block_registration
woocommerce_blocks_checkout-shipping-method-block_block_registration
woocommerce_blocks_checkout-pickup-options-block_block_registration
woocommerce_blocks_checkout-terms-block_block_registration
woocommerce_blocks_checkout-totals-block_block_registration
woocommerce_blocks_mini-cart-contents_block_registration
woocommerce_blocks_empty-mini-cart-contents-block_block_registration
woocommerce_blocks_filled-mini-cart-contents-block_block_registration
woocommerce_blocks_mini-cart-footer-block_block_registration
woocommerce_blocks_mini-cart-items-block_block_registration
woocommerce_blocks_mini-cart-products-table-block_block_registration
woocommerce_blocks_mini-cart-shopping-button-block_block_registration
woocommerce_blocks_mini-cart-cart-button-block_block_registration
woocommerce_blocks_mini-cart-checkout-button-block_block_registration
woocommerce_blocks_mini-cart-title-block_block_registration
woocommerce_blocks_mini-cart-title-items-counter-block_block_registration
woocommerce_blocks_mini-cart-title-label-block_block_registration
yith_wcwl_installed
registered_post_type_ux_template
registered_post_type_affiliates_banner
register_setting
wp_loaded1
  1. Closure on line 183 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/src/AxoModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/src/AxoModule.php:183
Plugin: woocommerce-paypal-payments
1
  1. Kirki->add_to_customizer()
    wp-content/themes/flatsome/inc/admin/kirki/core/class-kirki-init.php:132
Parent Theme
10
  1. _custom_header_background_just_in_time()
    wp-includes/theme.php:2951
WordPress Core
10
  1. _add_template_loader_filters()
    wp-includes/block-template.php:14
WordPress Core
10
  1. ACFWF\Models\Role_Restrictions->unset_guest_user_object_on_customer_login()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Role_Restrictions.php:196
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\Models\Add_Products->trigger_add_products_before_cart_condition()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Add_Products.php:144
Plugin: advanced-coupons-for-woocommerce
10
  1. MailPoet\Config\Initializer->postInitialize()
    wp-content/plugins/mailpoet/lib/Config/Initializer.php:488
Plugin: mailpoet
10
  1. WPIntense\S\P\limit_bulk_edit_for_registered_post_types()
    wp-content/plugins/scalability-pro/bulk-editing.php:55
Plugin: scalability-pro
10
  1. shipworks_connection()
    wp-content/plugins/shipworks-e-commerce-bridge/controler.php:68
Plugin: shipworks-e-commerce-bridge
10
  1. Closure on line 97 of wp-content/plugins/woo-product-filter/modules/woofilters/mod.php
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:97
Plugin: woo-product-filter
10
  1. pmxe_wp_loaded()
    wp-content/plugins/wp-all-export-pro/actions/wp_loaded.php:3
Plugin: wp-all-export-pro
10
  1. Wlr\A\C\S\Main->applyCartCoupon()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/Main.php:1680
Plugin: wp-loyalty-rules
10
  1. Automattic\Jetpack\Script_Data::register_assets()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src/class-script-data.php:48
Plugin: woocommerce
10
  1. gtm4wp_wp_loaded()
    wp-content/plugins/duracelltomi-google-tag-manager/public/frontend.php:575
Plugin: duracelltomi-google-tag-manager
10
  1. Closure on line 343 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-wc-gateway/src/WCGatewayModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-wc-gateway/src/WCGatewayModule.php:343
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 72 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:72
Plugin: woocommerce-paypal-payments
10
  1. YITH_WCWL_Form_Handler_Premium::download_pdf()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-form-handler-premium.php:674
Plugin: yith-woocommerce-wishlist-premium
10
  1. flatsome_move_store_notice()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-global.php:528
Parent Theme
10
  1. Flatsome\WooCommerce\MiniCart->refresh_on_customizer_open()
    wp-content/themes/flatsome/inc/woocommerce/class-mini-cart.php:259
Parent Theme
10
  1. Flatsome\WooCommerce\Shipping->init()
    wp-content/themes/flatsome/inc/woocommerce/class-shipping.php:69
Parent Theme
10
  1. Kirki_Modules_Webfonts->run()
    wp-content/themes/flatsome/inc/admin/kirki/modules/webfonts/class-kirki-modules-webfonts.php:63
Parent Theme
10
  1. WC_ShipStation_Integration->hide_notices()
    wp-content/plugins/woocommerce-shipstation-integration/includes/class-wc-shipstation-integration.php:191
Plugin: woocommerce-shipstation-integration
10
  1. WC_Cart_Session->get_cart_from_session()
    wp-content/plugins/woocommerce/includes/class-wc-cart-session.php:94
Plugin: woocommerce
10
  1. WP_Rewrite->flush_rules()
    wp-includes/class-wp-rewrite.php:1869
WordPress Core
10
  1. ZipWP_Images\Zipwp_Images_Loader->load_textdomain()
    wp-content/plugins/astra-sites/inc/lib/zipwp-images/zipwp-images-loader.php:103
Plugin: astra-sites
10
  1. ZipWP_Images\Zipwp_Images_Loader->load_files()
    wp-content/plugins/astra-sites/inc/lib/zipwp-images/zipwp-images-loader.php:89
Plugin: astra-sites
10
  1. Automattic\W\B\B\MiniCart->register_empty_cart_message_block_pattern()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/MiniCart.php:584
Plugin: woocommerce
10
  1. Automattic\W\B\B\O\Status->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/AbstractOrderConfirmationBlock.php:285
Plugin: woocommerce
10
  1. Automattic\W\B\B\O\Summary->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/AbstractOrderConfirmationBlock.php:285
Plugin: woocommerce
10
  1. Automattic\W\B\B\O\Totals->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/AbstractOrderConfirmationBlock.php:285
Plugin: woocommerce
10
  1. Automattic\W\B\B\O\TotalsWrapper->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/AbstractOrderConfirmationBlock.php:285
Plugin: woocommerce
10
  1. Automattic\W\B\B\O\Downloads->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/AbstractOrderConfirmationBlock.php:285
Plugin: woocommerce
10
  1. Automattic\W\B\B\O\DownloadsWrapper->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/AbstractOrderConfirmationBlock.php:285
Plugin: woocommerce
10
  1. Automattic\W\B\B\O\BillingAddress->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/AbstractOrderConfirmationBlock.php:285
Plugin: woocommerce
10
  1. Automattic\W\B\B\O\ShippingAddress->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/AbstractOrderConfirmationBlock.php:285
Plugin: woocommerce
10
  1. Automattic\W\B\B\O\BillingWrapper->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/AbstractOrderConfirmationBlock.php:285
Plugin: woocommerce
10
  1. Automattic\W\B\B\O\ShippingWrapper->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/AbstractOrderConfirmationBlock.php:285
Plugin: woocommerce
10
  1. Automattic\W\B\B\O\AdditionalInformation->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/AbstractOrderConfirmationBlock.php:285
Plugin: woocommerce
10
  1. Automattic\W\B\B\O\AdditionalFieldsWrapper->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/AbstractOrderConfirmationBlock.php:285
Plugin: woocommerce
10
  1. Automattic\W\B\B\O\AdditionalFields->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation/AbstractOrderConfirmationBlock.php:285
Plugin: woocommerce
10
  1. Automattic\W\B\B\Cart->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/Cart.php:53
Plugin: woocommerce
10
  1. Automattic\W\B\B\Checkout->register_patterns()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/Checkout.php:63
Plugin: woocommerce
10
  1. Gutenberg_Templates\Ast_Block_Plugin_Loader->load_textdomain()
    wp-content/plugins/astra-sites/inc/lib/gutenberg-templates/ast-block-plugin-loader.php:135
Plugin: astra-sites
10
  1. NPS_Survey\NPS_Survey_Plugin_Loader->load_files()
    wp-content/plugins/astra-sites/inc/lib/nps-survey/nps-survey-plugin-loader.php:89
Plugin: astra-sites
10
  1. Closure on line 7 of wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/vendor/newfold-labs/wp-pls-utility/bootstrap.php
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/vendor/newfold-labs/wp-pls-utility/bootstrap.php:7
Plugin: yith-woocommerce-wishlist-premium
15
  1. YITH_WCWL_Form_Handler_Premium::apply_bulk_actions()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-form-handler-premium.php:55
Plugin: yith-woocommerce-wishlist-premium
15
  1. YITH_WCWL_Form_Handler_Premium::add_all_to_cart()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-form-handler-premium.php:241
Plugin: yith-woocommerce-wishlist-premium
20
  1. WC_Form_Handler::checkout_action()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:376
Plugin: woocommerce
20
  1. WC_Form_Handler::process_login()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:949
Plugin: woocommerce
20
  1. WC_Form_Handler::process_registration()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:1096
Plugin: woocommerce
20
  1. WC_Form_Handler::process_lost_password()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:1019
Plugin: woocommerce
20
  1. WC_Form_Handler::process_reset_password()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:1040
Plugin: woocommerce
20
  1. WC_Form_Handler::cancel_order()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:744
Plugin: woocommerce
20
  1. WC_Form_Handler::update_cart_action()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:614
Plugin: woocommerce
20
  1. WC_Form_Handler::add_to_cart_action()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:790
Plugin: woocommerce
20
  1. WC_Query->get_errors()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:76
Plugin: woocommerce
20
  1. _wp_cron()
    wp-includes/cron.php:995
WordPress Core
98
  1. spro_show_wp_all_import_queries_in_QM()
    wp-content/plugins/scalability-pro/scalability-pro.php:2581
Plugin: scalability-pro
99
  1. YITH_WCWL_Premium->register_plugin_for_activation()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-premium.php:181
Plugin: yith-woocommerce-wishlist-premium
99
  1. YITH_WCWL_Premium->register_plugin_for_updates()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-premium.php:196
Plugin: yith-woocommerce-wishlist-premium
100
  1. Closure on line 304 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-paypal-subscriptions/src/PayPalSubscriptionsModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-paypal-subscriptions/src/PayPalSubscriptionsModule.php:304
Plugin: woocommerce-paypal-payments
999
  1. Gutenberg_Templates\Ast_Block_Plugin_Loader->load_classes()
    wp-content/plugins/astra-sites/inc/lib/gutenberg-templates/ast-block-plugin-loader.php:102
Plugin: astra-sites
9999
  1. YITH\PluginUpgrade\Licences->load_yith_admin()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/licences.php:113
Plugin: yith-woocommerce-wishlist-premium
woocommerce_load_cart_from_session10
  1. MailPoet\A\W\E\AbandonedCart->handleUserLogin()
    wp-content/plugins/mailpoet/lib/AutomaticEmails/WooCommerce/Events/AbandonedCart.php:178
Plugin: mailpoet
woocommerce_product_read
woocommerce_cart_loaded_from_session10
  1. WC_Cart_Session->set_session()
    wp-content/plugins/woocommerce/includes/class-wc-cart-session.php:326
Plugin: woocommerce
10
  1. MailPoet\A\W\E\AbandonedCart->handleCartChangeOnLogin()
    wp-content/plugins/mailpoet/lib/AutomaticEmails/WooCommerce/Events/AbandonedCart.php:186
Plugin: mailpoet
woocommerce_cart_updated
generate_rewrite_rules
update_option10
  1. Closure on line 840 of wp-content/plugins/wp-seopress/seopress-functions.php
    wp-content/plugins/wp-seopress/seopress-functions.php:840
Plugin: wp-seopress
update_option_rewrite_rules
updated_option999
  1. Automattic\W\I\D\O\CustomOrdersTableController->process_updated_option()
    wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/CustomOrdersTableController.php:310
Plugin: woocommerce
999
  1. Automattic\W\I\D\O\CustomOrdersTableController->process_updated_option_fts_index()
    wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/CustomOrdersTableController.php:325
Plugin: woocommerce
999
  1. Automattic\W\I\D\O\DataSynchronizer->process_updated_option()
    wp-content/plugins/woocommerce/src/Internal/DataStores/Orders/DataSynchronizer.php:252
Plugin: woocommerce
999
  1. Automattic\W\I\F\FeaturesController->process_updated_option()
    wp-content/plugins/woocommerce/src/Internal/Features/FeaturesController.php:648
Plugin: woocommerce
wp_error_added10
  1. SuperSpeedySettings_1_0->handle_wp_error_added()
    wp-content/plugins/scalability-pro/super-speedy-settings.php:508
Plugin: scalability-pro
parse_request0
  1. WC_Auth->handle_auth_requests()
    wp-content/plugins/woocommerce/includes/class-wc-auth.php:290
Plugin: woocommerce
0
  1. WC_Query->parse_request()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:258
Plugin: woocommerce
0
  1. Automattic\W\I\U\LegacyRestApiStub::parse_legacy_rest_api_request()
    wp-content/plugins/woocommerce/src/Internal/Utilities/LegacyRestApiStub.php:83
Plugin: woocommerce
0
  1. Automattic\W\I\T\TransientFilesEngine->handle_parse_request()
    wp-content/plugins/woocommerce/src/Internal/TransientFiles/TransientFilesEngine.php:456
Plugin: woocommerce
10
  1. rest_api_loaded()
    wp-includes/rest-api.php:399
WordPress Core
10
  1. affiliates_parse_request()
    wp-content/plugins/affiliates-pro/lib/core/wp-init.php:920
Plugin: affiliates-pro
10
  1. NextendSocialLogin::editProfileRedirect()
    wp-content/plugins/nextend-facebook-connect/nextend-social-login.php:913
Plugin: nextend-facebook-connect
20
  1. wpcf7_control_init()
    wp-content/plugins/contact-form-7/includes/controller.php:16
Plugin: contact-form-7
parse_tax_query
parse_query10
  1. CWG_Instock_Post_Type->parse_query()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/includes/admin/class-post-type.php:570
Plugin: back-in-stock-notifier-for-woocommerce
pre_get_posts1
  1. SEOPress\A\S\Render->render()
    wp-content/plugins/wp-seopress/src/Actions/Sitemap/Render.php:72
Plugin: wp-seopress
10
  1. CWG_Instock_Post_Type->custom_search_query()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/includes/admin/class-post-type.php:804
Plugin: back-in-stock-notifier-for-woocommerce
10
  1. WC_Query->pre_get_posts()
    wp-content/plugins/woocommerce/includes/class-wc-query.php:328
Plugin: woocommerce
10
  1. flatsome_featured_sticky_posts()
    wp-content/themes/flatsome/inc/structure/structure-posts.php:243
Parent Theme
999
  1. CWG_Instock_Post_Type->sort_total_subscribers()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/includes/admin/class-post-type.php:792
Plugin: back-in-stock-notifier-for-woocommerce
9999
  1. WoofiltersWpf->forceProductFilter()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:248
Plugin: woo-product-filter
9999999
  1. wpisp_improvewoocommerce_performance()
    wp-content/plugins/scalability-pro/scalability-pro.php:1792
Plugin: scalability-pro
woocommerce_product_query10
  1. WoofiltersWpf->loadProductsFilter()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:1148
Plugin: woo-product-filter
wpf_addDefaultFilterData10
  1. WoofilterProWpf->addDefaultFilterData()
    wp-content/plugins/woofilter-pro/woofilterpro/mod.php:2662
Plugin: woofilter-pro
posts_selection
send_headers10
  1. nocache_headers()
    wp-includes/functions.php:1531
WordPress Core
9223372036854775807 (PHP_INT_MAX)
  1. SWCFPC_Cache_Controller->bypass_cache_on_init()
    wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php:578
Plugin: wp-cloudflare-page-cache
wp0
  1. seopress_amp_compatibility_wp()
    wp-content/plugins/wp-seopress/src/Thirds/AMP/amp.php:17
Plugin: wp-seopress
0
  1. SEOPress\A\F\AMP->amp_compatibility_wp()
    wp-content/plugins/wp-seopress/src/Actions/Front/AMP.php:33
Plugin: wp-seopress
0
  1. seopress_load_redirections_options()
    wp-content/plugins/wp-seopress/inc/functions/options.php:315
Plugin: wp-seopress
9
  1. Kirki_Modules_Webfonts_Embed->init()
    wp-content/themes/flatsome/inc/admin/kirki/modules/webfonts/class-kirki-modules-webfonts-embed.php:80
Parent Theme
9
  1. Kirki_Modules_Webfonts_Embed->init()
    wp-content/themes/flatsome/inc/admin/kirki/modules/webfonts/class-kirki-modules-webfonts-embed.php:80
Parent Theme
10
  1. ACFWF\Models\URL_Coupons->apply_coupon_from_query_string()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/URL_Coupons.php:406
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWF\Models\Scheduler->disable_wc_default_coupon_expiry_check()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Scheduler.php:216
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\Models\Auto_Apply->force_create_cart_session()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Auto_Apply.php:231
Plugin: advanced-coupons-for-woocommerce
10
  1. wc_current_user_is_active()
    wp-content/plugins/woocommerce/includes/wc-user-functions.php:1030
Plugin: woocommerce
10
  1. WC_Cache_Helper::prevent_caching()
    wp-content/plugins/woocommerce/includes/class-wc-cache-helper.php:149
Plugin: woocommerce
10
  1. Closure on line 341 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-compat/src/CompatModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-compat/src/CompatModule.php:341
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 57 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/src/ButtonModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/src/ButtonModule.php:57
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 168 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-vaulting/src/VaultingModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-vaulting/src/VaultingModule.php:168
Plugin: woocommerce-paypal-payments
10
  1. Flatsome\Integrations\WP_SEOPress->integrate()
    wp-content/themes/flatsome/inc/integrations/wp-seopress/class-wp-seopress.php:38
Parent Theme
20
  1. WC_Form_Handler::pay_action()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:396
Plugin: woocommerce
20
  1. WC_Form_Handler::add_payment_method_action()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:488
Plugin: woocommerce
20
  1. WC_Form_Handler::delete_payment_method_action()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:566
Plugin: woocommerce
20
  1. WC_Form_Handler::set_default_payment_method_action()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:590
Plugin: woocommerce
99
  1. WC_Session_Handler->maybe_set_customer_session_cookie()
    wp-content/plugins/woocommerce/includes/class-wc-session-handler.php:169
Plugin: woocommerce
99
  1. WC_Cart_Session->maybe_set_cart_cookies()
    wp-content/plugins/woocommerce/includes/class-wc-cart-session.php:259
Plugin: woocommerce
wc_payment_gateways_initialized10
  1. Closure on line 146 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/src/AxoModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/src/AxoModule.php:146
Plugin: woocommerce-paypal-payments
10
  1. WC_Payment_Gateways->on_payment_gateways_initialized()
    wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php:139
Plugin: woocommerce
woocommerce_set_cart_cookies10
  1. WC_Session_Handler->set_customer_session_cookie()
    wp-content/plugins/woocommerce/includes/class-wc-session-handler.php:184
Plugin: woocommerce
template_redirect0
  1. _wp_admin_bar_init()
    wp-includes/admin-bar.php:23
WordPress Core
0
  1. WC_AJAX::do_wc_ajax()
    wp-content/plugins/woocommerce/includes/class-wc-ajax.php:83
Plugin: woocommerce
0
  1. seopress_instant_indexing_api_key_txt()
    wp-content/plugins/wp-seopress/inc/functions/options-instant-indexing.php:31
Plugin: wp-seopress
0
  1. seopress_titles_disable_archives()
    wp-content/plugins/wp-seopress/inc/functions/options.php:21
Plugin: wp-seopress
1
  1. SEOPress\A\S\Render->sitemapShortcut()
    wp-content/plugins/wp-seopress/src/Actions/Sitemap/Render.php:127
Plugin: wp-seopress
1
  1. seopress_category_redirect()
    wp-content/plugins/wp-seopress/inc/functions/options.php:509
Plugin: wp-seopress
1
  1. seopress_product_category_redirect()
    wp-content/plugins/wp-seopress/inc/functions/options.php:623
Plugin: wp-seopress
1
  1. seopress_redirections_attachments_file()
    wp-content/plugins/wp-seopress/inc/functions/options-advanced.php:26
Plugin: wp-seopress
1
  1. seopress_redirections_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-redirections.php:125
Plugin: wp-seopress
2
  1. seopress_redirections_attachments()
    wp-content/plugins/wp-seopress/inc/functions/options-advanced.php:10
Plugin: wp-seopress
5
  1. ACFWP\M\V\Frontend->implement_virtual_coupon_url()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Virtual_Coupon/Frontend.php:83
Plugin: advanced-coupons-for-woocommerce
10
  1. wp_old_slug_redirect()
    wp-includes/query.php:1055
WordPress Core
10
  1. redirect_canonical()
    wp-includes/canonical.php:42
WordPress Core
10
  1. ACFWF\Models\URL_Coupons->implement_url_coupon()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/URL_Coupons.php:131
Plugin: advanced-coupons-for-woocommerce-free
10
  1. wc_disable_author_archives_for_customers()
    wp-content/plugins/woocommerce/includes/wc-user-functions.php:865
Plugin: woocommerce
10
  1. WC_Cache_Helper::geolocation_ajax_redirect()
    wp-content/plugins/woocommerce/includes/class-wc-cache-helper.php:166
Plugin: woocommerce
10
  1. WC_Form_Handler::redirect_reset_password_link()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:41
Plugin: woocommerce
10
  1. WC_Form_Handler::save_address()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:79
Plugin: woocommerce
10
  1. WC_Form_Handler::save_account_details()
    wp-content/plugins/woocommerce/includes/class-wc-form-handler.php:228
Plugin: woocommerce
10
  1. NextendSocialLogin::alternate_login_page_template_redirect()
    wp-content/plugins/nextend-facebook-connect/nextend-social-login.php:795
Plugin: nextend-facebook-connect
10
  1. Automattic\W\B\T\ClassicTemplatesCompatibility->set_classic_template_data()
    wp-content/plugins/woocommerce/src/Blocks/Templates/ClassicTemplatesCompatibility.php:48
Plugin: woocommerce
10
  1. YITH_WCWL_Frontend_Premium->add_nocache_headers()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:459
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Frontend_Premium->redirect_unauthenticated_users()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:545
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Frontend_Premium->add_wishlist_login_notice()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:484
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Frontend_Premium->private_wishlist_404()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend-premium.php:733
Plugin: yith-woocommerce-wishlist-premium
10
  1. flatsome_maintenance_mode()
    wp-content/themes/flatsome/inc/functions/function-maintenance.php:8
Parent Theme
10
  1. wc_template_redirect()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:19
Plugin: woocommerce
10
  1. wc_send_frame_options_header()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:86
Plugin: woocommerce
10
  1. wc_prevent_endpoint_indexing()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:100
Plugin: woocommerce
10
  1. wc_prevent_adjacent_posts_rel_link_wp_head()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:114
Plugin: woocommerce
11
  1. rest_output_link_header()
    wp-includes/rest-api.php:1023
WordPress Core
11
  1. wp_shortlink_header()
    wp-includes/link-template.php:4204
WordPress Core
20
  1. wc_track_product_view()
    wp-content/plugins/woocommerce/includes/wc-product-functions.php:559
Plugin: woocommerce
20
  1. wc_clear_cart_after_payment()
    wp-content/plugins/woocommerce/includes/wc-cart-functions.php:170
Plugin: woocommerce
1000
  1. wp_redirect_admin_locations()
    wp-includes/canonical.php:1029
WordPress Core
9223372036854775807 (PHP_INT_MAX)
  1. SWCFPC_Cache_Controller->apply_cache()
    wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php:618
Plugin: wp-cloudflare-page-cache
admin_bar_init10
  1. Nginx_Helper_Admin->purge_all()
    wp-content/plugins/nginx-helper/admin/class-nginx-helper-admin.php:700
Plugin: nginx-helper
add_admin_bar_menus
get_header
wp_before_load_template
wp_head0
  1. seopress_compatibility_woocommerce()
    wp-content/plugins/wp-seopress/seopress-functions.php:100
Plugin: wp-seopress
0
  1. seopress_compatibility_jetpack()
    wp-content/plugins/wp-seopress/seopress-functions.php:114
Plugin: wp-seopress
0
  1. seopress_amp_compatibility_wp_head()
    wp-content/plugins/wp-seopress/src/Thirds/AMP/amp.php:39
Plugin: wp-seopress
0
  1. SEOPress\A\F\AMP->amp_compatibility_wp_head()
    wp-content/plugins/wp-seopress/src/Actions/Front/AMP.php:56
Plugin: wp-seopress
0
  1. SEOPress\A\F\M\TitleMeta->preLoad()
    wp-content/plugins/wp-seopress/src/Actions/Front/Metas/TitleMeta.php:26
Plugin: wp-seopress
0
  1. YITH_WCWL_Frontend_Premium->detect_javascript()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:716
Plugin: yith-woocommerce-wishlist-premium
0
  1. seopress_load_titles_options()
    wp-content/plugins/wp-seopress/inc/functions/options.php:88
Plugin: wp-seopress
0
  1. seopress_load_social_options()
    wp-content/plugins/wp-seopress/inc/functions/options.php:110
Plugin: wp-seopress
0
  1. seopress_load_google_analytics_options()
    wp-content/plugins/wp-seopress/inc/functions/options.php:219
Plugin: wp-seopress
0
  1. flatsome_javascript_detection()
    wp-content/themes/flatsome/inc/structure/structure-header.php:1133
Parent Theme
1
  1. _wp_render_title_tag()
    wp-includes/general-template.php:1307
WordPress Core
1
  1. wp_enqueue_scripts()
    wp-includes/script-loader.php:2257
WordPress Core
1
  1. wp_preload_resources()
    wp-includes/general-template.php:3592
WordPress Core
1
  1. wp_robots()
    wp-includes/robots-template.php:20
WordPress Core
1
  1. wp_post_preview_js()
    wp-includes/functions.php:7699
WordPress Core
1
  1. wp_maybe_inline_styles()
    wp-includes/script-loader.php:2951
WordPress Core
1
  1. gtm4wp_wp_header_top()
    wp-content/plugins/duracelltomi-google-tag-manager/public/frontend.php:908
Plugin: duracelltomi-google-tag-manager
1
  1. flatsome_viewport_meta()
    wp-content/themes/flatsome/inc/structure/structure-header.php:16
Parent Theme
1
  1. seopress_titles_the_description()
    wp-content/plugins/wp-seopress/inc/functions/options-titles-metas.php:621
Plugin: wp-seopress
1
  1. seopress_titles_single_cpt_date_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-titles-metas.php:726
Plugin: wp-seopress
1
  1. seopress_titles_single_cpt_thumb_gcs()
    wp-content/plugins/wp-seopress/inc/functions/options-titles-metas.php:757
Plugin: wp-seopress
1
  1. seopress_titles_advanced_robots_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-titles-metas.php:852
Plugin: wp-seopress
1
  1. seopress_titles_canonical_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-titles-metas.php:1022
Plugin: wp-seopress
1
  1. seopress_social_facebook_og_url_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:61
Plugin: wp-seopress
1
  1. seopress_social_facebook_og_site_name_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:86
Plugin: wp-seopress
1
  1. seopress_social_facebook_og_locale_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:103
Plugin: wp-seopress
1
  1. seopress_social_facebook_og_type_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:176
Plugin: wp-seopress
1
  1. seopress_social_facebook_og_author_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:209
Plugin: wp-seopress
1
  1. seopress_social_fb_title_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:311
Plugin: wp-seopress
1
  1. seopress_social_fb_desc_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:428
Plugin: wp-seopress
1
  1. seopress_social_fb_img_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:624
Plugin: wp-seopress
1
  1. seopress_social_facebook_link_ownership_id_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:682
Plugin: wp-seopress
1
  1. seopress_social_facebook_admin_id_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:692
Plugin: wp-seopress
1
  1. seopress_social_facebook_app_id_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:704
Plugin: wp-seopress
1
  1. seopress_social_twitter_card_summary_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:718
Plugin: wp-seopress
1
  1. seopress_social_twitter_card_site_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:738
Plugin: wp-seopress
1
  1. seopress_social_twitter_card_creator_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:755
Plugin: wp-seopress
1
  1. seopress_social_twitter_title_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:806
Plugin: wp-seopress
1
  1. seopress_social_twitter_desc_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:924
Plugin: wp-seopress
1
  1. seopress_social_twitter_img_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:1050
Plugin: wp-seopress
1
  1. seopress_social_fv_creator_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-social.php:1096
Plugin: wp-seopress
2
  1. wp_resource_hints()
    wp-includes/general-template.php:3469
WordPress Core
2
  1. SEOPress\A\F\S\PrintHeadJsonSchema->render()
    wp-content/plugins/wp-seopress/src/Actions/Front/Schemas/PrintHeadJsonSchema.php:16
Plugin: wp-seopress
2
  1. seopress_advanced_advanced_google_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-advanced.php:131
Plugin: wp-seopress
2
  1. seopress_advanced_advanced_bing_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-advanced.php:141
Plugin: wp-seopress
2
  1. seopress_advanced_advanced_pinterest_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-advanced.php:151
Plugin: wp-seopress
2
  1. seopress_advanced_advanced_yandex_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-advanced.php:161
Plugin: wp-seopress
2
  1. seopress_advanced_advanced_baidu_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-advanced.php:175
Plugin: wp-seopress
8
  1. wp_print_styles()
    wp-includes/functions.wp-styles.php:44
WordPress Core
9
  1. wp_print_head_scripts()
    wp-includes/script-loader.php:2210
WordPress Core
9
  1. seopress_titles_paged_rel_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-titles-metas.php:957
Plugin: wp-seopress
10
  1. rest_output_link_wp_head()
    wp-includes/rest-api.php:998
WordPress Core
10
  1. locale_stylesheet()
    wp-includes/theme.php:730
WordPress Core
10
  1. wp_generator()
    wp-includes/general-template.php:4947
WordPress Core
10
  1. wp_shortlink_wp_head()
    wp-includes/link-template.php:4187
WordPress Core
10
  1. _custom_logo_header_styles()
    wp-includes/theme.php:2989
WordPress Core
10
  1. wp_oembed_add_discovery_links()
    wp-includes/embed.php:335
WordPress Core
10
  1. wp_oembed_add_host_js()
    wp-includes/embed.php:375
WordPress Core
10
  1. NextendSocialLoginCompatibility->wplms_hide_duplicate_buttons()
    wp-content/plugins/nextend-facebook-connect/compat.php:31
Plugin: nextend-facebook-connect
10
  1. Rhubarb\RedisCache\Plugin->register_shutdown_hooks()
    wp-content/plugins/redis-cache/includes/class-plugin.php:1202
Plugin: redis-cache
10
  1. Automattic\W\I\C\ComingSoonAdminBarBadge->output_css()
    wp-content/plugins/woocommerce/src/Internal/ComingSoon/ComingSoonAdminBarBadge.php:70
Plugin: woocommerce
10
  1. Wlr\A\P\C\S\Referral->checkAndUpdateLocalStorage()
    wp-content/plugins/wp-loyalty-rules/App/Premium/Controllers/Site/Referral.php:17
Plugin: wp-loyalty-rules
10
  1. HCaptcha\Main->print_inline_styles()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:439
Plugin: hcaptcha-for-forms-and-more
10
  1. gtm4wp_wp_header_begin()
    wp-content/plugins/duracelltomi-google-tag-manager/public/frontend.php:1014
Plugin: duracelltomi-google-tag-manager
10
  1. Automattic\W\B\D\S\Notices->enqueue_notice_styles()
    wp-content/plugins/woocommerce/src/Blocks/Domain/Services/Notices.php:127
Plugin: woocommerce
10
  1. YITH_WCWL_Frontend_Premium->add_noindex_header()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:472
Plugin: yith-woocommerce-wishlist-premium
10
  1. flatsome_custom_header_js()
    wp-content/themes/flatsome/inc/structure/structure-header.php:1143
Parent Theme
10
  1. wc_gallery_noscript()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:126
Plugin: woocommerce
10
  1. Automattic\W\A\F\O\T\CustomizeStore->possibly_remove_unwanted_ui_elements()
    wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/CustomizeStore.php:262
Plugin: woocommerce
10
  1. Code_Snippets\Active_Snippets->load_head_content()
    wp-content/plugins/code-snippets/php/class-active-snippets.php:72
Plugin: code-snippets
10
  1. seopress_cookies_user_consent_scripts()
    wp-content/plugins/wp-seopress/inc/functions/options-google-analytics.php:6
Plugin: wp-seopress
20
  1. HCaptcha\CF7\CF7->print_inline_styles()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/CF7/CF7.php:293
Plugin: hcaptcha-for-forms-and-more
20
  1. HCaptcha\WC\LostPassword->print_inline_styles()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/WC/LostPassword.php:61
Plugin: hcaptcha-for-forms-and-more
20
  1. HCaptcha\WC\Register->print_inline_styles()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/WC/Register.php:95
Plugin: hcaptcha-for-forms-and-more
20
  1. Kirki_Modules_Webfont_Loader->enqueue_scripts()
    wp-content/themes/flatsome/inc/admin/kirki/modules/webfont-loader/class-kirki-modules-webfont-loader.php:78
Parent Theme
20
  1. ACFWF\M\O\Vite_App->preload_imports()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Objects/Vite_App.php:361
Plugin: advanced-coupons-for-woocommerce-free
20
  1. ACFWP\M\O\Vite_App->preload_imports()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Objects/Vite_App.php:361
Plugin: advanced-coupons-for-woocommerce
20
  1. ACFWF\M\O\Vite_App->preload_imports()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Objects/Vite_App.php:361
Plugin: advanced-coupons-for-woocommerce-free
20
  1. ACFWP\M\O\Vite_App->preload_imports()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Objects/Vite_App.php:361
Plugin: advanced-coupons-for-woocommerce
50
  1. wp_print_font_faces()
    wp-includes/fonts.php:43
WordPress Core
80
  1. SKELET::add_custom_css()
    wp-content/plugins/disable-xml-rpc-api/lib/skelet/classes/setup.class.php:679
Plugin: disable-xml-rpc-api
99
  1. wp_site_icon()
    wp-includes/general-template.php:3416
WordPress Core
99
  1. FL_LazyLoad_Images::setup_filters()
    wp-content/themes/flatsome/inc/extensions/flatsome-lazy-load/flatsome-lazy-load.php:16
Parent Theme
100
  1. flatsome_custom_css()
    wp-content/themes/flatsome/inc/functions/function-custom-css.php:3
Parent Theme
101
  1. wp_custom_css_cb()
    wp-includes/theme.php:1956
WordPress Core
900
  1. seopress_custom_tracking_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-google-analytics.php:692
Plugin: wp-seopress
929
  1. seopress_google_analytics_js_arguments()
    wp-content/plugins/wp-seopress/inc/functions/options-google-analytics.php:687
Plugin: wp-seopress
980
  1. seopress_custom_tracking_head_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-google-analytics.php:769
Plugin: wp-seopress
9999
  1. flatsome_product_summary_fix()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-product-page.php:3
Parent Theme
wp_enqueue_scripts1
  1. wp_enqueue_block_style_variation_styles()
    wp-includes/block-supports/block-style-variations.php:263
WordPress Core
9
  1. WP_Duotone::output_block_styles()
    wp-includes/class-wp-duotone.php:1203
WordPress Core
10
  1. wp_enqueue_emoji_styles()
    wp-includes/formatting.php:5855
WordPress Core
10
  1. wp_common_block_scripts_and_styles()
    wp-includes/script-loader.php:2426
WordPress Core
10
  1. wp_enqueue_classic_theme_styles()
    wp-includes/script-loader.php:3305
WordPress Core
10
  1. wp_enqueue_global_styles()
    wp-includes/script-loader.php:2479
WordPress Core
10
  1. wp_enqueue_global_styles_custom_css()
    wp-includes/script-loader.php:2524
WordPress Core
10
  1. wp_enqueue_stored_styles()
    wp-includes/script-loader.php:3132
WordPress Core
10
  1. wp_enqueue_admin_bar_bump_styles()
    wp-includes/admin-bar.php:1289
WordPress Core
10
  1. wp_enqueue_admin_bar_header_styles()
    wp-includes/admin-bar.php:1273
WordPress Core
10
  1. wp_enqueue_block_template_skip_link()
    wp-includes/theme-templates.php:109
WordPress Core
10
  1. register_jquery()
    wp-content/plugins/add-on-contact-form-7-mailpoet/includes/class-mailpoet-cf7-integration.php:21
Plugin: add-on-contact-form-7-mailpoet
10
  1. ACFWF\Models\Script_Loader->load_frontend_scripts()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Script_Loader.php:424
Plugin: advanced-coupons-for-woocommerce-free
10
  1. ACFWP\Models\Script_Loader->load_frontend_scripts()
    wp-content/plugins/advanced-coupons-for-woocommerce/Models/Script_Loader.php:184
Plugin: advanced-coupons-for-woocommerce
10
  1. Affiliates_Shortcodes::wp_enqueue_scripts()
    wp-content/plugins/affiliates-pro/lib/core/class-affiliates-shortcodes.php:60
Plugin: affiliates-pro
10
  1. affiliates_wp_enqueue_scripts()
    wp-content/plugins/affiliates-pro/lib/core/wp-init.php:185
Plugin: affiliates-pro
10
  1. Affiliates_Graph_Renderer_WordPress::wp_enqueue_scripts()
    wp-content/plugins/affiliates-pro/lib/ext/wordpress/class-affiliates-graph-renderer-wordpress.php:41
Plugin: affiliates-pro
10
  1. affiliates_pro_wp_enqueue_scripts()
    wp-content/plugins/affiliates-pro/lib/ext/wp-init.php:136
Plugin: affiliates-pro
10
  1. Closure on line 5 of wp-content/plugins/contact-form-7/includes/swv/script-loader.php
    wp-content/plugins/contact-form-7/includes/swv/script-loader.php:5
Plugin: contact-form-7
10
  1. Closure on line 36 of wp-content/plugins/contact-form-7/includes/controller.php
    wp-content/plugins/contact-form-7/includes/controller.php:36
Plugin: contact-form-7
10
  1. Woo_Align_Public->enqueue_scripts()
    wp-content/plugins/woo-align-buttons/public/class-woo-align-public.php:78
Plugin: woo-align-buttons
10
  1. WC_Shop_Customizer->add_frontend_scripts()
    wp-content/plugins/woocommerce/includes/customizer/class-wc-shop-customizer.php:52
Plugin: woocommerce
10
  1. WC_Frontend_Scripts::load_scripts()
    wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php:372
Plugin: woocommerce
10
  1. Wlr\A\C\S\Main->addFrontEndScripts()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/Main.php:35
Plugin: wp-loyalty-rules
10
  1. Wll\V\A\C\S\Site->enqueueSiteAssets()
    wp-content/plugins/wp-loyalty-rules/App/Apps/Launcher/V2/App/Controllers/Site/Site.php:22
Plugin: wp-loyalty-rules
10
  1. Astra_Sites_ZipWP_Integration->register_preview_scripts()
    wp-content/plugins/astra-sites/inc/lib/onboarding/classes/class-astra-sites-zipwp-integration.php:63
Plugin: astra-sites
10
  1. Woo_Conditional_Shipping_Frontend->enqueue_scripts()
    wp-content/plugins/conditional-shipping-for-woocommerce/includes/frontend/class-woo-conditional-shipping-frontend.php:50
Plugin: conditional-shipping-for-woocommerce
10
  1. gtm4wp_enqueue_scripts()
    wp-content/plugins/duracelltomi-google-tag-manager/public/frontend.php:786
Plugin: duracelltomi-google-tag-manager
10
  1. If_Menu::addAssets()
    wp-content/plugins/if-menu/if-menu.php:184
Plugin: if-menu
10
  1. Closure on line 72 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/src/ButtonModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-button/src/ButtonModule.php:72
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 111 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-blocks/src/BlocksModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-blocks/src/BlocksModule.php:111
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 119 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo-block/src/AxoBlockModule.php:119
Plugin: woocommerce-paypal-payments
10
  1. woocommerce_interactivity_register_runtime()
    wp-content/plugins/woocommerce/src/Blocks/Interactivity/scripts.php:29
Plugin: woocommerce
10
  1. Automattic\W\B\D\S\GoogleAnalytics->enqueue_scripts()
    wp-content/plugins/woocommerce/src/Blocks/Domain/Services/GoogleAnalytics.php:50
Plugin: woocommerce
10
  1. WPMailSMTP\Admin\AdminBarMenu->enqueues()
    wp-content/plugins/wp-mail-smtp/src/Admin/AdminBarMenu.php:75
Plugin: wp-mail-smtp
10
  1. SEOPress\A\A\ModuleMetabox->enqueueFrontend()
    wp-content/plugins/wp-seopress/src/Actions/Admin/ModuleMetabox.php:168
Plugin: wp-seopress
10
  1. YITH_WCWL_Frontend_Premium->enqueue_styles_and_stuffs()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-frontend.php:513
Plugin: yith-woocommerce-wishlist-premium
10
  1. YITH_WCWL_Rendering_Method_Frontend_Handler->enqueue_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-rendering-method-frontend-handler.php:66
Plugin: yith-woocommerce-wishlist-premium
10
  1. ZipAI\Classes\Sidebar_Configurations->load_sidebar_assets()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/classes/sidebar-configurations.php:292
Plugin: astra-sites
10
  1. SWCFPC_Backend->load_custom_wp_admin_styles_and_script()
    wp-content/plugins/wp-cloudflare-page-cache/libs/backend.class.php:71
Plugin: wp-cloudflare-page-cache
10
  1. SPC\Modules\Frontend->enqueue_uncached()
    wp-content/plugins/wp-cloudflare-page-cache/src/Modules/Frontend.php:107
Plugin: wp-cloudflare-page-cache
10
  1. flatsome_countdown_shortcode_scripts()
    wp-content/themes/flatsome/inc/shortcodes/ux_countdown/ux-countdown.php:4
Parent Theme
10
  1. flatsome_integrations_scripts()
    wp-content/themes/flatsome/inc/integrations/integrations.php:23
Parent Theme
10
  1. flatsome_woocommerce_integrations_scripts()
    wp-content/themes/flatsome/inc/integrations/integrations.php:94
Parent Theme
10
  1. flatsome_wishlist_integrations_scripts()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:13
Parent Theme
10
  1. WP_Interactivity_API->register_script_modules()
    wp-includes/interactivity-api/class-wp-interactivity-api.php:313
WordPress Core
10
  1. SKELET_Options->collect_output_css_and_typography()
    wp-content/plugins/disable-xml-rpc-api/lib/skelet/classes/abstract.class.php:25
Plugin: disable-xml-rpc-api
10
  1. Theme_Customisations->theme_customisations_js()
    wp-content/plugins/theme-customisations/theme-customisations.php:60
Plugin: theme-customisations
10
  1. Closure on line 68 of wp-content/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-analytics.php
    wp-content/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-analytics.php:68
Plugin: woocommerce-google-analytics-integration
10
  1. WooCommerce\P\W\G\O\OXXO->register_assets()
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-wc-gateway/src/Gateway/OXXO/OXXO.php:306
Plugin: woocommerce-paypal-payments
10
  1. Closure on line 130 of wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-wc-gateway/src/Assets/FraudNetAssets.php
    wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-wc-gateway/src/Assets/FraudNetAssets.php:130
Plugin: woocommerce-paypal-payments
10
  1. ZipWP_Images\Classes\Zipwp_Images_Script->bb_editor_load_scripts()
    wp-content/plugins/astra-sites/inc/lib/zipwp-images/classes/zipwp-images-script.php:70
Plugin: astra-sites
11
  1. WP_Duotone::output_global_styles()
    wp-includes/class-wp-duotone.php:1222
WordPress Core
11
  1. woocommerce_interactivity_move_interactive_scripts_to_the_footer()
    wp-content/plugins/woocommerce/src/Blocks/Interactivity/scripts.php:9
Plugin: woocommerce
20
  1. wpcf7_html5_fallback()
    wp-content/plugins/contact-form-7/includes/controller.php:175
Plugin: contact-form-7
20
  1. wpcf7_recaptcha_enqueue_scripts()
    wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php:34
Plugin: contact-form-7
20
  1. seopress_google_analytics_cookies_js()
    wp-content/plugins/wp-seopress/inc/functions/options.php:124
Plugin: wp-seopress
80
  1. SKELET::add_typography_enqueue_styles()
    wp-content/plugins/disable-xml-rpc-api/lib/skelet/classes/setup.class.php:622
Plugin: disable-xml-rpc-api
98
  1. flatsome_woocommerce_scripts_styles()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-global.php:67
Parent Theme
99
  1. YIT_Icons->enqueue_scripts()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-fw/includes/class-yit-icons.php:1143
Plugin: yith-woocommerce-wishlist-premium
99
  1. FL_LazyLoad_Images::add_scripts()
    wp-content/themes/flatsome/inc/extensions/flatsome-lazy-load/flatsome-lazy-load.php:27
Parent Theme
100
  1. add_fontawesome_kit()
    wp-content/plugins/theme-customisations/custom/functions.php:55
Plugin: theme-customisations
100
  1. Automattic\W\B\AssetsController->update_block_settings_dependencies()
    wp-content/plugins/woocommerce/src/Blocks/AssetsController.php:367
Plugin: woocommerce
100
  1. flatsome_scripts()
    wp-content/themes/flatsome/inc/functions/function-setup.php:189
Parent Theme
100
  1. flatsome_checkout_scripts()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-checkout.php:99
Parent Theme
150
  1. flatsome_add_icons_css()
    wp-content/themes/flatsome/inc/helpers/helpers-icons.php:27
Parent Theme
999
  1. CWG_Instock_Bot_Protection->enqueue_script()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/includes/class-bot-protection.php:87
Plugin: back-in-stock-notifier-for-woocommerce
999
  1. CWG_Instock_Notifier->enqueue_scripts()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/cwginstocknotifier.php:197
Plugin: back-in-stock-notifier-for-woocommerce
999
  1. Optimocha_Disable_Cart_Fragments->disable_cart_fragments()
    wp-content/plugins/disable-cart-fragments/disable-cart-fragments.php:101
Plugin: disable-cart-fragments
999
  1. WoofiltersWpf->addScriptsLisener()
    wp-content/plugins/woo-product-filter/modules/woofilters/mod.php:638
Plugin: woo-product-filter
999
  1. Theme_Customisations->theme_customisations_css()
    wp-content/plugins/theme-customisations/theme-customisations.php:51
Plugin: theme-customisations
1000
  1. wp_localize_jquery_ui_datepicker()
    wp-includes/script-loader.php:1924
WordPress Core
9999
  1. flatsome_google_fonts()
    wp-content/themes/flatsome/inc/functions/function-fonts.php:83
Parent Theme
9223372036854775707
  1. wp_consent_api_enqueue_assets()
    wp-content/plugins/wp-consent-api/api.php:43
Plugin: wp-consent-api
qm/output/enqueued-assets
enqueue_block_assets10
  1. wp_enqueue_registered_block_scripts_and_styles()
    wp-includes/script-loader.php:2614
WordPress Core
10
  1. Affiliates_Dashboard_Login_Block::enqueue_block_assets()
    wp-content/plugins/affiliates-pro/lib/core/dashboard/class-affiliates-dashboard-login-block.php:72
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Registration_Block::enqueue_block_assets()
    wp-content/plugins/affiliates-pro/lib/core/dashboard/class-affiliates-dashboard-registration-block.php:70
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Overview_Block::enqueue_block_assets()
    wp-content/plugins/affiliates-pro/lib/core/dashboard/class-affiliates-dashboard-overview-block.php:70
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Earnings_Block::enqueue_block_assets()
    wp-content/plugins/affiliates-pro/lib/core/dashboard/class-affiliates-dashboard-earnings-block.php:70
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Profile_Block::enqueue_block_assets()
    wp-content/plugins/affiliates-pro/lib/core/dashboard/class-affiliates-dashboard-profile-block.php:70
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Block::enqueue_block_assets()
    wp-content/plugins/affiliates-pro/lib/core/dashboard/class-affiliates-dashboard-block.php:119
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Overview_Pro_Block::enqueue_block_assets()
    wp-content/plugins/affiliates-pro/lib/ext/dashboard/class-affiliates-dashboard-overview-pro-block.php:35
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Referrals_Block::enqueue_block_assets()
    wp-content/plugins/affiliates-pro/lib/ext/dashboard/class-affiliates-dashboard-referrals-block.php:35
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Traffic_Block::enqueue_block_assets()
    wp-content/plugins/affiliates-pro/lib/ext/dashboard/class-affiliates-dashboard-traffic-block.php:35
Plugin: affiliates-pro
10
  1. Affiliates_Dashboard_Banners_Block::enqueue_block_assets()
    wp-content/plugins/affiliates-pro/lib/ext/dashboard/class-affiliates-dashboard-banners-block.php:35
Plugin: affiliates-pro
10
  1. Automattic\W\B\B\ClassicTemplate->enqueue_block_assets()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/ClassicTemplate.php:63
Plugin: woocommerce
30
  1. enqueue_block_styles_assets()
    wp-includes/script-loader.php:2656
WordPress Core
wpcf7_enqueue_scripts10
  1. wpcf7_stripe_enqueue_scripts()
    wp-content/plugins/contact-form-7/modules/stripe/stripe.php:39
Plugin: contact-form-7
wpcf7_enqueue_styles
the_post10
  1. wc_setup_product_data()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:139
Plugin: woocommerce
wp_print_styles100
  1. flatsome_deregister_block_styles()
    wp-content/themes/flatsome/inc/functions/function-setup.php:371
Parent Theme
wp_print_scripts1
  1. Automattic\Jetpack\Script_Data::render_script_data()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-assets/src/class-script-data.php:68
Plugin: woocommerce
1
  1. Automattic\W\B\P\Api->verify_payment_methods_dependencies()
    wp-content/plugins/woocommerce/src/Blocks/Payments/Api.php:126
Plugin: woocommerce
5
  1. WC_Frontend_Scripts::localize_printed_scripts()
    wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php:640
Plugin: woocommerce
10
  1. wp_just_in_time_script_localization()
    wp-includes/script-loader.php:1886
WordPress Core
10
  1. NextendSocialLogin::nslDOMReady()
    wp-content/plugins/nextend-facebook-connect/nextend-social-login.php:630
Plugin: nextend-facebook-connect
qm/collect/new_php_error
gtm4wp_output_after_datalayer
gtm4wp_after_container_code
seopress_google_analytics_html10
  1. seopress_google_analytics_js()
    wp-content/plugins/wp-seopress/inc/functions/options-google-analytics.php:348
Plugin: wp-seopress
seopress_ga4_before_sending_data
seopress_custom_head_tracking_html10
  1. seopress_google_analytics_head_code()
    wp-content/plugins/wp-seopress/inc/functions/options-google-analytics.php:749
Plugin: wp-seopress
flatsome_after_body_open0
  1. woocommerce_demo_store()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1062
Plugin: woocommerce
10
  1. flatsome_after_body_open()
    wp-content/themes/flatsome/inc/structure/structure-header.php:1155
Parent Theme
wp_body_open0
  1. wp_admin_bar_render()
    wp-includes/admin-bar.php:73
WordPress Core
10
  1. gtm4wp_wp_body_open()
    wp-content/plugins/duracelltomi-google-tag-manager/public/frontend.php:891
Plugin: duracelltomi-google-tag-manager
1020
  1. seopress_custom_tracking_body_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-google-analytics.php:718
Plugin: wp-seopress
admin_bar_menu0
  1. wp_admin_bar_my_account_menu()
    wp-includes/admin-bar.php:306
WordPress Core
0
  1. wp_admin_bar_sidebar_toggle()
    wp-includes/admin-bar.php:240
WordPress Core
6
  1. ZipAI\Classes\Sidebar_Configurations->add_admin_trigger()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/classes/sidebar-configurations.php:400
Plugin: astra-sites
10
  1. wp_admin_bar_wp_menu()
    wp-includes/admin-bar.php:125
WordPress Core
20
  1. wp_admin_bar_my_sites_menu()
    wp-includes/admin-bar.php:554
WordPress Core
30
  1. wp_admin_bar_site_menu()
    wp-includes/admin-bar.php:366
WordPress Core
31
  1. Automattic\W\I\C\ComingSoonAdminBarBadge->site_visibility_badge()
    wp-content/plugins/woocommerce/src/Internal/ComingSoon/ComingSoonAdminBarBadge.php:32
Plugin: woocommerce
35
  1. flatsome_admin_bar_helper()
    wp-content/themes/flatsome/inc/admin/admin-bar.php:5
Parent Theme
40
  1. wp_admin_bar_edit_site_menu()
    wp-includes/admin-bar.php:466
WordPress Core
40
  1. wp_admin_bar_customize_menu()
    wp-includes/admin-bar.php:504
WordPress Core
50
  1. SKELET_Options->add_admin_bar_menu()
    wp-content/plugins/disable-xml-rpc-api/lib/skelet/classes/admin-options.class.php:187
Plugin: disable-xml-rpc-api
50
  1. wp_admin_bar_updates_menu()
    wp-includes/admin-bar.php:1153
WordPress Core
60
  1. wp_admin_bar_comments_menu()
    wp-includes/admin-bar.php:1039
WordPress Core
70
  1. wp_admin_bar_new_content_menu()
    wp-includes/admin-bar.php:949
WordPress Core
80
  1. wp_admin_bar_edit_menu()
    wp-includes/admin-bar.php:811
WordPress Core
99
  1. AM\TransientsManager\TransientsManager->suspend_transients_button()
    wp-content/plugins/transients-manager/src/TransientsManager.php:636
Plugin: transients-manager
99
  1. seopress_admin_bar_links()
    wp-content/plugins/wp-seopress/inc/admin/admin-bar/admin-bar.php:8
Plugin: wp-seopress
100
  1. Nginx_Helper_Admin->nginx_helper_toolbar_purge_link()
    wp-content/plugins/nginx-helper/admin/class-nginx-helper-admin.php:204
Plugin: nginx-helper
200
  1. wp_admin_bar_add_secondary_groups()
    wp-includes/admin-bar.php:1247
WordPress Core
998
  1. Rhubarb\RedisCache\Plugin->render_admin_bar()
    wp-content/plugins/redis-cache/includes/class-plugin.php:731
Plugin: redis-cache
999
  1. WPMailSMTP\Admin\AdminBarMenu->register()
    wp-content/plugins/wp-mail-smtp/src/Admin/AdminBarMenu.php:100
Plugin: wp-mail-smtp
9991
  1. wp_admin_bar_my_account_item()
    wp-includes/admin-bar.php:262
WordPress Core
9992
  1. wp_admin_bar_recovery_mode_menu()
    wp-includes/admin-bar.php:1221
WordPress Core
9999
  1. wp_admin_bar_search_menu()
    wp-includes/admin-bar.php:1187
WordPress Core
9223372036854775807 (PHP_INT_MAX)
  1. SWCFPC_Backend->add_toolbar_items()
    wp-content/plugins/wp-cloudflare-page-cache/libs/backend.class.php:150
Plugin: wp-cloudflare-page-cache
seopress_admin_bar_items
wp_before_admin_bar_render10
  1. ux_builder_admin_bar_link()
    wp-content/themes/flatsome/inc/builder/core/server/actions/actions.php:61
Parent Theme
10
  1. wp_customize_support_script()
    wp-includes/theme.php:3796
WordPress Core
wp_after_admin_bar_render
seopress_custom_body_tracking_html10
  1. seopress_google_analytics_body_code()
    wp-content/plugins/wp-seopress/inc/functions/options-google-analytics.php:699
Plugin: wp-seopress
flatsome_before_header
get_template_part_template-parts/header/header
get_template_part
wp_after_load_template
get_template_part_template-parts/header/partials/element
get_template_part_template-parts/header/partials/element-menu-icon
flatsome_header_elements
get_template_part_template-parts/header/partials/element-search-form
pre_get_product_search_form
woocommerce_before_template_part
woocommerce_after_template_part
get_template_part_template-parts/header/partials/element-wishlist
deprecated_function_run
get_template_part_template-parts/header/partials/element-account
flatsome_account_links10
  1. flatsome_wishlist_account_item()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:35
Parent Theme
get_template_part_template-parts/header/partials/element-cart
woocommerce_before_mini_cart
woocommerce_before_mini_cart_contents
woocommerce_mini_cart_contents
flatsome_after_mini_cart_contents10
  1. Flatsome\WooCommerce\MiniCart->cross_sells()
    wp-content/themes/flatsome/inc/woocommerce/class-mini-cart.php:230
Parent Theme
flatsome_before_mini_cart_total
woocommerce_widget_shopping_cart_total10
  1. woocommerce_widget_shopping_cart_subtotal()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2337
Plugin: woocommerce
woocommerce_widget_shopping_cart_before_buttons10
  1. wc_shipping_promo_text_minicart()
    wp-content/plugins/theme-customisations/custom/functions.php:754
Plugin: theme-customisations
woocommerce_widget_shopping_cart_buttons10
  1. woocommerce_widget_shopping_cart_button_view_cart()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2314
Plugin: woocommerce
20
  1. woocommerce_widget_shopping_cart_proceed_to_checkout()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2325
Plugin: woocommerce
woocommerce_widget_shopping_cart_after_buttons
woocommerce_after_mini_cart
flatsome_cart_sidebar10
  1. flatsome_html_cart_sidebar()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-cart.php:20
Parent Theme
flatsome_after_header_bottom
flatsome_header_background10
  1. flatsome_add_header_backgrounds()
    wp-content/themes/flatsome/inc/structure/structure-header.php:1112
Parent Theme
flatsome_header_wrapper
flatsome_after_header1
  1. flatsome_html_after_header()
    wp-content/themes/flatsome/inc/structure/structure-header.php:1182
Parent Theme
10
  1. flatsome_custom_blog_header()
    wp-content/themes/flatsome/inc/structure/structure-posts.php:30
Parent Theme
10
  1. flatsome_single_page_header()
    wp-content/themes/flatsome/inc/structure/structure-posts.php:53
Parent Theme
10
  1. flatsome_category_header()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-category-page-header.php:40
Parent Theme
10
  1. flatsome_product_header()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-product-page-header.php:6
Parent Theme
100
  1. flatsome_woocommerce_add_notice()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-global.php:26
Parent Theme
flatsome_category_title1
  1. flatsome_category_title()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-category-page-header.php:117
Parent Theme
10
  1. flatsome_shop_loop_tools_breadcrumbs()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-category-page-header.php:132
Parent Theme
20
  1. flatsome_add_category_filter_button()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-category-page-header.php:106
Parent Theme
flatsome_breadcrumb20
  1. woocommerce_breadcrumb()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:2408
Plugin: woocommerce
woocommerce_breadcrumb10
  1. WC_Structured_Data->generate_breadcrumblist_data()
    wp-content/plugins/woocommerce/includes/class-wc-structured-data.php:420
Plugin: woocommerce
flatsome_before_breadcrumb
flatsome_after_breadcrumb
the_widget
flatsome_category_title_alt10
  1. wc_setup_loop()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:162
Plugin: woocommerce
20
  1. flatsome_woocommerce_result_count()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-category-page-header.php:17
Parent Theme
30
  1. flatsome_woocommerce_catalog_ordering()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-category-page-header.php:28
Parent Theme
dynamic_sidebar_before10
  1. note_sidebar_being_rendered()
    wp-includes/blocks/widget-group.php:75
WordPress Core
dynamic_sidebar
wpf_addScriptsContent10
  1. WoofilterProWpf->addScriptsContent()
    wp-content/plugins/woofilter-pro/woofilterpro/mod.php:239
Plugin: woofilter-pro
dynamic_sidebar_after10
  1. discard_sidebar_being_rendered()
    wp-includes/blocks/widget-group.php:89
WordPress Core
woocommerce_before_main_content10
  1. woocommerce_output_content_wrapper()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1033
Plugin: woocommerce
30
  1. WC_Structured_Data->generate_website_data()
    wp-content/plugins/woocommerce/includes/class-wc-structured-data.php:457
Plugin: woocommerce
woocommerce_shop_loop_header10
  1. woocommerce_product_taxonomy_archive_header()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1254
Plugin: woocommerce
woocommerce_archive_description10
  1. woocommerce_taxonomy_archive_description()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1263
Plugin: woocommerce
10
  1. woocommerce_product_archive_description()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1291
Plugin: woocommerce
woocommerce_before_shop_loop10
  1. woocommerce_output_all_notices()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:4006
Plugin: woocommerce
10
  1. wc_setup_loop()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:162
Plugin: woocommerce
loop_start
woocommerce_shop_loop
woocommerce_before_shop_loop_item10
  1. Woo_Align_Public->wooalign_product_link_open()
    wp-content/plugins/woo-align-buttons/public/class-woo-align-public.php:108
Plugin: woo-align-buttons
10
  1. woocommerce_show_product_loop_sale_flash()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1442
Plugin: woocommerce
flatsome_woocommerce_shop_loop_images10
  1. woocommerce_template_loop_product_thumbnail()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1414
Plugin: woocommerce
11
  1. flatsome_woocommerce_get_alt_product_thumbnail()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-product-box.php:45
Parent Theme
flatsome_product_box_tools_top2
  1. flatsome_product_wishlist_button()
    wp-content/themes/flatsome/inc/integrations/wc-yith-wishlist/yith-wishlist.php:56
Parent Theme
flatsome_product_box_tools_bottom
flatsome_product_box_actions1
  1. flatsome_product_box_actions_add_to_cart()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-product-box.php:148
Parent Theme
50
  1. flatsome_lightbox_button()
    wp-content/themes/flatsome/inc/extensions/flatsome-wc-quick-view/flatsome-quick-view.php:6
Parent Theme
woocommerce_before_shop_loop_item_title
woocommerce_shop_loop_item_title0
  1. flatsome_woocommerce_shop_loop_category()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-product-box.php:95
Parent Theme
0
  1. flatsome_woocommerce_shop_loop_ratings()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-product-box.php:120
Parent Theme
10
  1. woocommerce_template_loop_product_title()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-product-box.php:82
Parent Theme
woocommerce_after_shop_loop_item_title10
  1. woocommerce_template_loop_price()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1424
Plugin: woocommerce
flatsome_product_box_after20
  1. flatsome_woocommerce_shop_loop_excerpt()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-product-box.php:242
Parent Theme
100
  1. flatsome_woocommerce_shop_loop_button()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-product-box.php:162
Parent Theme
woocommerce_after_shop_loop_item10
  1. Woo_Align_Public->wooalign_product_link_close()
    wp-content/plugins/woo-align-buttons/public/class-woo-align-public.php:112
Plugin: woo-align-buttons
999
  1. CWG_Instock_Notifier_Product->display_popup_button_in_catalog_page()
    wp-content/plugins/back-in-stock-notifier-for-woocommerce/includes/frontend/class-product.php:410
Plugin: back-in-stock-notifier-for-woocommerce
loop_end
woocommerce_after_shop_loop10
  1. woocommerce_pagination()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1592
Plugin: woocommerce
25
  1. WPPP_Front_End->products_per_page_dropdown()
    wp-content/plugins/woocommerce-products-per-page/includes/class-wppp-front-end.php:54
Plugin: woocommerce-products-per-page
999
  1. woocommerce_reset_loop()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:4028
Plugin: woocommerce
wppp_before_dropdown_form
wppp_before_dropdown
wppp_after_dropdown
wppp_after_dropdown_form
flatsome_products_after10
  1. flatsome_products_footer_content()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-category-page.php:73
Parent Theme
woocommerce_after_main_content10
  1. woocommerce_output_content_wrapper_end()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:1042
Plugin: woocommerce
10
  1. flatsome_pages_in_search_results()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-global.php:230
Parent Theme
get_footer
flatsome_footer10
  1. flatsome_page_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:52
Parent Theme
10
  1. flatsome_go_to_top()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:87
Parent Theme
get_template_part_template-parts/footer/footer
flatsome_before_footer10
  1. flatsome_html_before_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:122
Parent Theme
flatsome_after_footer10
  1. flatsome_html_after_footer()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:131
Parent Theme
get_template_part_template-parts/footer/footer-absolute
flatsome_absolute_footer_secondary10
  1. flatsome_footer_payment_icons()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-global.php:458
Parent Theme
get_template_part_assets/img/payment-icons/icon
flatsome_absolute_footer_primary
get_template_part_template-parts/footer/back-to-top
wp_footer1
  1. wp_enqueue_global_styles()
    wp-includes/script-loader.php:2479
WordPress Core
1
  1. wp_enqueue_stored_styles()
    wp-includes/script-loader.php:3132
WordPress Core
1
  1. wp_maybe_inline_styles()
    wp-includes/script-loader.php:2951
WordPress Core
7
  1. flatsome_mobile_menu()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:4
Parent Theme
8
  1. WC_Interactivity_Initial_State::render()
    wp-content/plugins/woocommerce/src/Blocks/Interactivity/class-wc-interactivity-initial-state.php:54
Plugin: woocommerce
10
  1. WP_Duotone::output_footer_assets()
    wp-includes/class-wp-duotone.php:1236
WordPress Core
10
  1. fetchedKeyVal()
    wp-content/plugins/add-on-contact-form-7-mailpoet/includes/class-mailpoet-cf7-integration.php:28
Plugin: add-on-contact-form-7-mailpoet
10
  1. TawkTo->print_embed_code()
    wp-content/plugins/tawkto-live-chat/tawkto.php:525
Plugin: tawkto-live-chat
10
  1. Wll\V\A\C\S\Site->getLauncherWidget()
    wp-content/plugins/wp-loyalty-rules/App/Apps/Launcher/V2/App/Controllers/Site/Site.php:59
Plugin: wp-loyalty-rules
10
  1. MailPoet\Form\DisplayFormInWPContent->maybeRenderFormsInFooter()
    wp-content/plugins/mailpoet/lib/Form/DisplayFormInWPContent.php:135
Plugin: mailpoet
10
  1. Astra_Sites->insert_image_templates_bb_and_brizy()
    wp-content/plugins/astra-sites/inc/classes/class-astra-sites.php:927
Plugin: astra-sites
10
  1. gtm4wp_wp_footer()
    wp-content/plugins/duracelltomi-google-tag-manager/public/frontend.php:831
Plugin: duracelltomi-google-tag-manager
10
  1. YITH_WCWL_Rendering_Method_Frontend_Handler->maybe_render_preview_mode_toggle()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/class-yith-wcwl-rendering-method-frontend-handler.php:45
Plugin: yith-woocommerce-wishlist-premium
10
  1. ZipAI\Classes\Sidebar_Configurations->render_sidebar_markup()
    wp-content/plugins/astra-sites/inc/lib/zip-ai/classes/sidebar-configurations.php:424
Plugin: astra-sites
10
  1. SWCFPC_Backend->add_ajax_nonce_everywhere()
    wp-content/plugins/wp-cloudflare-page-cache/libs/backend.class.php:131
Plugin: wp-cloudflare-page-cache
10
  1. flatsome_footer_scripts()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:95
Parent Theme
10
  1. flatsome_body_overlay()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:112
Parent Theme
10
  1. flatsome_print_faq_schema()
    wp-content/themes/flatsome/inc/shortcodes/accordion.php:158
Parent Theme
10
  1. flatsome_account_login_lightbox()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-global.php:434
Parent Theme
10
  1. flatsome_sticky_add_to_cart_template()
    wp-content/themes/flatsome/inc/woocommerce/structure-wc-product-page.php:249
Parent Theme
10
  1. ux_block_frontend()
    wp-content/themes/flatsome/inc/post-types/post-type-ux-blocks.php:99
Parent Theme
10
  1. WP_Script_Modules->print_import_map()
    wp-includes/class-wp-script-modules.php:233
WordPress Core
10
  1. WP_Script_Modules->print_enqueued_script_modules()
    wp-includes/class-wp-script-modules.php:193
WordPress Core
10
  1. WP_Script_Modules->print_script_module_preloads()
    wp-includes/class-wp-script-modules.php:213
WordPress Core
10
  1. WP_Interactivity_API->print_client_interactivity_data()
    wp-includes/interactivity-api/class-wp-interactivity-api.php:196
WordPress Core
10
  1. WC_Structured_Data->output_structured_data()
    wp-content/plugins/woocommerce/includes/class-wc-structured-data.php:149
Plugin: woocommerce
10
  1. Automattic\W\A\F\LaunchYourStore->maybe_add_coming_soon_banner_on_frontend()
    wp-content/plugins/woocommerce/src/Admin/Features/LaunchYourStore.php:154
Plugin: woocommerce
10
  1. Code_Snippets\Active_Snippets->load_footer_content()
    wp-content/plugins/code-snippets/php/class-active-snippets.php:79
Plugin: code-snippets
10
  1. Gutenberg_Templates\I\C\Ai_Content->footer()
    wp-content/plugins/astra-sites/inc/lib/gutenberg-templates/inc/content/ai-content.php:45
Plugin: astra-sites
10
  1. seopress_cookies_user_consent_html()
    wp-content/plugins/wp-seopress/inc/functions/options-google-analytics.php:65
Plugin: wp-seopress
10
  1. seopress_cookies_edit_choice_html()
    wp-content/plugins/wp-seopress/inc/functions/options-google-analytics.php:107
Plugin: wp-seopress
10
  1. seopress_cookies_user_consent_styles()
    wp-content/plugins/wp-seopress/inc/functions/options-google-analytics.php:129
Plugin: wp-seopress
10
  1. wc_no_js()
    wp-content/plugins/woocommerce/includes/wc-template-functions.php:366
Plugin: woocommerce
20
  1. wp_print_footer_scripts()
    wp-includes/script-loader.php:2240
WordPress Core
25
  1. wc_print_js()
    wp-content/plugins/woocommerce/includes/wc-core-functions.php:1021
Plugin: woocommerce
1000
  1. wp_admin_bar_render()
    wp-includes/admin-bar.php:73
WordPress Core
1030
  1. seopress_custom_tracking_footer_hook()
    wp-content/plugins/wp-seopress/inc/functions/options-google-analytics.php:743
Plugin: wp-seopress
9999
  1. flatsome_before_body_close()
    wp-content/themes/flatsome/inc/structure/structure-footer.php:101
Parent Theme
9223372036854775807 (PHP_INT_MAX)
  1. Wlr\A\C\S\Main->refreshFragmentScript()
    wp-content/plugins/wp-loyalty-rules/App/Controllers/Site/Main.php:203
Plugin: wp-loyalty-rules
9223372036854775807 (PHP_INT_MAX)
  1. SWCFPC_Cache_Controller->inject_cache_buster_js_code()
    wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php:1264
Plugin: wp-cloudflare-page-cache
9223372036854775807 (PHP_INT_MAX)
  1. SWCFPC_Cache_Controller->prefetch_urls()
    wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php:1385
Plugin: wp-cloudflare-page-cache
get_template_part_template-parts/overlays/overlay
flatsome_before_sidebar_menu
flatsome_before_sidebar_menu_elements10
  1. flatsome_mobile_sidebar_top_content()
    wp-content/themes/flatsome/inc/structure/structure-sidebars.php:21
Parent Theme
flatsome_after_sidebar_menu_elements
flatsome_after_sidebar_menu
wp_print_footer_scripts0
  1. HCaptcha\Main->print_footer_scripts()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:689
Plugin: hcaptcha-for-forms-and-more
1
  1. Automattic\W\B\A\AssetDataRegistry->enqueue_asset_data()
    wp-content/plugins/woocommerce/src/Blocks/Assets/AssetDataRegistry.php:384
Plugin: woocommerce
2
  1. Automattic\W\B\B\MiniCart->print_lazy_load_scripts()
    wp-content/plugins/woocommerce/src/Blocks/BlockTypes/MiniCart.php:222
Plugin: woocommerce
5
  1. WC_Frontend_Scripts::localize_printed_scripts()
    wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php:640
Plugin: woocommerce
9
  1. HCaptcha\CF7\CF7->enqueue_scripts()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/CF7/CF7.php:271
Plugin: hcaptcha-for-forms-and-more
10
  1. _wp_footer_scripts()
    wp-includes/script-loader.php:2230
WordPress Core
seopress_custom_footer_tracking_html10
  1. seopress_google_analytics_footer_code()
    wp-content/plugins/wp-seopress/inc/functions/options-google-analytics.php:724
Plugin: wp-seopress
shutdown0
  1. WC_Cart_Session->maybe_set_cart_cookies()
    wp-content/plugins/woocommerce/includes/class-wc-cart-session.php:259
Plugin: woocommerce
0
  1. Rhubarb\RedisCache\Plugin->maybe_print_comment()
    wp-content/plugins/redis-cache/includes/class-plugin.php:1213
Plugin: redis-cache
1
  1. wp_ob_end_flush_all()
    wp-includes/functions.php:5424
WordPress Core
10
  1. Rhubarb\RedisCache\Metrics::record()
    wp-content/plugins/redis-cache/includes/class-metrics.php:131
Plugin: redis-cache
10
  1. Automattic\J\A\j\Shutdown_Handler->__invoke()
    wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-shutdown-handler.php:54
Plugin: woocommerce
10
  1. wc_webhook_execute_queue()
    wp-content/plugins/woocommerce/includes/wc-webhook-functions.php:16
Plugin: woocommerce
10
  1. WC_Post_Data::do_deferred_product_sync()
    wp-content/plugins/woocommerce/includes/class-wc-post-data.php:88
Plugin: woocommerce
10
  1. WC_Cache_Helper::delete_transients_on_shutdown()
    wp-content/plugins/woocommerce/includes/class-wc-cache-helper.php:97
Plugin: woocommerce
10
  1. Closure on line 85 of wp-content/plugins/woocommerce/src/Internal/BatchProcessing/BatchProcessingController.php
    wp-content/plugins/woocommerce/src/Internal/BatchProcessing/BatchProcessingController.php:85
Plugin: woocommerce
10
  1. MailPoet\Config\SubscriberChangesNotifier->notify()
    wp-content/plugins/mailpoet/lib/Config/SubscriberChangesNotifier.php:41
Plugin: mailpoet
10
  1. Astra_Sites_Error_Handler->stop_handler()
    wp-content/plugins/astra-sites/inc/classes/class-astra-sites-error-handler.php:60
Plugin: astra-sites
10
  1. yit_send_changes_to_db()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-fw/yit-woocommerce-compatibility.php:286
Plugin: yith-woocommerce-wishlist-premium
10
  1. AiBuilder\I\C\I\Ai_Builder_Error_Handler->stop_handler()
    wp-content/plugins/astra-sites/inc/lib/ai-builder/inc/classes/importer/class-ai-builder-error-handler.php:43
Plugin: astra-sites
10
  1. WC_Customer->save()
    wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php:225
Plugin: woocommerce
10
  1. ActionScheduler_QueueRunner->maybe_dispatch_async_request()
    wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_QueueRunner.php:106
Plugin: woocommerce
10
  1. YITH\PluginUpgrade\Licences->save_licences()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/licences.php:228
Plugin: yith-woocommerce-wishlist-premium
20
  1. wpcf7_cleanup_upload_files()
    wp-content/plugins/contact-form-7/includes/file.php:348
Plugin: contact-form-7
20
  1. wpcf7_cleanup_captcha_files()
    wp-content/plugins/contact-form-7/modules/really-simple-captcha.php:479
Plugin: contact-form-7
20
  1. Automattic\W\B\A\Api->update_script_data_cache()
    wp-content/plugins/woocommerce/src/Blocks/Assets/Api.php:177
Plugin: woocommerce
20
  1. WC_Session_Handler->save_data()
    wp-content/plugins/woocommerce/includes/class-wc-session-handler.php:368
Plugin: woocommerce
99999
  1. Nginx_Helper_Admin->add_timestamps()
    wp-content/plugins/nginx-helper/admin/class-nginx-helper-admin.php:455
Plugin: nginx-helper
9223372036854775807 (PHP_INT_MAX)
  1. SWCFPC_Cache_Controller->purge_cache_queue_start_cronjob()
    wp-content/plugins/wp-cloudflare-page-cache/libs/cache_controller.class.php:2507
Plugin: wp-cloudflare-page-cache

Languages

get_locale()

en_US

get_user_locale()

en_US

determine_locale()

en_US

get_language_attributes()

lang="en-US"

Text DomainTypeCallerTranslation FileSize
add-on-contact-form-7-mailpoetphp
  1. acfm_load_text_domain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/add-on-contact-form-7-mailpoet-en_US.l10n.phpNot Found
add-on-contact-form-7-mailpoetgettext
  1. acfm_load_text_domain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/add-on-contact-form-7-mailpoet-en_US.moNot Found
add-on-contact-form-7-mailpoetphp
  1. acfm_load_text_domain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/add-on-contact-form-7-mailpoet/languages/add-on-contact-form-7-mailpoet-en_US.l10n.phpNot Found
add-on-contact-form-7-mailpoetgettext
  1. acfm_load_text_domain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/add-on-contact-form-7-mailpoet/languages/add-on-contact-form-7-mailpoet-en_US.moNot Found
advanced-coupons-for-woocommercephp
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/languages/plugins/advanced-coupons-for-woocommerce-en_US.l10n.phpNot Found
advanced-coupons-for-woocommercegettext
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/languages/plugins/advanced-coupons-for-woocommerce-en_US.moNot Found
advanced-coupons-for-woocommercephp
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/plugins/advanced-coupons-for-woocommerce/languages/advanced-coupons-for-woocommerce-en_US.l10n.phpNot Found
advanced-coupons-for-woocommercegettext
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/plugins/advanced-coupons-for-woocommerce/languages/advanced-coupons-for-woocommerce-en_US.moNot Found
advanced-coupons-for-woocommerce-freephp
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/languages/plugins/advanced-coupons-for-woocommerce-free-en_US.l10n.phpNot Found
advanced-coupons-for-woocommerce-freegettext
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/languages/plugins/advanced-coupons-for-woocommerce-free-en_US.moNot Found
advanced-coupons-for-woocommerce-freephp
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/plugins/advanced-coupons-for-woocommerce-free/languages/advanced-coupons-for-woocommerce-free-en_US.l10n.phpNot Found
advanced-coupons-for-woocommerce-freegettext
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/plugins/advanced-coupons-for-woocommerce-free/languages/advanced-coupons-for-woocommerce-free-en_US.moNot Found
affiliatesphp
  1. affiliates_init()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/affiliates-en_US.l10n.phpNot Found
affiliatesgettext
  1. affiliates_init()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/affiliates-en_US.moNot Found
affiliatesphp
  1. affiliates_init()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/affiliates-pro/lib/core/languages/affiliates-en_US.l10n.phpNot Found
affiliatesgettext
  1. affiliates_init()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/affiliates-pro/lib/core/languages/affiliates-en_US.moNot Found
affiliatesphp
  1. affiliates_pro_init()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/affiliates-pro/lib/ext/languages/affiliates-en_US.l10n.phpNot Found
affiliatesgettext
  1. affiliates_pro_init()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/affiliates-pro/lib/ext/languages/affiliates-en_US.moNot Found
ast-block-templatesphp
  1. Gutenberg_Templates\Ast_Block_Plugin_Loader->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/ast-block-templates-en_US.l10n.phpNot Found
ast-block-templatesgettext
  1. Gutenberg_Templates\Ast_Block_Plugin_Loader->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/ast-block-templates-en_US.moNot Found
ast-block-templatesphp
  1. Gutenberg_Templates\Ast_Block_Plugin_Loader->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/pluginswp-content/plugins/astra-sites/inc/lib/gutenberg-templates/languages/ast-block-templates-en_US.l10n.phpNot Found
ast-block-templatesgettext
  1. Gutenberg_Templates\Ast_Block_Plugin_Loader->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/pluginswp-content/plugins/astra-sites/inc/lib/gutenberg-templates/languages/ast-block-templates-en_US.moNot Found
back-in-stock-notifier-for-woocommercephp
  1. CWG_Instock_Notifier->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/back-in-stock-notifier-for-woocommerce-en_US.l10n.phpNot Found
back-in-stock-notifier-for-woocommercegettext
  1. CWG_Instock_Notifier->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/back-in-stock-notifier-for-woocommerce-en_US.moNot Found
back-in-stock-notifier-for-woocommercephp
  1. CWG_Instock_Notifier->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/back-in-stock-notifier-for-woocommerce/languages/back-in-stock-notifier-for-woocommerce-en_US.l10n.phpNot Found
back-in-stock-notifier-for-woocommercegettext
  1. CWG_Instock_Notifier->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/back-in-stock-notifier-for-woocommerce/languages/back-in-stock-notifier-for-woocommerce-en_US.moNot Found
conditional-shipping-for-woocommercephp
  1. woo_conditional_shipping_load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/conditional-shipping-for-woocommerce-en_US.l10n.phpNot Found
conditional-shipping-for-woocommercegettext
  1. woo_conditional_shipping_load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/conditional-shipping-for-woocommerce-en_US.moNot Found
conditional-shipping-for-woocommercephp
  1. woo_conditional_shipping_load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/conditional-shipping-for-woocommerce/languages/conditional-shipping-for-woocommerce-en_US.l10n.phpNot Found
conditional-shipping-for-woocommercegettext
  1. woo_conditional_shipping_load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/conditional-shipping-for-woocommerce/languages/conditional-shipping-for-woocommerce-en_US.moNot Found
contact-form-7 (contact-form-7)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/contact-form-7-en_US-2d772f0a646c69d8e8cc2ec987ab22fc.jsonNot Found
contact-form-7 (contact-form-7)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
defaultphp
  1. load_textdomain()
    wp-includes/l10n.php:959
wp-content/languages/en_US.l10n.phpNot Found
defaultgettext
  1. load_textdomain()
    wp-includes/l10n.php:959
wp-content/languages/en_US.moNot Found
default (wp-a11y)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/en_US-320f4ad9792aaa6dedb1e71cbdf85d57.jsonNot Found
default (wp-a11y)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
default (wp-keycodes)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/en_US-a25d1cc7bf7ca0b4e114f6bea64943f4.jsonNot Found
default (wp-keycodes)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
default (wp-api-fetch)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/en_US-1bba9045bb07c89671c88a3f328548e8.jsonNot Found
default (wp-api-fetch)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
default (wp-rich-text)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/en_US-17179a5f2930647c89151e365f843b6e.jsonNot Found
default (wp-rich-text)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
default (wp-components)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/en_US-7f13c36c641b114bf18cd0bcc9ecc7e0.jsonNot Found
default (wp-components)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
duracelltomi-google-tag-managerphp
  1. gtm4wp_init()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/duracelltomi-google-tag-manager-en_US.l10n.phpNot Found
duracelltomi-google-tag-managergettext
  1. gtm4wp_init()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/duracelltomi-google-tag-manager-en_US.moNot Found
duracelltomi-google-tag-managerphp
  1. gtm4wp_init()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/duracelltomi-google-tag-manager/languages/duracelltomi-google-tag-manager-en_US.l10n.phpNot Found
duracelltomi-google-tag-managergettext
  1. gtm4wp_init()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/duracelltomi-google-tag-manager/languages/duracelltomi-google-tag-manager-en_US.moNot Found
flatsomephp
  1. flatsome_setup()
    wp-includes/class-wp-hook.php:324
wp-content/languages/themes/flatsome-en_US.l10n.phpNot Found
flatsomegettext
  1. flatsome_setup()
    wp-includes/class-wp-hook.php:324
wp-content/languages/themes/flatsome-en_US.moNot Found
flatsomephp
  1. flatsome_setup()
    wp-includes/class-wp-hook.php:324
wp-content/themes/flatsome-wip-child/languages/en_US.l10n.phpNot Found
flatsomegettext
  1. flatsome_setup()
    wp-includes/class-wp-hook.php:324
wp-content/themes/flatsome-wip-child/languages/en_US.moNot Found
flatsomephp
  1. flatsome_setup()
    wp-includes/class-wp-hook.php:324
wp-content/themes/flatsome/languages/en_US.l10n.php0.3 kB
hcaptcha-for-forms-and-morephp
  1. HCaptcha\Main->load_textdomain()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:162
wp-content/languages/plugins/hcaptcha-for-forms-and-more-en_US.l10n.phpNot Found
hcaptcha-for-forms-and-moregettext
  1. HCaptcha\Main->load_textdomain()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:162
wp-content/languages/plugins/hcaptcha-for-forms-and-more-en_US.moNot Found
hcaptcha-for-forms-and-morephp
  1. HCaptcha\Main->load_textdomain()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:162
wp-content/plugins/hcaptcha-for-forms-and-more/languages/hcaptcha-for-forms-and-more-en_US.l10n.phpNot Found
hcaptcha-for-forms-and-moregettext
  1. HCaptcha\Main->load_textdomain()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:162
wp-content/plugins/hcaptcha-for-forms-and-more/languages/hcaptcha-for-forms-and-more-en_US.moNot Found
link-wc-ordersphp
  1. WC_Registration_Order_Link->load_translation()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/link-wc-orders-en_US.l10n.phpNot Found
link-wc-ordersgettext
  1. WC_Registration_Order_Link->load_translation()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/link-wc-orders-en_US.moNot Found
link-wc-ordersphp
  1. WC_Registration_Order_Link->load_translation()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/autolink-orders-on-registration/i18n/languages/link-wc-orders-en_US.l10n.phpNot Found
link-wc-ordersgettext
  1. WC_Registration_Order_Link->load_translation()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/autolink-orders-on-registration/i18n/languages/link-wc-orders-en_US.moNot Found
mailpoetphp
  1. MailPoet\WP\Functions->loadTextdomain()
    wp-content/plugins/mailpoet/lib/Config/Localizer.php:28
wp-content/plugins/mailpoet/../../languages/plugins/mailpoet-en_US.l10n.phpNot Found
mailpoetgettext
  1. MailPoet\WP\Functions->loadTextdomain()
    wp-content/plugins/mailpoet/lib/Config/Localizer.php:28
wp-content/plugins/mailpoet/../../languages/plugins/mailpoet-en_US.moNot Found
mailpoet-premiumphp
  1. MailPoet\WP\Functions->loadTextdomain()
    wp-content/plugins/mailpoet-premium/lib/Config/Localizer.php:22
wp-content/plugins/mailpoet/../../languages/plugins/mailpoet-premium-en_US.l10n.phpNot Found
mailpoet-premiumgettext
  1. MailPoet\WP\Functions->loadTextdomain()
    wp-content/plugins/mailpoet-premium/lib/Config/Localizer.php:22
wp-content/plugins/mailpoet/../../languages/plugins/mailpoet-premium-en_US.moNot Found
nextend-facebook-connectphp
  1. NextendSocialLogin::plugins_loaded()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/nextend-facebook-connect-en_US.l10n.phpNot Found
nextend-facebook-connectgettext
  1. NextendSocialLogin::plugins_loaded()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/nextend-facebook-connect-en_US.moNot Found
nextend-facebook-connectphp
  1. NextendSocialLogin::plugins_loaded()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/nextend-facebook-connect/languages/nextend-facebook-connect-en_US.l10n.phpNot Found
nextend-facebook-connectgettext
  1. NextendSocialLogin::plugins_loaded()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/nextend-facebook-connect/languages/nextend-facebook-connect-en_US.moNot Found
nginx-helperphp
  1. Nginx_Helper_i18n->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/nginx-helper-en_US.l10n.phpNot Found
nginx-helpergettext
  1. Nginx_Helper_i18n->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/nginx-helper-en_US.moNot Found
nginx-helperphp
  1. Nginx_Helper_i18n->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/nginx-helper/languages/nginx-helper-en_US.l10n.phpNot Found
nginx-helpergettext
  1. Nginx_Helper_i18n->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/nginx-helper/languages/nginx-helper-en_US.moNot Found
pimwickphp
  1. PW_Copy_Coupon->plugins_loaded()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/pimwick-en_US.l10n.phpNot Found
pimwickgettext
  1. PW_Copy_Coupon->plugins_loaded()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/pimwick-en_US.moNot Found
pimwickphp
  1. PW_Copy_Coupon->plugins_loaded()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/pw-woocommerce-copy-coupon/languages/pimwick-en_US.l10n.phpNot Found
pimwickgettext
  1. PW_Copy_Coupon->plugins_loaded()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/pw-woocommerce-copy-coupon/languages/pimwick-en_US.moNot Found
plugin-update-checkerphp
  1. YahnisElsts\P\v\UpdateChecker->loadTextDomain()
    wp-content/plugins/scalability-pro/plugin-update-checker/Puc/v5p4/UpdateChecker.php:118
wp-content/plugins/scalability-pro/plugin-update-checker/languages/plugin-update-checker-en_US.l10n.phpNot Found
plugin-update-checkergettext
  1. YahnisElsts\P\v\UpdateChecker->loadTextDomain()
    wp-content/plugins/scalability-pro/plugin-update-checker/Puc/v5p4/UpdateChecker.php:118
wp-content/plugins/scalability-pro/plugin-update-checker/languages/plugin-update-checker-en_US.moNot Found
shipworks-connectorphp
  1. shipworks_connector_load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/shipworks-connector-en_US.l10n.phpNot Found
shipworks-connectorgettext
  1. shipworks_connector_load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/shipworks-connector-en_US.moNot Found
shipworks-connectorphp
  1. shipworks_connector_load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/shipworks-e-commerce-bridge/languages/shipworks-connector-en_US.l10n.phpNot Found
shipworks-connectorgettext
  1. shipworks_connector_load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/shipworks-e-commerce-bridge/languages/shipworks-connector-en_US.moNot Found
skeletphp
  1. SKELET::textdomain()
    wp-content/plugins/disable-xml-rpc-api/lib/skelet/classes/setup.class.php:68
wp-content/plugins/disable-xml-rpc-api/lib/skelet/languages/en_US.l10n.phpNot Found
skeletgettext
  1. SKELET::textdomain()
    wp-content/plugins/disable-xml-rpc-api/lib/skelet/classes/setup.class.php:68
wp-content/plugins/disable-xml-rpc-api/lib/skelet/languages/en_US.moNot Found
st-importphp
  1. STImporter\ST_Importer_Loader->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/st-import-en_US.l10n.phpNot Found
st-importgettext
  1. STImporter\ST_Importer_Loader->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/st-import-en_US.moNot Found
st-importphp
  1. STImporter\ST_Importer_Loader->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/pluginswp-content/plugins/astra-sites/inc/lib/starter-templates-importer/languages/st-import-en_US.l10n.phpNot Found
st-importgettext
  1. STImporter\ST_Importer_Loader->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/pluginswp-content/plugins/astra-sites/inc/lib/starter-templates-importer/languages/st-import-en_US.moNot Found
tgmpaphp
  1. TGM_Plugin_Activation->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/tgmpa-en_US.l10n.phpNot Found
tgmpagettext
  1. TGM_Plugin_Activation->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/tgmpa-en_US.moNot Found
tgmpaphp
  1. TGM_Plugin_Activation->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/themes/flatsome/inc/classes/languages/en_US.l10n.phpNot Found
tgmpagettext
  1. TGM_Plugin_Activation->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/themes/flatsome/inc/classes/languages/en_US.moNot Found
transients-managerphp
  1. AM\TransientsManager\TransientsManager->text_domain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/transients-manager-en_US.l10n.phpNot Found
transients-managergettext
  1. AM\TransientsManager\TransientsManager->text_domain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/transients-manager-en_US.moNot Found
transients-managerphp
  1. AM\TransientsManager\TransientsManager->text_domain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/transients-manager-en_US.l10n.phpNot Found
transients-managergettext
  1. AM\TransientsManager\TransientsManager->text_domain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/transients-manager-en_US.moNot Found
wc-search-orders-by-productphp
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/languages/plugins/wc-search-orders-by-product-en_US.l10n.phpNot Found
wc-search-orders-by-productgettext
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/languages/plugins/wc-search-orders-by-product-en_US.moNot Found
wc-search-orders-by-productphp
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/plugins/wc-search-orders-by-product/languages/wc-search-orders-by-product-en_US.l10n.phpNot Found
wc-search-orders-by-productgettext
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/plugins/wc-search-orders-by-product/languages/wc-search-orders-by-product-en_US.mo0.7 kB
wc-search-orders-by-productphp
  1. WC_Search_Orders_By_Product->load_plugin_textdomain()
    wp-content/plugins/wc-search-orders-by-product/includes/class-wc-search-orders-by-product.php:124
wp-content/languages/wc-search-orders-by-product/wc-search-orders-by-product-en_US.l10n.phpNot Found
wc-search-orders-by-productgettext
  1. WC_Search_Orders_By_Product->load_plugin_textdomain()
    wp-content/plugins/wc-search-orders-by-product/includes/class-wc-search-orders-by-product.php:124
wp-content/languages/wc-search-orders-by-product/wc-search-orders-by-product-en_US.moNot Found
woo-advanced-shipment-trackingphp
  1. Zorem_Woocommerce_Advanced_Shipment_Tracking->wst_load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/woo-advanced-shipment-tracking-en_US.l10n.phpNot Found
woo-advanced-shipment-trackinggettext
  1. Zorem_Woocommerce_Advanced_Shipment_Tracking->wst_load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/woo-advanced-shipment-tracking-en_US.moNot Found
woo-advanced-shipment-trackingphp
  1. Zorem_Woocommerce_Advanced_Shipment_Tracking->wst_load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/woo-advanced-shipment-tracking/lang/woo-advanced-shipment-tracking-en_US.l10n.phpNot Found
woo-advanced-shipment-trackinggettext
  1. Zorem_Woocommerce_Advanced_Shipment_Tracking->wst_load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/woo-advanced-shipment-tracking/lang/woo-advanced-shipment-tracking-en_US.moNot Found
woo-alignphp
  1. Woo_Align_i18n->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/woo-align-en_US.l10n.phpNot Found
woo-aligngettext
  1. Woo_Align_i18n->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/woo-align-en_US.moNot Found
woo-alignphp
  1. Woo_Align_i18n->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/woo-align-buttons/languages/woo-align-en_US.l10n.phpNot Found
woo-aligngettext
  1. Woo_Align_i18n->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/woo-align-buttons/languages/woo-align-en_US.moNot Found
woo-product-filterphp
  1. FrameWpf->connectLang()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/woo-product-filter-en_US.l10n.phpNot Found
woo-product-filtergettext
  1. FrameWpf->connectLang()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/woo-product-filter-en_US.moNot Found
woo-product-filterphp
  1. FrameWpf->connectLang()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/woo-product-filter/languages/woo-product-filter-en_US.l10n.phpNot Found
woo-product-filtergettext
  1. FrameWpf->connectLang()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/woo-product-filter/languages/woo-product-filter-en_US.moNot Found
woocommercephp
  1. WooCommerce->load_plugin_textdomain()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:830
wp-content/languages/woocommerce/woocommerce-en_US.l10n.phpNot Found
woocommercegettext
  1. WooCommerce->load_plugin_textdomain()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:830
wp-content/languages/woocommerce/woocommerce-en_US.moNot Found
woocommercephp
  1. WooCommerce->load_plugin_textdomain()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:830
wp-content/languages/plugins/woocommerce-en_US.l10n.phpNot Found
woocommercegettext
  1. WooCommerce->load_plugin_textdomain()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:830
wp-content/languages/plugins/woocommerce-en_US.moNot Found
woocommercephp
  1. WooCommerce->load_plugin_textdomain()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:830
wp-content/plugins/woocommerce/i18n/languages/woocommerce-en_US.l10n.phpNot Found
woocommercegettext
  1. WooCommerce->load_plugin_textdomain()
    wp-content/plugins/woocommerce/includes/class-woocommerce.php:830
wp-content/plugins/woocommerce/i18n/languages/woocommerce-en_US.moNot Found
woocommerce (wc-blocks-all-products-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-all-products-chunk.jsonNot Found
woocommerce (wc-blocks-all-products-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-80b8c3927dd55611294f2ed06b21d04f.jsonNot Found
woocommerce (wc-blocks-all-products-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-80b8c3927dd55611294f2ed06b21d04f.jsonNot Found
woocommerce (wc-blocks-all-products-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-coming-soon-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-coming-soon-chunk.jsonNot Found
woocommerce (wc-blocks-coming-soon-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-471a3ad765cae270d0a25210d8a53ab8.jsonNot Found
woocommerce (wc-blocks-coming-soon-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-471a3ad765cae270d0a25210d8a53ab8.jsonNot Found
woocommerce (wc-blocks-coming-soon-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-product-summary-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-product-summary-chunk.jsonNot Found
woocommerce (wc-blocks-product-summary-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-9ea6effa3bb32821f8c8c1893f375b04.jsonNot Found
woocommerce (wc-blocks-product-summary-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-9ea6effa3bb32821f8c8c1893f375b04.jsonNot Found
woocommerce (wc-blocks-product-summary-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-product-title-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-product-title-chunk.jsonNot Found
woocommerce (wc-blocks-product-title-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-dde2eb4213df7402c6b9c2a775865dc0.jsonNot Found
woocommerce (wc-blocks-product-title-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-dde2eb4213df7402c6b9c2a775865dc0.jsonNot Found
woocommerce (wc-blocks-product-title-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-express-payment-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-express-payment-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-express-payment-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-f6f2ab2f9575c0b26b1cae84f61a9800.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-express-payment-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-f6f2ab2f9575c0b26b1cae84f61a9800.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-express-payment-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-cross-sells-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-dbb8d8ea3aeefc1cf229b47ddf91f861.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-dbb8d8ea3aeefc1cf229b47ddf91f861.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/empty-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/empty-cart-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/empty-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-95ae908bfe04f7832b3517b29c44259f.jsonNot Found
woocommerce (wc-blocks-cart-blocks/empty-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-95ae908bfe04f7832b3517b29c44259f.jsonNot Found
woocommerce (wc-blocks-cart-blocks/empty-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-items-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-b429a96ddcf096b1edb6b338db80fd9b.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-b429a96ddcf096b1edb6b338db80fd9b.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-coupon-form-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-coupon-form-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-coupon-form-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-f4a060edd307f63edea68c4995329dc6.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-coupon-form-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-f4a060edd307f63edea68c4995329dc6.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-coupon-form-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/empty-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/empty-cart-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/empty-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-7de0493407430044d0bc6924242f07e9.jsonNot Found
woocommerce (wc-blocks-cart-blocks/empty-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-7de0493407430044d0bc6924242f07e9.jsonNot Found
woocommerce (wc-blocks-cart-blocks/empty-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-totals-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-totals-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-totals-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-b26831e3acc6202d6b817322c3ded8c5.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-totals-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-b26831e3acc6202d6b817322c3ded8c5.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-totals-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-subtotal-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-subtotal-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-subtotal-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-c12490e46d1d2422f5fa8a785022b721.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-subtotal-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-c12490e46d1d2422f5fa8a785022b721.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-subtotal-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-shipping-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-shipping-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-shipping-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-64a6f1e5301cb5a60ed66105cff1fb9d.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-shipping-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-64a6f1e5301cb5a60ed66105cff1fb9d.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-shipping-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-totals-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-totals-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-totals-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-df8e293c0ccd07c70050c5be1b821ff5.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-totals-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-df8e293c0ccd07c70050c5be1b821ff5.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-totals-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/proceed-to-checkout-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/proceed-to-checkout-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/proceed-to-checkout-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-319f63b6d11179df948f1e1c4039f238.jsonNot Found
woocommerce (wc-blocks-cart-blocks/proceed-to-checkout-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-319f63b6d11179df948f1e1c4039f238.jsonNot Found
woocommerce (wc-blocks-cart-blocks/proceed-to-checkout-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-accepted-payment-methods-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-accepted-payment-methods-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-accepted-payment-methods-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-eaf93d85c27fc494e26eb953b48558b2.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-accepted-payment-methods-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-eaf93d85c27fc494e26eb953b48558b2.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-accepted-payment-methods-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-fee-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-fee-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-fee-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-51f3c4628361609c1c6c981dd93af67f.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-fee-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-51f3c4628361609c1c6c981dd93af67f.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-fee-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-taxes-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-taxes-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-taxes-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-4671ca50502ba1378fd2ef3259299feb.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-taxes-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-4671ca50502ba1378fd2ef3259299feb.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-taxes-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-order-summary-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-order-summary-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-order-summary-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-eef3328a151d4a4451db0ddcf20470e0.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-order-summary-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-eef3328a151d4a4451db0ddcf20470e0.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-order-summary-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/filled-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/filled-cart-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/filled-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-a31b675c53ba484d260c5279497be023.jsonNot Found
woocommerce (wc-blocks-cart-blocks/filled-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-a31b675c53ba484d260c5279497be023.jsonNot Found
woocommerce (wc-blocks-cart-blocks/filled-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-totals-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-totals-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-totals-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-cca00325e0ee3c8f676e4caa0dda43e5.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-totals-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-cca00325e0ee3c8f676e4caa0dda43e5.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-totals-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-discount-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-discount-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-discount-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-339b2b1422ef6dee9d198d23a3c944c2.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-discount-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-339b2b1422ef6dee9d198d23a3c944c2.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-discount-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-items-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-15ff8aaccdcf91e75bedc204ed85ade4.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-15ff8aaccdcf91e75bedc204ed85ade4.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-line-items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-line-items-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-line-items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-570aa971d82b8a56aa007f1e864044f7.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-line-items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-570aa971d82b8a56aa007f1e864044f7.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-line-items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-heading-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-heading-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-heading-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-4af982bf749b69f729f23ce8e76511b6.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-heading-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-4af982bf749b69f729f23ce8e76511b6.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-heading-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-shipping-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-shipping-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-shipping-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-979eccd8457a4039b8540a406c520d9f.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-shipping-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-979eccd8457a4039b8540a406c520d9f.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-shipping-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-fee-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-fee-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-fee-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-0c284d96dc9046773613c430a6a740e7.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-fee-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-0c284d96dc9046773613c430a6a740e7.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-fee-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-accepted-payment-methods-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-accepted-payment-methods-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-accepted-payment-methods-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-22f6f66b3f9c096427bf98596e42b67d.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-accepted-payment-methods-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-22f6f66b3f9c096427bf98596e42b67d.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-accepted-payment-methods-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-coupon-form-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-coupon-form-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-coupon-form-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-6c6706e453312a3e979622f6c57a3b4b.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-coupon-form-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-6c6706e453312a3e979622f6c57a3b4b.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-coupon-form-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-cross-sells-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-7c010b20471238643deb6f0a3aa065a2.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-7c010b20471238643deb6f0a3aa065a2.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-heading-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-heading-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-heading-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-df3e60aed9b533efce4d8107618e3c54.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-heading-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-df3e60aed9b533efce4d8107618e3c54.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-heading-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-products-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-cross-sells-products-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-products-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-fe8a75c3c92075e44f2e1b6aa2ffc1e1.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-products-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-fe8a75c3c92075e44f2e1b6aa2ffc1e1.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-products-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-products-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-cross-sells-products-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-products-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-d83af5a87c66bc48a30691a433599f14.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-products-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-d83af5a87c66bc48a30691a433599f14.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-cross-sells-products-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-order-summary-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-order-summary-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-order-summary-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-efac122b85aece1511fdc674fcca7597.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-order-summary-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-efac122b85aece1511fdc674fcca7597.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-order-summary-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/proceed-to-checkout-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/proceed-to-checkout-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/proceed-to-checkout-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-1edec037ebc471a367c7c6be3203fc07.jsonNot Found
woocommerce (wc-blocks-cart-blocks/proceed-to-checkout-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-1edec037ebc471a367c7c6be3203fc07.jsonNot Found
woocommerce (wc-blocks-cart-blocks/proceed-to-checkout-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-totals-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-totals-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-totals-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-f66a2b40cb1f3f1848d2194b8d2552f3.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-totals-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-f66a2b40cb1f3f1848d2194b8d2552f3.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-totals-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-subtotal-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-subtotal-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-subtotal-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-7afae121dbf85421be26e2d294380a62.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-subtotal-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-7afae121dbf85421be26e2d294380a62.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-subtotal-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-taxes-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-taxes-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-taxes-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-422e1822ba84cdf92b0c1c50dbc00fc0.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-taxes-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-422e1822ba84cdf92b0c1c50dbc00fc0.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-taxes-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-discount-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/order-summary-discount-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-discount-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-de792fc28b62f81344a36979bc2db729.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-discount-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-de792fc28b62f81344a36979bc2db729.jsonNot Found
woocommerce (wc-blocks-cart-blocks/order-summary-discount-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/filled-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/filled-cart-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/filled-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-67c19ed496587dc1ca489e6e36ba3578.jsonNot Found
woocommerce (wc-blocks-cart-blocks/filled-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-67c19ed496587dc1ca489e6e36ba3578.jsonNot Found
woocommerce (wc-blocks-cart-blocks/filled-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-express-payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-express-payment-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-express-payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-f42531de227381a503677dd6aff6a0be.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-express-payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-f42531de227381a503677dd6aff6a0be.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-express-payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-line-items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-line-items-style-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-line-items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-e22cadc8936ff88a3209264afd645fa1.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-line-items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-e22cadc8936ff88a3209264afd645fa1.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-line-items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-method-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/shipping-method-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-method-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-3e376ec0adac031d29baa7e1204b6860.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-method-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-3e376ec0adac031d29baa7e1204b6860.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-method-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/pickup-options-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/pickup-options-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/pickup-options-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-230b32fdfdbe94deeacbbebbf0f18f12.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/pickup-options-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-230b32fdfdbe94deeacbbebbf0f18f12.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/pickup-options-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/express-payment-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/express-payment-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/express-payment-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-b36b4845947bd871bdf6cfbec2e8fa90.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/express-payment-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-b36b4845947bd871bdf6cfbec2e8fa90.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/express-payment-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/actions-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/actions-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/actions-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-8034439fa83c54abd800b11cfd0a5e5c.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/actions-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-8034439fa83c54abd800b11cfd0a5e5c.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/actions-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-coupon-form-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-coupon-form-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-coupon-form-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-99f3f5a9c3b854749a3e6a3a02a1ab9b.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-coupon-form-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-99f3f5a9c3b854749a3e6a3a02a1ab9b.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-coupon-form-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/actions-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/actions-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/actions-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-ea266705e57d8f22ce87a973e63973c4.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/actions-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-ea266705e57d8f22ce87a973e63973c4.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/actions-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-subtotal-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-subtotal-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-subtotal-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-ad432047d72714380e33dc365cf6b8fe.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-subtotal-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-ad432047d72714380e33dc365cf6b8fe.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-subtotal-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-cart-items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-cart-items-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-cart-items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-5abb64987adac7aeb86e22fde57a6e34.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-cart-items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-5abb64987adac7aeb86e22fde57a6e34.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-cart-items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/billing-address-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/billing-address-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/billing-address-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-2b22e43bdaf38460334ffdccfddb3e28.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/billing-address-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-2b22e43bdaf38460334ffdccfddb3e28.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/billing-address-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-cart-items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-cart-items-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-cart-items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-4de831e496714cff4f81219c87f7ba5f.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-cart-items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-4de831e496714cff4f81219c87f7ba5f.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-cart-items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-shipping-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-shipping-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-shipping-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-fabda6b5672171db3d20defc3605c5a8.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-shipping-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-fabda6b5672171db3d20defc3605c5a8.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-shipping-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-069b582ec1c2d638ffa35a6b5eabd9f1.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-069b582ec1c2d638ffa35a6b5eabd9f1.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/billing-address-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/billing-address-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/billing-address-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-325d05a45405811cc4e3bc3480e1273a.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/billing-address-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-325d05a45405811cc4e3bc3480e1273a.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/billing-address-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/pickup-options-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/pickup-options-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/pickup-options-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-77210a6df64bbebe2414a649842dcb52.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/pickup-options-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-77210a6df64bbebe2414a649842dcb52.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/pickup-options-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-address-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/shipping-address-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-address-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-9f0ea516940b0b3335f207678aac326e.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-address-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-9f0ea516940b0b3335f207678aac326e.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-address-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-fee-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-fee-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-fee-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-b61791ac04befc2db717032d2b11bce8.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-fee-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-b61791ac04befc2db717032d2b11bce8.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-fee-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-taxes-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-taxes-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-taxes-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-3ff4eb0a07db62aa62132ed972e818e6.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-taxes-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-3ff4eb0a07db62aa62132ed972e818e6.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-taxes-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-method-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/shipping-method-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-method-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-46e8ea73a88e6e64e68acaec2c92bcca.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-method-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-46e8ea73a88e6e64e68acaec2c92bcca.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-method-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-discount-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-discount-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-discount-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-31e2df785d1a889394a416ba24d08a21.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-discount-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-31e2df785d1a889394a416ba24d08a21.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-discount-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/terms-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/terms-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/terms-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-96385beb4b4f37e93a4444cb9e8803bf.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/terms-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-96385beb4b4f37e93a4444cb9e8803bf.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/terms-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/totals-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/totals-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/totals-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-0c8c8ff395e7b699f12c6d7b6b15857b.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/totals-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-0c8c8ff395e7b699f12c6d7b6b15857b.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/totals-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/payment-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-31f155bff663a5e2e6814d812cb59a41.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-31f155bff663a5e2e6814d812cb59a41.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/fields-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/fields-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/fields-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-5d5623f50c74a7f52271ac233ab2f6bf.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/fields-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-5d5623f50c74a7f52271ac233ab2f6bf.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/fields-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-shipping-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-shipping-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-shipping-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-d2c83f9938e1b6ba076e696c7a96d23f.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-shipping-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-d2c83f9938e1b6ba076e696c7a96d23f.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-shipping-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-methods-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/shipping-methods-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-methods-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-15a008f9d686fcc31f8006949bb3da16.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-methods-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-15a008f9d686fcc31f8006949bb3da16.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-methods-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-fee-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-fee-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-fee-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-caa58c1c162f958ccbd79b860fcc1326.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-fee-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-caa58c1c162f958ccbd79b860fcc1326.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-fee-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/contact-information-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/contact-information-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/contact-information-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-64a77239dfb2b1729c26a1a7c25245fc.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/contact-information-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-64a77239dfb2b1729c26a1a7c25245fc.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/contact-information-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-coupon-form-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-coupon-form-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-coupon-form-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-4002c1dbde35da4f448db522895e4f64.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-coupon-form-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-4002c1dbde35da4f448db522895e4f64.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-coupon-form-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-1ff552fbfadf5ca30de94d0fb788108d.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-1ff552fbfadf5ca30de94d0fb788108d.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/contact-information-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/contact-information-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/contact-information-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-300a9bbfa15ee1cf558675d4527a387e.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/contact-information-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-300a9bbfa15ee1cf558675d4527a387e.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/contact-information-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-address-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/shipping-address-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-address-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-1e8f6f6ede5a584a72185327b86666f2.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-address-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-1e8f6f6ede5a584a72185327b86666f2.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-address-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/express-payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/express-payment-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/express-payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-c193f876bac37e24fe4eed2e9a36d47b.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/express-payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-c193f876bac37e24fe4eed2e9a36d47b.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/express-payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-subtotal-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-subtotal-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-subtotal-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-ee53e2fcdf24db63921edff9cd9638f6.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-subtotal-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-ee53e2fcdf24db63921edff9cd9638f6.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-subtotal-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-note-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-note-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-note-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-f45b37583ed5b476c3f3d2a32f4de395.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-note-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-f45b37583ed5b476c3f3d2a32f4de395.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-note-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-taxes-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-taxes-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-taxes-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-d81cedba7d92332c524248b1556ceac4.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-taxes-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-d81cedba7d92332c524248b1556ceac4.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-taxes-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/totals-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/totals-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/totals-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-a6747e83e1d5a60c49dcb00d77fd22dc.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/totals-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-a6747e83e1d5a60c49dcb00d77fd22dc.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/totals-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/additional-information-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/additional-information-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/additional-information-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-3eb1b9d6b8f7d2a59005ecc2cf46492f.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/additional-information-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-3eb1b9d6b8f7d2a59005ecc2cf46492f.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/additional-information-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-discount-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/order-summary-discount-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-discount-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-9b6e2715278afba64647b1cd2f22719f.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-discount-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-9b6e2715278afba64647b1cd2f22719f.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/order-summary-discount-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/fields-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/fields-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/fields-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-879d9567ab8f5fab82882a19120d7774.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/fields-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-879d9567ab8f5fab82882a19120d7774.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/fields-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/terms-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/terms-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/terms-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-8ee8d726d9784374d27612e060ad197e.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/terms-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-8ee8d726d9784374d27612e060ad197e.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/terms-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-methods-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/shipping-methods-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-methods-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-23c60b96fc568e2138df932406eecb59.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-methods-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-23c60b96fc568e2138df932406eecb59.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/shipping-methods-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/additional-information-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/additional-information-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/additional-information-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-52f3d79aa6bce5d1de6d62f0455f83d3.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/additional-information-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-52f3d79aa6bce5d1de6d62f0455f83d3.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/additional-information-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout-blocks/payment-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout-blocks/payment-style-chunk.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/payment-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-dff6f0d43883fcefaad8c8ff543dc118.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/payment-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-dff6f0d43883fcefaad8c8ff543dc118.jsonNot Found
woocommerce (wc-blocks-checkout-blocks/payment-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-express-payment--checkout-blocks/express-payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-express-payment--checkout-blocks/express-payment-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-express-payment--checkout-blocks/express-payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-b56f99844551789fe9419e9135fdbc53.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-express-payment--checkout-blocks/express-payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-b56f99844551789fe9419e9135fdbc53.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-express-payment--checkout-blocks/express-payment-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/footer-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/footer-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/footer-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-61879217cb86dca73d402b4a6834bf23.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/footer-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-61879217cb86dca73d402b4a6834bf23.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/footer-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/checkout-button-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/checkout-button-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/checkout-button-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-7861389540ce30157e63c9452aca49b5.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/checkout-button-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-7861389540ce30157e63c9452aca49b5.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/checkout-button-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-items-counter-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/title-items-counter-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-items-counter-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-58a9ad52bee4a41c0b13e43941cc627e.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-items-counter-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-58a9ad52bee4a41c0b13e43941cc627e.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-items-counter-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-label-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/title-label-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-label-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-f270a6b21bb6983ab88733006933d442.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-label-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-f270a6b21bb6983ab88733006933d442.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-label-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/empty-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/empty-cart-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/empty-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-f448234db479284da2ffe48508ab9bf4.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/empty-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-f448234db479284da2ffe48508ab9bf4.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/empty-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/footer-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/footer-style-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/footer-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-05193a92b2d1838b5259ccc41e459d78.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/footer-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-05193a92b2d1838b5259ccc41e459d78.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/footer-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-items-counter-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/title-items-counter-style-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-items-counter-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-3689e3982a54d5dbb8c20c49e9cf24fa.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-items-counter-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-3689e3982a54d5dbb8c20c49e9cf24fa.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-items-counter-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/empty-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/empty-cart-style-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/empty-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-df5a07dd635690007d1f8430e6dca7d8.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/empty-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-df5a07dd635690007d1f8430e6dca7d8.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/empty-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/cart-button-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/cart-button-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/cart-button-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-5914770a01730d9ad61a73952929876b.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/cart-button-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-5914770a01730d9ad61a73952929876b.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/cart-button-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/title-style-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-03d59a391e3fa87860de5bc40e402251.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-03d59a391e3fa87860de5bc40e402251.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/items-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-cec410daca378639b9b93072fbed0e1a.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-cec410daca378639b9b93072fbed0e1a.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/items-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/shopping-button-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/shopping-button-style-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/shopping-button-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-633aee34d39fee3834be44bfbee9168a.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/shopping-button-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-633aee34d39fee3834be44bfbee9168a.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/shopping-button-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/filled-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/filled-cart-style-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/filled-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-62717f48550ae0a30e256f9679630d6c.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/filled-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-62717f48550ae0a30e256f9679630d6c.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/filled-cart-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/cart-button-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/cart-button-style-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/cart-button-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-e80c59b89099a9f5980e432d234393cc.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/cart-button-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-e80c59b89099a9f5980e432d234393cc.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/cart-button-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/products-table-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/products-table-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/products-table-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-304e3c435543cc1df827ba1c047a0a30.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/products-table-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-304e3c435543cc1df827ba1c047a0a30.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/products-table-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/items-style-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-9577a70306fdb5ccf48e42bf81cdabbf.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-9577a70306fdb5ccf48e42bf81cdabbf.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/items-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/shopping-button-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/shopping-button-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/shopping-button-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-897b981d0b3552c9eab81355b430d1df.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/shopping-button-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-897b981d0b3552c9eab81355b430d1df.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/shopping-button-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/title-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-29b0e56355106637676f77f1355b72db.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-29b0e56355106637676f77f1355b72db.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/filled-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/filled-cart-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/filled-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-0e70756143978ade6043745efd96e311.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/filled-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-0e70756143978ade6043745efd96e311.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/filled-cart-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-label-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/title-label-style-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-label-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-48dcaac667c3279cc3cd6391838fe5bd.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-label-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-48dcaac667c3279cc3cd6391838fe5bd.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/title-label-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-mini-cart-contents-block/checkout-button-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-mini-cart-contents-block/checkout-button-style-chunk.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/checkout-button-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-5889c0467619c77c3c378553578d4ed0.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/checkout-button-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-5889c0467619c77c3c378553578d4ed0.jsonNot Found
woocommerce (wc-blocks-mini-cart-contents-block/checkout-button-style-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-cart-blocks/cart-line-items--mini-cart-contents-block/products-table-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-cart-blocks/cart-line-items--mini-cart-contents-block/products-table-frontend-chunk.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-line-items--mini-cart-contents-block/products-table-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-3be8f6f92360844eeeed72f55faa3fce.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-line-items--mini-cart-contents-block/products-table-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-3be8f6f92360844eeeed72f55faa3fce.jsonNot Found
woocommerce (wc-blocks-cart-blocks/cart-line-items--mini-cart-contents-block/products-table-frontend-chunk)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-cart-checkout-base)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-cart-checkout-base.jsonNot Found
woocommerce (wc-cart-checkout-base)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-641fd4df4e377ec54b0d9354f920fbb3.jsonNot Found
woocommerce (wc-cart-checkout-base)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-641fd4df4e377ec54b0d9354f920fbb3.jsonNot Found
woocommerce (wc-cart-checkout-base)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-cart-checkout-vendors)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-cart-checkout-vendors.jsonNot Found
woocommerce (wc-cart-checkout-vendors)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-7b25059a902fb5b39705a6e45126f85c.jsonNot Found
woocommerce (wc-cart-checkout-vendors)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-7b25059a902fb5b39705a6e45126f85c.jsonNot Found
woocommerce (wc-cart-checkout-vendors)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-settings)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-settings.jsonNot Found
woocommerce (wc-settings)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-97e04ffcc7ebf99f34ef9d2cf84c93b2.jsonNot Found
woocommerce (wc-settings)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-97e04ffcc7ebf99f34ef9d2cf84c93b2.jsonNot Found
woocommerce (wc-settings)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-data-store)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-data-store.jsonNot Found
woocommerce (wc-blocks-data-store)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-222ba99c0ab9979a199b79f82f1a52f9.jsonNot Found
woocommerce (wc-blocks-data-store)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-222ba99c0ab9979a199b79f82f1a52f9.jsonNot Found
woocommerce (wc-blocks-data-store)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-components)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-components.jsonNot Found
woocommerce (wc-blocks-components)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-3aecacacdee83a6113d86e30101caf86.jsonNot Found
woocommerce (wc-blocks-components)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-3aecacacdee83a6113d86e30101caf86.jsonNot Found
woocommerce (wc-blocks-components)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce (wc-blocks-checkout)jed
  1. load_script_translations()
    wp-includes/l10n.php:1175
wp-content/plugins/woocommerce/languages/woocommerce-en_US-wc-blocks-checkout.jsonNot Found
woocommerce (wc-blocks-checkout)jed
  1. load_script_translations()
    wp-includes/l10n.php:1264
wp-content/plugins/woocommerce/languages/woocommerce-en_US-54f2428b1c6ee4caf70cafa1ba61b54f.jsonNot Found
woocommerce (wc-blocks-checkout)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/woocommerce-en_US-54f2428b1c6ee4caf70cafa1ba61b54f.jsonNot Found
woocommerce (wc-blocks-checkout)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
woocommerce-google-analytics-integrationphp
  1. WC_Google_Analytics_Integration->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/woocommerce-google-analytics-integration/woocommerce-google-analytics-integration-en_US.l10n.phpNot Found
woocommerce-google-analytics-integrationgettext
  1. WC_Google_Analytics_Integration->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/woocommerce-google-analytics-integration/woocommerce-google-analytics-integration-en_US.moNot Found
woocommerce-google-analytics-integrationphp
  1. WC_Google_Analytics_Integration->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/woocommerce-google-analytics-integration-en_US.l10n.phpNot Found
woocommerce-google-analytics-integrationgettext
  1. WC_Google_Analytics_Integration->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/woocommerce-google-analytics-integration-en_US.moNot Found
woocommerce-google-analytics-integrationphp
  1. WC_Google_Analytics_Integration->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/woocommerce-google-analytics-integration/languages/woocommerce-google-analytics-integration-en_US.l10n.phpNot Found
woocommerce-google-analytics-integrationgettext
  1. WC_Google_Analytics_Integration->load_plugin_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/woocommerce-google-analytics-integration/languages/woocommerce-google-analytics-integration-en_US.moNot Found
woocommerce-max-quantityphp
  1. PTWooPlugins\MaxQuantityWC\init()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/woocommerce-max-quantity-en_US.l10n.phpNot Found
woocommerce-max-quantitygettext
  1. PTWooPlugins\MaxQuantityWC\init()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/woocommerce-max-quantity-en_US.moNot Found
woocommerce-max-quantityphp
  1. PTWooPlugins\MaxQuantityWC\init()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/woocommerce-max-quantity-en_US.l10n.phpNot Found
woocommerce-max-quantitygettext
  1. PTWooPlugins\MaxQuantityWC\init()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/woocommerce-max-quantity-en_US.moNot Found
woocommerce-paypal-paymentsphp
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/languages/plugins/woocommerce-paypal-payments-en_US.l10n.phpNot Found
woocommerce-paypal-paymentsgettext
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/languages/plugins/woocommerce-paypal-payments-en_US.moNot Found
woocommerce-paypal-paymentsphp
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/plugins/woocommerce-paypal-payments/woocommerce-paypal-payments-en_US.l10n.phpNot Found
woocommerce-paypal-paymentsgettext
  1. _get_plugin_data_markup_translate()
    wp-admin/includes/plugin.php:114
wp-content/plugins/woocommerce-paypal-payments/woocommerce-paypal-payments-en_US.moNot Found
woocommerce-products-per-pagephp
  1. Woocommerce_Products_Per_Page->load_textdomain()
    wp-content/plugins/woocommerce-products-per-page/woocommerce-products-per-page.php:138
wp-content/languages/woocommerce-products-per-page/woocommerce-products-per-page-en_US.l10n.phpNot Found
woocommerce-products-per-pagegettext
  1. Woocommerce_Products_Per_Page->load_textdomain()
    wp-content/plugins/woocommerce-products-per-page/woocommerce-products-per-page.php:138
wp-content/languages/woocommerce-products-per-page/woocommerce-products-per-page-en_US.moNot Found
woocommerce-products-per-pagephp
  1. Woocommerce_Products_Per_Page->load_textdomain()
    wp-content/plugins/woocommerce-products-per-page/woocommerce-products-per-page.php:138
wp-content/languages/plugins/woocommerce-products-per-page-en_US.l10n.phpNot Found
woocommerce-products-per-pagegettext
  1. Woocommerce_Products_Per_Page->load_textdomain()
    wp-content/plugins/woocommerce-products-per-page/woocommerce-products-per-page.php:138
wp-content/languages/plugins/woocommerce-products-per-page-en_US.moNot Found
woocommerce-products-per-pagephp
  1. Woocommerce_Products_Per_Page->load_textdomain()
    wp-content/plugins/woocommerce-products-per-page/woocommerce-products-per-page.php:138
wp-content/plugins/woocommerce-products-per-page/languages/woocommerce-products-per-page-en_US.l10n.phpNot Found
woocommerce-products-per-pagegettext
  1. Woocommerce_Products_Per_Page->load_textdomain()
    wp-content/plugins/woocommerce-products-per-page/woocommerce-products-per-page.php:138
wp-content/plugins/woocommerce-products-per-page/languages/woocommerce-products-per-page-en_US.moNot Found
woocommerce-shipstation-integrationphp
  1. woocommerce_shipstation_load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/woocommerce-shipstation-integration-en_US.l10n.phpNot Found
woocommerce-shipstation-integrationgettext
  1. woocommerce_shipstation_load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/woocommerce-shipstation-integration-en_US.moNot Found
woocommerce-shipstation-integrationphp
  1. woocommerce_shipstation_load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/woocommerce-shipstation-integration/languages/woocommerce-shipstation-integration-en_US.l10n.phpNot Found
woocommerce-shipstation-integrationgettext
  1. woocommerce_shipstation_load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/woocommerce-shipstation-integration/languages/woocommerce-shipstation-integration-en_US.moNot Found
wp-consent-apiphp
  1. WP_CONSENT_API->load_translation()
    wp-content/plugins/wp-consent-api/wp-consent-api.php:125
wp-content/languages/plugins/wp-consent-api-en_US.l10n.phpNot Found
wp-consent-apigettext
  1. WP_CONSENT_API->load_translation()
    wp-content/plugins/wp-consent-api/wp-consent-api.php:125
wp-content/languages/plugins/wp-consent-api-en_US.moNot Found
wp-consent-apiphp
  1. WP_CONSENT_API->load_translation()
    wp-content/plugins/wp-consent-api/wp-consent-api.php:125
wp-content/pluginswp-content/plugins/wp-consent-api/config/languages/wp-consent-api-en_US.l10n.phpNot Found
wp-consent-apigettext
  1. WP_CONSENT_API->load_translation()
    wp-content/plugins/wp-consent-api/wp-consent-api.php:125
wp-content/pluginswp-content/plugins/wp-consent-api/config/languages/wp-consent-api-en_US.moNot Found
wp-loyalty-rulesphp
  1. wp-content/plugins/query-monitor/collectors/languages.php
    wp-content/plugins/query-monitor/collectors/languages.php:210
wp-content/languages/plugins/wp-loyalty-rules-en_US.l10n.phpNot Found
wp-loyalty-rulesgettext
  1. wp-content/plugins/query-monitor/collectors/languages.php
    wp-content/plugins/query-monitor/collectors/languages.php:210
wp-content/languages/plugins/wp-loyalty-rules-en_US.moNot Found
wp-loyalty-rulesphp
  1. wp-content/plugins/query-monitor/collectors/languages.php
    wp-content/plugins/query-monitor/collectors/languages.php:210
wp-content/plugins/wp-loyalty-rules/i18n/languages/wp-loyalty-rules-en_US.l10n.phpNot Found
wp-loyalty-rulesgettext
  1. wp-content/plugins/query-monitor/collectors/languages.php
    wp-content/plugins/query-monitor/collectors/languages.php:210
wp-content/plugins/wp-loyalty-rules/i18n/languages/wp-loyalty-rules-en_US.moNot Found
wp-mail-loggingphp
  1. No3x\WPML\WPML_i18n_init()
    wp-content/plugins/wp-mail-logging/wp-mail-logging.php:66
wp-content/languages/plugins/wp-mail-logging-en_US.l10n.phpNot Found
wp-mail-logginggettext
  1. No3x\WPML\WPML_i18n_init()
    wp-content/plugins/wp-mail-logging/wp-mail-logging.php:66
wp-content/languages/plugins/wp-mail-logging-en_US.moNot Found
wp-mail-loggingphp
  1. No3x\WPML\WPML_i18n_init()
    wp-content/plugins/wp-mail-logging/wp-mail-logging.php:66
wp-content/plugins/wp-mail-logging/languages/wp-mail-logging-en_US.l10n.phpNot Found
wp-mail-logginggettext
  1. No3x\WPML\WPML_i18n_init()
    wp-content/plugins/wp-mail-logging/wp-mail-logging.php:66
wp-content/plugins/wp-mail-logging/languages/wp-mail-logging-en_US.moNot Found
wp-mail-smtpphp
  1. WPMailSMTP\Core->init()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/wp-mail-smtp-en_US.l10n.phpNot Found
wp-mail-smtpgettext
  1. WPMailSMTP\Core->init()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/wp-mail-smtp-en_US.moNot Found
wp-mail-smtpphp
  1. WPMailSMTP\Core->init()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/wp-mail-smtp/assets/languages/wp-mail-smtp-en_US.l10n.phpNot Found
wp-mail-smtpgettext
  1. WPMailSMTP\Core->init()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/wp-mail-smtp/assets/languages/wp-mail-smtp-en_US.moNot Found
wp-seopressphp
  1. seopress_init()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/wp-seopress-en_US.l10n.phpNot Found
wp-seopressgettext
  1. seopress_init()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/wp-seopress-en_US.moNot Found
wp-seopressphp
  1. seopress_init()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/wp-seopress/languages/wp-seopress-en_US.l10n.phpNot Found
wp-seopressgettext
  1. seopress_init()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/wp-seopress/languages/wp-seopress-en_US.moNot Found
wp_all_export_pluginphp
  1. PMXE_Plugin->load_plugin_textdomain()
    wp-content/plugins/wp-all-export-pro/wp-all-export-pro.php:349
wp-content/languages/plugins/wp_all_export_plugin-en_US.l10n.phpNot Found
wp_all_export_plugingettext
  1. PMXE_Plugin->load_plugin_textdomain()
    wp-content/plugins/wp-all-export-pro/wp-all-export-pro.php:349
wp-content/languages/plugins/wp_all_export_plugin-en_US.moNot Found
wp_all_export_pluginphp
  1. PMXE_Plugin->load_plugin_textdomain()
    wp-content/plugins/wp-all-export-pro/wp-all-export-pro.php:349
wp-content/plugins/wp-all-export-pro/i18n/languages/wp_all_export_plugin-en_US.l10n.phpNot Found
wp_all_export_plugingettext
  1. PMXE_Plugin->load_plugin_textdomain()
    wp-content/plugins/wp-all-export-pro/wp-all-export-pro.php:349
wp-content/plugins/wp-all-export-pro/i18n/languages/wp_all_export_plugin-en_US.moNot Found
wp_all_export_woocommerce_add_onphp
  1. PMWE_Plugin->load_plugin_textdomain()
    wp-content/plugins/wpae-woocommerce-add-on/wpae-woocommerce-add-on.php:166
wp-content/languages/plugins/wp_all_export_woocommerce_add_on-en_US.l10n.phpNot Found
wp_all_export_woocommerce_add_ongettext
  1. PMWE_Plugin->load_plugin_textdomain()
    wp-content/plugins/wpae-woocommerce-add-on/wpae-woocommerce-add-on.php:166
wp-content/languages/plugins/wp_all_export_woocommerce_add_on-en_US.moNot Found
wp_all_export_woocommerce_add_onphp
  1. PMWE_Plugin->load_plugin_textdomain()
    wp-content/plugins/wpae-woocommerce-add-on/wpae-woocommerce-add-on.php:166
wp-content/plugins/wpae-woocommerce-add-on/i18n/languages/wp_all_export_woocommerce_add_on-en_US.l10n.phpNot Found
wp_all_export_woocommerce_add_ongettext
  1. PMWE_Plugin->load_plugin_textdomain()
    wp-content/plugins/wpae-woocommerce-add-on/wpae-woocommerce-add-on.php:166
wp-content/plugins/wpae-woocommerce-add-on/i18n/languages/wp_all_export_woocommerce_add_on-en_US.moNot Found
wpai_woocommerce_addon_pluginphp
  1. PMWI_Plugin->load_plugin_textdomain()
    wp-content/plugins/wpai-woocommerce-add-on/wpai-woocommerce-add-on.php:408
wp-content/languages/plugins/wpai_woocommerce_addon_plugin-en_US.l10n.phpNot Found
wpai_woocommerce_addon_plugingettext
  1. PMWI_Plugin->load_plugin_textdomain()
    wp-content/plugins/wpai-woocommerce-add-on/wpai-woocommerce-add-on.php:408
wp-content/languages/plugins/wpai_woocommerce_addon_plugin-en_US.moNot Found
wpai_woocommerce_addon_pluginphp
  1. PMWI_Plugin->load_plugin_textdomain()
    wp-content/plugins/wpai-woocommerce-add-on/wpai-woocommerce-add-on.php:408
wp-content/plugins/wpai-woocommerce-add-on/i18n/languages/wpai_woocommerce_addon_plugin-en_US.l10n.phpNot Found
wpai_woocommerce_addon_plugingettext
  1. PMWI_Plugin->load_plugin_textdomain()
    wp-content/plugins/wpai-woocommerce-add-on/wpai-woocommerce-add-on.php:408
wp-content/plugins/wpai-woocommerce-add-on/i18n/languages/wpai_woocommerce_addon_plugin-en_US.moNot Found
yith-plugin-fwphp
  1. YITH_WCWL->plugin_fw_loader()
    wp-includes/class-wp-hook.php:324
wp-content/themes/flatsome/core/plugin-fw/yith-plugin-fw-en_US.l10n.phpNot Found
yith-plugin-fwgettext
  1. YITH_WCWL->plugin_fw_loader()
    wp-includes/class-wp-hook.php:324
wp-content/themes/flatsome/core/plugin-fw/yith-plugin-fw-en_US.moNot Found
yith-plugin-fwphp
  1. YITH_WCWL->plugin_fw_loader()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-fw/languages/yith-plugin-fw-en_US.l10n.phpNot Found
yith-plugin-fwgettext
  1. YITH_WCWL->plugin_fw_loader()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-fw/languages/yith-plugin-fw-en_US.moNot Found
yith-plugin-upgrade-fwphp
  1. YITH\PluginUpgrade\Loader::load_textdomain()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/loader.php:49
wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/languages/yith-plugin-upgrade-fw-en_US.l10n.phpNot Found
yith-plugin-upgrade-fwgettext
  1. YITH\PluginUpgrade\Loader::load_textdomain()
    wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/includes/loader.php:49
wp-content/plugins/yith-woocommerce-wishlist-premium/plugin-upgrade/languages/yith-plugin-upgrade-fw-en_US.moNot Found
yith-woocommerce-wishlistphp
  1. yith_wishlist_constructor()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/yith-woocommerce-wishlist-en_US.l10n.phpNot Found
yith-woocommerce-wishlistgettext
  1. yith_wishlist_constructor()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/yith-woocommerce-wishlist-en_US.moNot Found
yith-woocommerce-wishlistphp
  1. yith_wishlist_constructor()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/yith-woocommerce-wishlist-premium/languages/yith-woocommerce-wishlist-en_US.l10n.phpNot Found
yith-woocommerce-wishlistgettext
  1. yith_wishlist_constructor()
    wp-includes/class-wp-hook.php:324
wp-content/plugins/yith-woocommerce-wishlist-premium/languages/yith-woocommerce-wishlist-en_US.moNot Found
zip-ai (zip-ai-sidebar)jed
  1. load_script_translations()
    wp-includes/l10n.php:1271
wp-content/languages/plugins/zip-ai-en_US-44bb2754475804a6186fc48be852af2b.jsonNot Found
zip-ai (zip-ai-sidebar)jed
  1. load_script_translations()
    wp-includes/l10n.php:1277
NoneNot Found
zipwp-imagesphp
  1. ZipWP_Images\Zipwp_Images_Loader->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/zipwp-images-en_US.l10n.phpNot Found
zipwp-imagesgettext
  1. ZipWP_Images\Zipwp_Images_Loader->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/languages/plugins/zipwp-images-en_US.moNot Found
zipwp-imagesphp
  1. ZipWP_Images\Zipwp_Images_Loader->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/pluginswp-content/plugins/astra-sites/inc/lib/zipwp-images/languages/zipwp-images-en_US.l10n.phpNot Found
zipwp-imagesgettext
  1. ZipWP_Images\Zipwp_Images_Loader->load_textdomain()
    wp-includes/class-wp-hook.php:324
wp-content/pluginswp-content/plugins/astra-sites/inc/lib/zipwp-images/languages/zipwp-images-en_US.moNot Found
 1.0 kB

Languages: Related Hooks with Filters or Actions Attached

HookTypePriorityCallbackComponent
determine_localeFilter10
  1. WP_Locale_Switcher->filter_locale()
    wp-includes/class-wp-locale-switcher.php:224
WordPress Core
gettext_with_contextFilter10
  1. wc_translate_user_roles()
    wp-content/plugins/woocommerce/includes/wc-user-functions.php:1061
Plugin: woocommerce
load_textdomain_mofileFilter10
  1. TGM_Plugin_Activation->overload_textdomain_mofile()
    wp-content/themes/flatsome/inc/classes/class-tgm-plugin-activation.php:524
Parent Theme
localeFilter10
  1. WP_Locale_Switcher->filter_locale()
    wp-includes/class-wp-locale-switcher.php:224
WordPress Core
override_load_textdomainFilter5
  1. Kirki_L10n->override_load_textdomain()
    wp-content/themes/flatsome/inc/admin/kirki/core/class-kirki-l10n.php:110
Parent Theme

HTTP API Calls

No HTTP API calls.

HTTP API Calls: Related Hooks with Filters or Actions Attached

HookTypePriorityCallbackComponent
http_api_curlAction10
  1. WC_HTTPS::http_api_curl()
    wp-content/plugins/woocommerce/includes/class-wc-https.php:131
Plugin: woocommerce
http_request_argsFilter5
  1. flatsome_update_check_request_args()
    wp-content/themes/flatsome/inc/functions/function-update.php:121
Parent Theme

Request Data

Request Header NameValue
Accept
text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
Accept-Encoding
gzip, deflate, br, zstd
Accept-Language
en-US,en;q=0.9
Content-Length
Content-Type
Cookie
_ga_KMYLHR63KR=deleted; cmplz_banner-status=dismissed; _ga_KMYLHR63KR=GS1.1.1710971583.182.0.1710971583.0.0.0; _ga_N38ZMHS6WY=deleted; seopress-user-consent-accept=1; _gcl_au=1.1.854322487.1728308024; lightbox_popup-newsletter=opened_1; _gid=GA1.2.1542487055.1731206288; mailpoet_revenue_tracking=%7B%22statistics_clicks%22%3A14362%2C%22created_at%22%3A1731971158%7D; mailpoet_subscriber=%7B%22subscriber_id%22%3A6239%7D; wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_02c2639261f0a95cc6bd6f756b3c67f3=LeeSkwarekPNP%7C1732337331%7CMrQflODQfKNelkwPF5zrLQx4wC4gOsqGK643v4SIabf%7Ccf706002e0901a6338e15ec31847e5d976e51ae5ee4c77ee3bce412b12cf0268; tk_ai=woo%3AsgBV0aXOXIVfPMLFX1qBpLR7; wp-settings-6=libraryContent%3Dbrowse; wp-settings-time-6=1732164532; woocommerce_items_in_cart=1; woocommerce_cart_hash=f3cbe79dad626d71f35761853b88b992; wp_woocommerce_session_02c2639261f0a95cc6bd6f756b3c67f3=6%7C%7C1732337335%7C%7C1732333735%7C%7Ce73c370677c4016229f795a542de5a38; twk_uuid_570e725251a133c65d52ac04=%7B%22uuid%22%3A%221.Lz6c0zUNw0oSSiFAO7HJ09GAk4fpctUDUXIDVI0SdxdY7XMFisroTrHZh1HTmaN7vYHWwqXke6TaULKaIRhBjeU9QZEPGRkNlDFnNu07GaNVvX4ZfnO3CyffPpkbkec6PYuPoBrh3lg3YSfWGzahAxHK%22%2C%22version%22%3A3%2C%22domain%22%3A%22pnpgamesonline.com%22%2C%22ts%22%3A1732164549091%7D; _ga=GA1.1.377731956.1626195242; mailpoet_page_view=%7B%22timestamp%22%3A1732164614%7D; _ga_N38ZMHS6WY=GS1.1.1732153229.1035.1.1732164615.60.0.0; TawkConnectionTime=0
Host
pnpgamesonline.com
Priority
u=0, i
Referer
https://pnpgamesonline.com/
Sec-Ch-Ua
"Microsoft Edge";v="131", "Chromium";v="131", "Not_A Brand";v="24"
Sec-Ch-Ua-Mobile
?0
Sec-Ch-Ua-Platform
"Windows"
Sec-Fetch-Dest
document
Sec-Fetch-Mode
navigate
Sec-Fetch-Site
same-origin
Sec-Fetch-User
?1
Upgrade-Insecure-Requests
1
User-Agent
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0
Note that header names are not case-sensitive.

Request Data

Response Header NameValue
Cache-Control
no-store, no-cache, must-revalidate, max-age=0
Content-Type
text/html; charset=UTF-8
Expires
Thu, 21 Nov 2024 04:50:41 GMT
Link
<https://pnpgamesonline.com/wp-json/>; rel="https://api.w.org/"
Pragma
no-cache
X-Wp-Cf-Super-Cache
BYPASS
X-Wp-Cf-Super-Cache-Cache-Control
no-store, no-cache, must-revalidate, max-age=0
X-Wp-Cf-Super-Cache-Disabled-Reason
Logged In
Note that header names are not case-sensitive.

Transients

No transients set.

Capability Checks

For performance reasons, this panel is not enabled by default. To enable it, add the following code to your wp-config.php file:

define( 'QM_ENABLE_CAPS_PANEL', true );

Capability Checks: Related Hooks with Filters or Actions Attached

HookTypePriorityCallbackComponent
map_meta_capFilter1
  1. Automattic\J\C\Manager->jetpack_connection_custom_caps()
    wp-content/plugins/woocommerce/vendor/automattic/jetpack-connection/src/class-manager.php:1478
Plugin: woocommerce
10
  1. wpcf7_map_meta_cap()
    wp-content/plugins/contact-form-7/includes/capabilities.php:5
Plugin: contact-form-7
10
  1. wc_modify_map_meta_cap()
    wp-content/plugins/woocommerce/includes/wc-user-functions.php:643
Plugin: woocommerce
user_has_capFilter1
  1. wp_maybe_grant_install_languages_cap()
    wp-includes/capabilities.php:1206
WordPress Core
1
  1. wp_maybe_grant_resume_extensions_caps()
    wp-includes/capabilities.php:1222
WordPress Core
1
  1. wp_maybe_grant_site_health_caps()
    wp-includes/capabilities.php:1253
WordPress Core
10
  1. ACFWF\Models\Edit_Coupon->prevent_default_category_term_delete()
    wp-content/plugins/advanced-coupons-for-woocommerce-free/Models/Edit_Coupon.php:1170
Plugin: advanced-coupons-for-woocommerce-free
10
  1. wc_customer_has_capability()
    wp-content/plugins/woocommerce/includes/wc-user-functions.php:528
Plugin: woocommerce
10
  1. wc_shop_manager_has_capability()
    wp-content/plugins/woocommerce/includes/wc-user-functions.php:598
Plugin: woocommerce

Doing it Wrong

MessageCallerComponent
Function YITH_WCWL::count_products is deprecated since version 4.0.0! Use YITH_WCWL_Wishlists::count_items_in_wishlist instead.
  1. wc_deprecated_function()
    wp-content/plugins/woocommerce/includes/wc-deprecated-functions.php:56
  2. YITH_WCWL_Legacy->count_products()
    wp-content/plugins/yith-woocommerce-wishlist-premium/includes/legacy/class-yith-wcwl-legacy.php:123
  3. load_template('wp-content/themes/flatsome/template-parts/header/partials/element-wishlist.php')
    wp-includes/template.php:812
  4. locate_template()
    wp-includes/template.php:745
  5. get_template_part('template-parts/header/partials/element-wishlist','')
    wp-includes/general-template.php:206
  6. flatsome_header_elements()
    wp-content/themes/flatsome/inc/structure/structure-header.php:101
  7. load_template('wp-content/themes/flatsome/template-parts/header/header-main.php')
    wp-includes/template.php:812
  8. locate_template()
    wp-includes/template.php:745
  9. get_template_part('template-parts/header/header','main')
    wp-includes/general-template.php:206
  10. load_template('wp-content/themes/flatsome/template-parts/header/header-wrapper.php')
    wp-includes/template.php:812
  11. locate_template()
    wp-includes/template.php:745
  12. get_template_part('template-parts/header/header','wrapper')
    wp-includes/general-template.php:206
  13. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:810
  14. locate_template()
    wp-includes/template.php:745
  15. get_header('shop')
    wp-includes/general-template.php:48
Plugin: woocommerce
Total: 1

PHP Errors

MessageLocationCount
Warningis_file(): open_basedir restriction in effect. File(/https://pnpgamesonline.com/wp-content/plugins/hcaptcha-for-forms-and-more/assets/images/hcaptcha-div-logo.svg) is not within the allowed path(s): (/var/www/:/usr/share/php/:/tmp/:/var/run/nginx-cache/:/dev/urandom:/dev/shm:/var/lib/php/sessions/)
  1. wp-content/plugins/hcaptcha-for-forms-and-more/vendors/matthiasmullie/minify/src/Minify.php:439
  2. is_file()
    wp-content/plugins/hcaptcha-for-forms-and-more/vendors/matthiasmullie/minify/src/Minify.php:439
  3. HCaptcha\V\M\M\Minify->canImportFile()
    wp-content/plugins/hcaptcha-for-forms-and-more/vendors/matthiasmullie/minify/src/CSS.php:235
  4. HCaptcha\V\M\M\CSS->importFiles()
    wp-content/plugins/hcaptcha-for-forms-and-more/vendors/matthiasmullie/minify/src/CSS.php:286
  5. HCaptcha\V\M\M\CSS->execute()
    wp-content/plugins/hcaptcha-for-forms-and-more/vendors/matthiasmullie/minify/src/Minify.php:133
  6. HCaptcha\V\M\M\Minify->minify()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Helpers/HCaptcha.php:390
  7. HCaptcha\Helpers\HCaptcha::css_minify()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Helpers/HCaptcha.php:367
  8. HCaptcha\Helpers\HCaptcha::css_display()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:533
  9. HCaptcha\Main->print_inline_styles()
    wp-includes/class-wp-hook.php:324
  10. do_action('wp_head')
    wp-includes/general-template.php:3065
  11. wp_head()
    wp-content/themes/flatsome/header.php:17
  12. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:745
  13. locate_template()
    wp-includes/general-template.php:48
  14. get_header('shop')
    wp-content/themes/flatsome/woocommerce/archive-product.php:23
1Plugin: hcaptcha-for-forms-and-more
Warningis_file(): open_basedir restriction in effect. File(/https://pnpgamesonline.com/wp-content/plugins/hcaptcha-for-forms-and-more/assets/images/hcaptcha-div-logo-white.svg) is not within the allowed path(s): (/var/www/:/usr/share/php/:/tmp/:/var/run/nginx-cache/:/dev/urandom:/dev/shm:/var/lib/php/sessions/)
  1. wp-content/plugins/hcaptcha-for-forms-and-more/vendors/matthiasmullie/minify/src/Minify.php:439
  2. is_file()
    wp-content/plugins/hcaptcha-for-forms-and-more/vendors/matthiasmullie/minify/src/Minify.php:439
  3. HCaptcha\V\M\M\Minify->canImportFile()
    wp-content/plugins/hcaptcha-for-forms-and-more/vendors/matthiasmullie/minify/src/CSS.php:235
  4. HCaptcha\V\M\M\CSS->importFiles()
    wp-content/plugins/hcaptcha-for-forms-and-more/vendors/matthiasmullie/minify/src/CSS.php:286
  5. HCaptcha\V\M\M\CSS->execute()
    wp-content/plugins/hcaptcha-for-forms-and-more/vendors/matthiasmullie/minify/src/Minify.php:133
  6. HCaptcha\V\M\M\Minify->minify()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Helpers/HCaptcha.php:390
  7. HCaptcha\Helpers\HCaptcha::css_minify()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Helpers/HCaptcha.php:367
  8. HCaptcha\Helpers\HCaptcha::css_display()
    wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Main.php:533
  9. HCaptcha\Main->print_inline_styles()
    wp-includes/class-wp-hook.php:324
  10. do_action('wp_head')
    wp-includes/general-template.php:3065
  11. wp_head()
    wp-content/themes/flatsome/header.php:17
  12. load_template('wp-content/themes/flatsome/header.php')
    wp-includes/template.php:745
  13. locate_template()
    wp-includes/general-template.php:48
  14. get_header('shop')
    wp-content/themes/flatsome/woocommerce/archive-product.php:23
1Plugin: hcaptcha-for-forms-and-more
Total: 2

Environment

PHP

Version8.1.29
SAPIfpm-fcgi
Userwww-data:www-data
max_execution_time30
memory_limit512M
upload_max_filesize100M
post_max_size100M
display_errors
log_errors1
Error Reporting4983
  • E_ERROR ✓
  • E_WARNING ✓
  • E_PARSE ✓
  • E_NOTICE
  • E_CORE_ERROR ✓
  • E_CORE_WARNING ✓
  • E_COMPILE_ERROR ✓
  • E_COMPILE_WARNING
  • E_USER_ERROR ✓
  • E_USER_WARNING ✓
  • E_USER_NOTICE
  • E_STRICT
  • E_RECOVERABLE_ERROR ✓
  • E_DEPRECATED
  • E_USER_DEPRECATED
  • E_ALL ✓
Extensions
58
bcmath8.1.29
calendar8.1.29
cgi-fcgi8.1.29
Core8.1.29
ctype8.1.29
curl8.1.29
date8.1.29
dom20031129
exif8.1.29
FFI8.1.29
fileinfo8.1.29
filter8.1.29
ftp8.1.29
gd8.1.29
gettext8.1.29
hash8.1.29
iconv8.1.29
igbinary3.2.14
imagick3.7.0
imap8.1.29
intl8.1.29
json8.1.29
libxml8.1.29
mbstring8.1.29
memcached3.2.0
msgpack2.2.0RC2
mysqli8.1.29
mysqlnd8.1.29
openssl8.1.29
pcre8.1.29
PDO8.1.29
pdo_mysql8.1.29
Phar8.1.29
posix8.1.29
readline8.1.29
redis5.3.7
Reflection8.1.29
session8.1.29
shmop8.1.29
SimpleXML8.1.29
soap8.1.29
sockets8.1.29
sodium8.1.29
SPL8.1.29
standard8.1.29
sysvmsg8.1.29
sysvsem8.1.29
sysvshm8.1.29
tokenizer8.1.29
xdebug3.2.1
xhprof2.3.10
xml8.1.29
xmlreader8.1.29
xmlwriter8.1.29
xsl8.1.29
Zend OPcache8.1.29
zip1.19.5
zlib8.1.29

Database

Server Version10.6.14-MariaDB-1:10.6.14+maria~ubu2004-log
Extensionmysqli
Client Version80129 (8.1.29)
UserpnpgampYaO4x7bri
Hostlocalhost
Databasepnpgamesonline_com
innodb_buffer_pool_size7650410496 (~7 GB)
key_buffer_size16777216 (~16 MB)
max_allowed_packet67108864 (~64 MB)
max_connections200

WordPress

Version6.6.2
Environment Type (Help)production
Development Mode (Help)empty string
WP_DEBUGfalse
WP_DEBUG_DISPLAYtrue
WP_DEBUG_LOGfalse
SCRIPT_DEBUGfalse
WP_CACHEfalse
CONCATENATE_SCRIPTSundefined
COMPRESS_SCRIPTSundefined
COMPRESS_CSSundefined
WP_ENVIRONMENT_TYPEundefined
WP_DEVELOPMENT_MODEempty string

Server

Softwarenginx
Version1.24.0
IP Address149.248.61.65
Hosttorontovps1.pnpgamesonline.com
OSLinux 5.4.0-189-generic
Architecturex86_64

Settings

Authentication

You can set an authentication cookie which allows you to view Query Monitor output when you’re not logged in, or when you’re logged in as a different user.

Authentication cookie is set

Editor

You can set your editor here, so that when you click on stack trace links the file opens in your editor.

Saved! Reload to apply changes.

Appearance

Your browser color scheme is respected by default. You can override it here.

Configuration

The following PHP constants can be defined in your wp-config.php file in order to control the behavior of Query Monitor:

QM_DB_EXPENSIVE
If an individual database query takes longer than this time to execute, it's considered "slow" and triggers a warning.
Default value: 0.05
QM_DISABLED
Disable Query Monitor entirely.
Default value: false
QM_DISABLE_ERROR_HANDLER
Disable the handling of PHP errors.
Default value: false
QM_ENABLE_CAPS_PANEL
Enable the Capability Checks panel.
Default value: false
QM_HIDE_CORE_ACTIONS
Hide WordPress core on the Hooks & Actions panel.
Default value: false
QM_HIDE_SELF
Hide Query Monitor itself from various panels. Set to false if you want to see how Query Monitor hooks into WordPress.
Default value: true
QM_NO_JQUERY
Don't specify jQuery as a dependency of Query Monitor. If jQuery isn't enqueued then Query Monitor will still operate, but with some reduced functionality.
Default value: false
QM_SHOW_ALL_HOOKS
In the Hooks & Actions panel, show every hook that has an action or filter attached (instead of every action hook that fired during the request).
Default value: false
QM_DB_SYMLINK
Allow the wp-content/db.php file symlink to be put into place during activation. Set to false to prevent the symlink creation.
Default value: true