Showing posts with label html tags. Show all posts
Showing posts with label html tags. Show all posts

Thursday, April 4, 2024

How to allow Html Tags in category description area.

 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' );
}

1 hour Free Service for WordPress website :)

      1 hour Free Service for WordPress website :)