"; } function add_arkavis_widget_to_sidebar($args) { $site_id = trim(get_option('arkavis_site_id')); $width = trim(get_option('arkavis_width')); $height = trim(get_option('arkavis_height')); $games_displayed = get_option('arkavis_games_displayed'); $games_total = get_option('arkavis_games_total'); $games_mode = get_option('arkavis_games_mode'); $games_selection = get_option('arkavis_games_selection'); $sidebar_widget = get_embed_code($site_id, $width, $height, $games_displayed, $games_total, $games_mode, $games_selection); extract($args); ?> '; echo '