Реализована страница post.php, на которой могут публиковать продукты woocommerce, и добавлены настраиваемые поля с использованием функций wp_editor. Однако я не знаю, как отобразить входной результат в категории или теге woocommerce. Как ты это сделал?
Спасибо
post.php:
<form class="edit-form" role="form" method="post">
<?php wp_editor($post_rains,'post_rains',
array('editor_height' =>50,'quicktags'=>false,'media_buttons'=>false,'teeny' =>true,'editor_class'=>'post_rains'));?>
functions.php:
function add_text_below_meta(){
// echo the content from the wp_editor here
}