Great Plugin…
-
Excellent plugin, one of my favorites.
Do you consider add this option?
May be like a Check Box?———————————————————————
function bnd_fix_shortcodes_extra_line_break( $content ){
$array = array (
‘<p>[‘ => ‘[‘,
‘]</p>’ => ‘]’,
‘]<br />’ => ‘]’
);
$content = strtr( $content, $array );
return $content;
}
add_filter(‘the_content’, ‘bnd_fix_shortcodes_extra_line_break’);
———————————————————————
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Great Plugin…’ is closed to new replies.