'', 'from' => '', 'to' => '', 'dp' => '', 'template' => '' ), $paras ) ); // If content provided, assume this to be the template if ( $content != '' ) { $template = $content; } // Perform currency conversion using supplied parameters return occ_convert_currency( $number, $from, $to, $dp, $template ); } add_shortcode( 'convert', 'occ_convert_shortcode' ); ?>