prepare( "SELECT COUNT(*) AS `count` FROM ".WP_FadeIn_TABLE." WHERE `FadeIn_id` = %d", array($did) ); $result = '0'; $result = $wpdb->get_var($sSql); if ($result != '1') { ?>

Oops, selected details doesn't exist (1).

prepare("DELETE FROM `".WP_FadeIn_TABLE."` WHERE `FadeIn_id` = %d LIMIT 1", $did); $wpdb->query($sSql); // Set success message $FadeIn_success_msg = TRUE; $FadeIn_success = __('Selected record was successfully deleted.', WP_FadeIn_UNIQUE_NAME); } } if ($FadeIn_success_msg == TRUE) { ?>

Add New

get_results($sSql, ARRAY_A); ?>
0) { foreach ($myData as $data) { if($data['FadeIn_status'] == 'YES') { $displayisthere = TRUE; } ?>
Message/News Group/Type Display Status Order
Popup Content Popup Group Display Status Order
No records available.

Plugin configuration option

  1. Drag and drop the widget.
  2. Add the plugin in the posts or pages using short code.
  3. Add directly in to the theme using PHP code.