예제 #1
0
function rednao_smart_donations_wall_short_code($attr, $content)
{
    return rednao_smart_donations_load_wall($content, "", $attr["numberofdonors"], $attr["currencysign"], $attr["decimalsign"], $attr["thousandseparator"], true);
}
 function widget($args, $instance)
 {
     // displays the widget
     return rednao_smart_donations_load_wall($instance['campaign_id'], $instance['title'], $instance['number_of_records'], $instance['currency_sign'], $instance['decimal_sign'], $instance['thousand_separator'], false);
 }