add_action('woocommerce_product_options_general_product_data', function () { echo '
'; woocommerce_wp_textarea_input([ 'id' => '_rs_wc_extra_description', 'label' => 'Zusatztext (Beschreibung-Tab)', 'desc_tip' => true, 'description' => 'Wird im Tab „Beschreibung“ unter dem normalen Inhalt ausgegeben.', 'rows' => 8, ]); echo '
'; });