TODO: To change the header's content go to Dr.Explain menu Options : Project Settings : HTML (CHM) Export : Setup HTML Template and Layout
×
Menu
Index

Danh mục Category/Taxonomy

Hỗ trợ wysiwyg cho mô tả category/taxonomy:
- Nhập mô tả cho danh mục hỗ trợ trình soạn thảo wysiwyg.
Để làm điều này bạn cài thêm plugin 'Rich Text Tags' hoặc 'Rich Tax Description Editor'.
 
bản chất của plugin trên sẽ xóa filter pre_term_descriptionterm_description để cho phép HTML hoạt động trong nội dung descrition của category và tag.
foreach ( array( 'pre_term_description' ) as $filter ) {
    remove_filter( $filter, 'wp_filter_kses' );
}
 
foreach ( array( 'term_description' ) as $filter ) {
    remove_filter( $filter, 'wp_kses_data' );
}
 
 
Made with help of Dr.Explain

Unregistered version