Last active
June 4, 2025 21:33
-
-
Save ntwb/7797990 to your computer and use it in GitHub Desktop.
bbPress - Custom KSES Allowed Tags
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works great, thank you! Is there any way to add font paragraph headings to this code? Also font and font background colours?
Edit: I found some code and figured out the rest :)
// Span 'span' => array( 'class' => true, 'style' => true, ), // Font paragraph headings 'h1' => array(), 'h2' => array(), 'h3' => array(), 'h4' => array(), 'h5' => array(), 'h6' => array(), 'address' => array(),