Popup Expiry', 8, __FILE__, 'auto_popup_expiry', plugin_dir_url( __FILE__ ) . 'images/expiry.png'); } function auto_popup_expiry() { include('auto_popup_expiry_admin.php'); } function popup_plugin_shortcode( $atts, $content = null ) { extract( shortcode_atts( array( 'url' => '', 'class' => '', 'height' => get_option('popup_window_height'), 'width' => get_option('popup_window_width'), 'miadate' => get_option('popup_window_date'), 'popup_window_image' => get_option('popup_window_image'), 'popup_window_fadeout' => get_option('popup_window_fadeout'), 'popup_window_link' => get_option('popup_window_link'), 'popup_window_target' => get_option('popup_window_target'), 'popup_window_color' => get_option('popup_window_color'), 'popup_window_radius' => get_option('popup_window_radius'), ), $atts ) ); include('autopop.php'); }