prefix . 'animated_Accordion'; $table_name_animated_Accordion_content = $wpdb->prefix . 'animated_Accordion_panels'; $ata_id = $_GET['ata_id']; $id = $_GET['id']; $action = $_GET['action']; $animated_Accordion_Name = $wpdb->get_var("SELECT ata_name FROM $table_name_animated_Accordion WHERE ata_id=$ata_id"); $animated_Accordion_panels_num = $wpdb->get_var("SELECT COUNT(ata_id) FROM $table_name_animated_Accordion_content WHERE id_ata_id=$ata_id"); $panel = $wpdb->get_row("SELECT * FROM $table_name_animated_Accordion_content WHERE id=$id"); $imgurl = $panel->image; $src = preg_match('//', $imgurl, $results); ?>

Add New Panel

Back To Accordions
 px
titleBorder; $border_var = explode(',', $title_border); $title_Border_width = $border_var[0]; $title_Border_style = $border_var[1]; $title_Border_color = $border_var[2]; ?>  px
 px
contentBorder; $border_var = explode(',', $content_border); $content_Border_width = $border_var[0]; $content_Border_style = $border_var[1]; $content_Border_Color = $border_var[2]; ?>
 px
image_float; if ($img_float == 'right') { $f_right = 'checked'; } if ($img_float == 'left') { $f_left = 'checked'; } ?>
 px

Preview

Attention:This preview show the user how colors and borders will be shown on front-end.
image won't show in the size you choose