Learn robotics, coding, and science through fun, interactive STEM kits designed for real learning at home and in classrooms.
Hands-on robotics kit that helps kids build, code, and control smart robots while learning STEM basics.
Concept-driven books that build strong foundations in math, science, and logical thinking for grades 1–10.
Engaging STEM books that help kids explore science, understand concepts, and build strong thinking skills through interactive learning.
Custom Post. The Query Is:
Array
(
[post_type] => product
[tax_query] => Array
(
[0] => Array
(
[taxonomy] => product_cat
[field] => term_id
[terms] => 43
[include_children] =>
)
[1] => Array
(
[taxonomy] => product_visibility
[field] => name
[terms] => Array
(
[0] => exclude-from-catalog
)
[operator] => NOT IN
)
)
[posts_per_page] => 100
[ignore_sticky_posts] => 1
[post_status] => publish
)
modify post query for orderby:sales
The Query Request Is:
SELECT 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 ( 0 = 1 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 (59) ) AND wp_posts.post_type = 'product' AND ((wp_posts.post_status = 'publish')) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 100
The Final Query Vars:
Array
(
[post_type] => product
[tax_query] => Array
(
[0] => Array
(
[taxonomy] => product_cat
[field] => term_id
[terms] => 43
[include_children] =>
)
[1] => Array
(
[taxonomy] => product_visibility
[field] => name
[terms] => Array
(
[0] => exclude-from-catalog
)
[operator] => NOT IN
)
)
[posts_per_page] => 100
[ignore_sticky_posts] => 1
[post_status] => publish
[cache_results] => 1
[update_post_meta_cache] => 1
[lang] => en
[fields] => all
[update_post_term_cache] => 1
[suppress_filters] =>
[lazy_load_term_meta] => 1
[comments_per_page] => 50
[taxonomy] => product_cat
[term_id] => 43
[order] => DESC
)
Query modify callbacks ( posts_request ):
Query modify callbacks ( posts_pre_query ):
Query modify callbacks ( posts_where ):
1. acf_pro->posts_where()
2. ACF->posts_where()
Query modify callbacks ( posts_clauses ):
1. Automattic\WooCommerce\Internal\ProductFilters\QueryClauses->add_query_clauses_for_main_query()
2. Gutenkit\Core\ClassManager->modify_admin_post_order()
3. Automattic\WooCommerce\Blocks\BlockTypes\ProductCollection\QueryBuilder->add_price_range_filter_posts_clauses()
4. UniteCreatorWooIntegrate->modifyWCSortbyQuery()
5. UniteCreatorWooIntegrate->modifyWCSortbyQuery()
6. MBR_Query_Post->posts_clauses()
Query modify callbacks ( posts_join ):
Query modify callbacks ( pre_get_posts ):
1. WC_Query->pre_get_posts()
2. PLL_Translated_Post->pre_get_posts()
3. ShopEngine\Core\Query_Modifier->modify_query()
4. ElementorPro\Modules\Search\Module->set_query()
5. MBCPT\PostTypeReorder->set_orderby_menu_order()
6. PLL_CRUD_Terms->set_tax_query_lang()
Query modify callbacks ( posts_orderby ):
Query modify callbacks ( parse_tax_query ):
1. PLL_Frontend->parse_tax_query()
Query modify callbacks ( posts_selection ):
1. PLL_CRUD_Terms->unset_tax_query_lang()
Query modify callbacks ( parse_term_query ):
Query modify callbacks ( loop_shop_per_page ):
Query modify callbacks ( loop_shop_columns ):
Found Posts: 0