php 在WooCommerce中更改“选择一个选项” - 简单

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 在WooCommerce中更改“选择一个选项” - 简单相关的知识,希望对你有一定的参考价值。

<?php 

//Customise the dropdown 'choose an option'
add_filter('woocommerce_dropdown_variation_attribute_options_args', 'wcvdc_dropdown_choice', 10);


// Displays the custom "Choose an option" on the front end
function custom_dropdown_choice( $args ){

  $args['show_option_none'] = "Select an option:";

  return $args;
  
}

以上是关于php 在WooCommerce中更改“选择一个选项” - 简单的主要内容,如果未能解决你的问题,请参考以下文章

php 在XL WooCommerce销售触发插件的Float主题中更改WooCommerce单一产品位置

php 在WooCommerce中更改“选择一个选项” - 简单

php 在WooCommerce中更改每行的产品数量

php 更改WooCommerce单个产品在WOWMALL主题中的位置,用于XL WooCommerce销售触发插件

php 在Shopkeeper主题中为XL WooCommerce Sales Trigger插件更改WooCommerce单一产品位置

php 更改woocommerce中每行的产品数量