/** * Custom shortcode to display WPForms form entries in table view. * * Basic usage: [wpforms_entries_table id=”FORMID”]. * * Possible shortcode attributes: * id (required) Form ID of which to show entries. * user User ID, or “current” to…Continue reading
add_action( ‘elementor/query/earthfruits_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘earthfruits’, ‘earthfruits-tools’, ‘earthfruits-patreonmods’, ‘earthfruits-servermods’, ‘earthfruits-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/campers_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘motorhomes’, ‘campers’], ‘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/forestry_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘forestry’, ‘forestry-tools’, ‘forestry-patreonmods’, ‘forestry-servermods’, ‘forestry-exclusivemods’, ‘forestry-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/mowers_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘mowers’, ‘mowers-tools’, ‘mowers-patreonmods’, ‘mowers-servermods’, ‘mowers-exclusivemods’, ‘mowers-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/harvesters_category_query’, function( $query ) { $term_ids = get_terms([ ‘taxonomy’ => ‘category’, ‘slug’ => [‘harvesters’, ‘harvesters-patreonmods’, ‘harvesters-servermods’, ‘harvesters-exclusivemods’, ‘harvesters-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/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