array( 'name'=>__('Flat', 'accordions'), 'thumb'=> accordions_plugin_url.'assets/admin/images/flat.png', 'css_url'=>'', ), 'semi-rounded'=>array( 'name'=>__('Semi Rounded', 'accordions'), 'thumb'=>accordions_plugin_url.'assets/admin/images/semi-rounded.png', 'css_url'=>'', ), ); foreach(apply_filters( 'accordions_themes', $themes ) as $theme_key=> $theme_name){ $theme_list[$theme_key] = $theme_name; } return $theme_list; } }