Use TinyMCE on textarea fields
-
Hi,
I would like to add tinyMCE editor just like the default description area.
I was succesfull in displaying them as esitors using wp_editors, but it just doesnt displays the contentadd_action( ‘edit_form_advanced’, ‘mytextarea’ );
function mytextarea() {
global $product;
$content_features = get_post_meta( $product->ID, ‘wccaf_features’, true );
wp_editor( $content_features, ‘features’ );
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Use TinyMCE on textarea fields’ is closed to new replies.