Skip to content

Instantly share code, notes, and snippets.

@georgiecel
Created June 24, 2015 13:37
Show Gist options
  • Save georgiecel/7dc83f45adb23c99c1b0 to your computer and use it in GitHub Desktop.
Save georgiecel/7dc83f45adb23c99c1b0 to your computer and use it in GitHub Desktop.
allow HTML in category descriptions in WordPress db – insert into functions.php
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' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment