Simply add an extra line before your for loop. For example:
function get_color_dropdown($taxonomies, $args){
$myterms = get_terms($taxonomies, $args);
$output ="<select onChange="window.location.href=this.value">";
$output .= "<option value="default">Shop by Color --></option>";
foreach($myterms as $term){
$root_url = get_bloginfo('url');
$term_taxonomy=$term->taxonomy;
$term_slug=$term->slug;
$term_name =$term->name;
$link = $root_url."https://wordpress.stackexchange.com/".$term_taxonomy."https://wordpress.stackexchange.com/".$term_slug;
$output .="<option value="".$link."">".$term_name."</option>";
}
$output .="</select>"; return $output;
}
$taxonomies = array('pa_color');
$args = array('orderby'=>'name','order'=>'ASC','hide_empty'=>true);
echo get_color_dropdown($taxonomies, $args);
You can always check to see if the return value is “default” to see if the select wasn’t set.
Related Posts:
- How to set value selected using select2 jquery plugin
- Edit tag cloud widget number
- How to get the original price of the product in woocommerce?
- Hide a menu-item and its submenus and display a ‘Log in’ link if the user is logged out
- Cleanest/Fastest way to avoid calling and retrieving data from the database multiple times?
- WooCommerce – Display variation custom field value [closed]
- Select dropdown not showing selected value php
- Output a WooCommerce product custom field in WooCommerce using get_post_meta()
- Woocommerce: Is it possible to overide the settings for allowing to purchase out of stock products [closed]
- Woocommerce HTML email option unavailable
- How to add SVG icon above product tab title
- My Own layout in WooCommerce pages [closed]
- Woocommerce – remove product from category
- Limiting woocommerce line_total decimal length
- How do I display a user’s previous orders as a select box option on a product?
- How do you add customer capability after Woocommerce purchase?
- WooCommerce – Reset quantity input field when variation changes
- get current product name in functions.php
- Image as Sales Badge
- How to make drop down post title
- Automatically remove a canceled order in Woocommerce
- Filter Select results based on selection
- Two Different Links for Same Product – WooCommerce [closed]
- How can I apply_filters from inside a function?
- Pass Category Name, Description and Photo into variables to pass to jQuery
- Display a specific category of products in shop page and disable code for specific actions
- Woocommerce related product text
- How to pick the default selected value in wordpress dropdown?
- Woocommerce: hook action/filter I could use to add variation id and price with each attribute opt on WooCommerce Rest api
- Is it possible to intercept all ajax requests and get the parameters and the returns?
- WooCommerce: How can I get orders with a custom ID in order meta data object?
- How can I get the values of my WordPress $wpdb query in Jquery?
- Incorrect amount of posts returned when filtering related Woo products by custom taxonomy
- Validation algorithm in checkout field
- My new button is in the wrong place
- wp_dropdown_pages auto submit
- Isotope Drop Down Categories Filter Function
- require_once() if a product in woocommerce contains a tag [closed]
- Add product to cart for user – WC()->cart->add_to_cart [closed]
- Remove item in Checkout
- How do I change this function from two returns to one string to show sku and dimensions in WooCommerce cart?
- woocommerce specific quantities for product
- Personalize checkout text
- HTML dropdown setting not showing last saved value in the database
- Sorting dynamic select/dropdown for Contact Form 7 of Modern Tribe Events posts
- woocommerce related product title length
- Changing the order of custom fields in the dashboard for Woocommerce variable products [closed]
- How do i wrap woocomerce attribute in list?
- Removing files programmatically
- Add a select-option to the default widgets
- Execute PHP code only with specific user role
- Woocommerce order status payment
- Modify WooCommerce used to get all orders in dashboard
- Output product category link from WP_Query
- Woocommerce My acount page
- Woocommerce – Exclude variation attribute on specific variation
- Dropdown category field inside repeatable metabox
- Billing detail page doesn’t work after I’ve changed the order of the Woocommerce navigation
- PHP function for horizontal Woocommerce thumbnails and badges
- php code for outputting a custom page in my account
- Hide specific shipping methode depending on day and time of day
- Programmatically add a product to the cart and set price to zero when buying from certain category
- I want to show cart items number if any or nothing, simple CART text
- Adding custom field to product category and show it to shop/category shop page
- How to make a pagination with dropdown selection?
- Hide payment method based on user role AND minimum cart value
- WooCommerce display price before add to cart [closed]
- Remove span tags from WooCommerce Downloads page
- Best way to use variables in multiple functions?
- Discount in the specific product title using keyword ( Woocoommerce )
- Including user data in “new user notification email”
- Woocommerce – if selected attribute term equals
- split 1 cart item into instock and back ordered
- Adding product permalink on admin order page throwing error
- Add Product Permalink in woocommerce admin order page
- Reload page with a different shortcode when a user selects from a dropdown
- How to override WooCommerce Order Item Meta with data from Cart?
- Woocommerce textarea format ignored
- How to auto-generate random numbers in username?
- Remove generated category and tag class names from woocommerce product & blog listings markup
- WP_Query To Display Product Of Brand On Taxonomy Page
- Woocommerce Add custom “Add to cart button” in single page with tags
- Get Billing Email from WooCommece Checkout and Pass to Fullstory JS
- Add missing alt tag to featured images for “storefront” theme
- Use WP_Query Data In Cookie
- Woocommerce Price Text
- How to get the rating value of each comment
- How to add margin underneath woocommerce total price amount -> productpages
- Setting WooCommerce currency programmatically
- Woocommerce – Shipping tax class based on cart items not using the highest tax available
- Open WordPress Page from selected option dropdown
- Warning: Attempt to read property “term_id” on int – Woocommerce
- WooCommerce – Show ‘Sales’ badge on variable products where only some variations have sales price [closed]
- Contact form with dynamic dropdown and filter
- posts_clauses drop ACF get_field function
- Replace the image of a product with its video in the shop page
- Automatically change insurance quantity based on cart total [closed]
- How call WordPress shortcode inside function file
- strict custom php script on specific product category [closed]
- Change WooCommerce Order status from frontend form submitted data