Salta la navigazione

Etichettato: 

Questo ticket contiene 0 risposta, ha 1 voce.

Ultimo aggiornamento da mitkoD-2 1 anno, 2 mese fa.

Assistito da: Christopher Amirian.

Autore Post
Aprile 15, 2024 alle 9:10 am #15518354

mitkoD-2

I have a general question about custom fields. I manually made product fields by this function:

// Custom Product Price Per 2
woocommerce_wp_text_input(
array(
'id' => '_custom_product_price_per_2',
'label' => __('Prijs per 2 (€)', 'woocommerce'),
'desc_tip' => 'false'
)
);

And I save them also ofcourse with another function