Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Last active August 29, 2015 14:26
Show Gist options
  • Save ericakfranz/18259021b5648e9bb1fa to your computer and use it in GitHub Desktop.
Save ericakfranz/18259021b5648e9bb1fa to your computer and use it in GitHub Desktop.
Allow more permissive filtering of Author Description field.
<?php //* <--- Do not include this opening tag
remove_filter('pre_user_description', 'wp_filter_kses');
add_filter( 'pre_user_description', 'wp_filter_post_kses' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment