• Đăng ký
  • Đăng nhập

wordpress category_description() allow html

📅 — 👀 51 — 👦
// allow html in category and taxonomy descriptions
remove_filter('pre_term_description', 'wp_filter_kses');
remove_filter('pre_link_description', 'wp_filter_kses');
remove_filter('pre_link_notes', 'wp_filter_kses');
remove_filter('term_description', 'wp_kses_data');