Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Paragraph tag after TinyMCE

I made use of a plugin to add tags

function allow_more_tags( $tags ) {

$tags = array(‘style’ => array());

$tags = array(‘style’ => array());

return $tags;

}

add_filter( ‘bb_allowed_tags’, ‘allow_more_tags’ );

Skip to toolbar