WoodMartW
WoodMart
May 7

Using wp_kses incorrect

I see in many places in the theme using code like this: echo wp_kses( $content, true ); Meanwhile, the second parameter of wp_kses only accepts array or string. This will cause errors if the plugins use the filter 'wp_kses_allowed_html'. Please check and fix it soon.
PendingPending