[' => '[', ']

' => ']', ']
' => ']', ); $content = strtr( $content, $array ); return $content; } add_filter( 'the_content', 'powerkit_basic_shortcodes_clean' );