I am looking for a way to add texarea custom input for woocommerce general tab.
I already try woocommerce_wp_text_input
but it shows one line input. Is there any way to add multiple
line input under the general tab?
Question posted in Woocommerce
The official Woocommerce documentation can be found here.
The official Woocommerce documentation can be found here.
2
Answers
Just use
woocommerce_wp_textarea_input
oppositewoocommerce_wp_text_input
So you get:
Simply use the existing
woocommerce_wp_textarea_input()
function instead.Related treads with
woocommerce_wp_textarea_input()
function.