/**
* @snippet Add new textarea to Product Category Pages - WooCommerce
* @how-to Get CustomizeWoo.com FREE
* @author Rodolfo Melogli
* @compatible WooCommerce 5
* @donate $9 https://businessbloomer.com/bloomer-armada/
*/
// ---------------
// 1. Display field on "Add new product category" admin page
add_action( 'product_cat_add_form_fields', 'bbloomer_wp_editor_add', 10, 2 );
function bbloomer_wp_editor_add() {
?>
'seconddesc',
'quicktags' => array( 'buttons' => 'em,strong,link' ),
'tinymce' => array(
'theme_advanced_buttons1' => 'bold,italic,strikethrough,separator,bullist,numlist,separator,blockquote,separator,justifyleft,justifycenter,justifyright,separator,link,unlink,separator,undo,redo,separator',
'theme_advanced_buttons2' => '',
),
'editor_css' => '',
);
wp_editor( '', 'seconddesc', $settings );
?>
term_id, 'seconddesc', true ) );
?>
'seconddesc',
'quicktags' => array( 'buttons' => 'em,strong,link' ),
'tinymce' => array(
'theme_advanced_buttons1' => 'bold,italic,strikethrough,separator,bullist,numlist,separator,blockquote,separator,justifyleft,justifycenter,justifyright,separator,link,unlink,separator,undo,redo,separator',
'theme_advanced_buttons2' => '',
),
'editor_css' => '',
);
wp_editor( $second_desc, 'seconddesc', $settings );
?>
term_id, 'seconddesc', true ) ) ) {
echo '' . wc_format_content( htmlspecialchars_decode( get_woocommerce_term_meta( $term->term_id, 'seconddesc', true ) ) ) . '
';
}
}
}
Home
» Category Pages
» Web Development
» Woo commerce
» Add Second Description @ Product Category Pages
Add Second Description @ Product Category Pages
in
Category Pages,
Web Development,
Woo commerce
- on Sunday, June 4, 2023, , 12:33 PM
- No comments
Add below code in function.php file.
Labels:
Category Pages,
Web Development,
Woo commerce
Virender Bartwal
I am a digital marketing professional dedicated to assisting businesses in achieving success in the online realm ! With more than 10 yrs of hands-on experience in various areas such as SEO, local SEO, Analytics, and WordPress development, I have acquired a wealth of knowledge and proficiency. Additionally, I maintain this blog where I delve into these subjects, constantly seeking innovative methods to disseminate my expertise among fellow enthusiasts.
Twitter | LinkedIn | Website
Twitter | LinkedIn | Website