add_action( ‘elementor/query/sprayers_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘sprayers’, ‘sprayers-tools’, ‘sprayers-patreonmods’, ‘sprayers-servermods’, ‘sprayers-exclusivemods’, ‘sprayers-collection’], ‘fields’ => ‘ids’, ‘hide_empty’ => true, ]); if ( !empty($term_ids) && !is_wp_error( $term_ids ) ) { $query->set( ‘category__in’, $term_ids );…Continue reading
add_action( ‘elementor/query/wheelloadertools_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘wheelloadertools’, ‘wheelloadertools-patreonmods’, ‘wheelloadertools-servermods’, ‘wheelloadertools-exclusivemods’], ‘fields’ => ‘ids’, ‘hide_empty’ => true, ]); if ( !empty($term_ids) && !is_wp_error( $term_ids ) ) { $query->set( ‘category__in’, $term_ids ); } });Continue reading
add_action( ‘elementor/query/wheelloaders_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘wheelloaders’, ‘wheelloaders-patreonmods’, ‘wheelloaders-servermods’, ‘wheelloaders-exclusivemods’], ‘fields’ => ‘ids’, ‘hide_empty’ => true, ]); if ( !empty($term_ids) && !is_wp_error( $term_ids ) ) { $query->set( ‘category__in’, $term_ids ); } });Continue reading
add_action( ‘elementor/query/lowloaders_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘lowloaders’, ‘lowloaders-patreonmods’, ‘lowloaders-servermods’, ‘lowloaders-exclusivemods’], ‘fields’ => ‘ids’, ‘hide_empty’ => true, ]); if ( !empty($term_ids) && !is_wp_error( $term_ids ) ) { $query->set( ‘category__in’, $term_ids ); } });Continue reading
add_action( ‘elementor/query/augerwagons_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘augerwagons’, ‘augerwagons-patreonmods’, ‘augerwagons-servermods’, ‘augerwagons-exclusivemods’], ‘fields’ => ‘ids’, ‘hide_empty’ => true, ]); if ( !empty($term_ids) && !is_wp_error( $term_ids ) ) { $query->set( ‘category__in’, $term_ids ); } });Continue reading
add_action( ‘elementor/query/scripts_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘scripts’, ‘scripts-patreonmods’, ‘scripts-servermods’, ‘scripts-exclusivemods’], ‘fields’ => ‘ids’, ‘hide_empty’ => true, ]); if ( !empty($term_ids) && !is_wp_error( $term_ids ) ) { $query->set( ‘category__in’, $term_ids ); } });Continue reading
add_action( ‘elementor/query/planters_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘planters’, ‘planters-patreonmods’, ‘planters-servermods’, ‘planters-exclusivemods’], ‘fields’ => ‘ids’, ‘hide_empty’ => true, ]); if ( !empty($term_ids) && !is_wp_error( $term_ids ) ) { $query->set( ‘category__in’, $term_ids ); } });Continue reading
add_action( ‘elementor/query/seeders_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘seeders’, ‘seeders-patreonmods’, ‘seeders-servermods’, ‘seeders-exclusivemods’], ‘fields’ => ‘ids’, ‘hide_empty’ => true, ]); if ( !empty($term_ids) && !is_wp_error( $term_ids ) ) { $query->set( ‘category__in’, $term_ids ); } });Continue reading
add_action( ‘elementor/query/forageharvesters_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘forageharvesters’, ‘forageharvesters-patreonmods’, ‘forageharvesters-servermods’, ‘forageharvesters-exclusivemods’], ‘fields’ => ‘ids’, ‘hide_empty’ => true, ]); if ( !empty($term_ids) && !is_wp_error( $term_ids ) ) { $query->set( ‘category__in’, $term_ids ); } });Continue reading
add_action( ‘elementor/query/foragewagons_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘foragewagons’, ‘foragewagons-patreonmods’, ‘foragewagons-servermods’, ‘foragewagons-exclusivemods’], ‘fields’ => ‘ids’, ‘hide_empty’ => true, ]); if ( !empty($term_ids) && !is_wp_error( $term_ids ) ) { $query->set( ‘category__in’, $term_ids ); } });Continue reading