在woocommerce/Class/abstracts/AbstractWC product中。php在线338。is\\u Seld\\u individualy函数默认为“false”。有没有办法将此默认选项设置为“true”?那么在de Wordpress back-end中,复选框默认选中?
function is_sold_individually() {
$return = false;
if ( \'yes\' == $this->sold_individually || ( ! $this->backorders_allowed() && $this->get_stock_quantity() == 1 ) ) {
$return = true;
}
return apply_filters( \'woocommerce_is_sold_individually\', $return, $this );
}
提前谢谢你,米尔贾姆