Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kronoswolf

    (@kronoswolf)

    Forgot to mention, one of the codes I tried is:

    remove_filter('pre_user_description', 'wp_filter_kses');

    But this only works with native biography field, which already does it.

    Thanks in advance!

    Plugin Author Chad Butler

    (@cbutlerjr)

    Currently, that’s not going to work because all the fields are sanitized which, among other things, removes tags and converts “<” and “>” to entities.

    That’s in place for security against code injection.

    I don’t see that changing for text fields, but textarea field types will be receiving a makeover in version 3.1.

    I will be releasing 3.0 soon (hopefully this week or next) and then any needed minor updates after that. 3.1 is being developed but doesn’t have a timeframe on release yet.

    Thread Starter kronoswolf

    (@kronoswolf)

    Hi Chad, thanks for the reply!

    I’ll wait the updates, the HTML “problem” is not a big deal, I can handle this and use WP-Members, thanks again and congratulations for the plugin!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Allow HTML on profile custom textarea fields’ is closed to new replies.