'30', 'separator' => '', 'sort' => 'intersection', 'set' => false ), $atts ) ); $number = floatval( $number ); if ( $number < 1 ) $number = 30; $sort = options_atts( $sort , array( 'intersection', 'alphabetical', '1by1', 'name', 'DESC' ) ); $set = SJ2DTAG_options::get_set_by_name( $set ); $options = compact( 'set', 'number', 'separator', 'sort' ); return SJ2DTAG_main::get_tagcloud( $options ); } }