wdg_title . $after_title; asc_dl_widgetad(); echo $after_widget; } /** @see WP_Widget::update */ function update($new_instance, $old_instance) { $instance = $old_instance; //$instance['title'] = strip_tags($new_instance['title']); return $instance; } /** @see WP_Widget::form * called on widget admin edit */ function form($instance) { //$title = esc_attr($instance['title']); $f_pid = get_option("asc_opt_pageid"); echo '

adscaped pageid: '.$f_pid."

"; echo 'change adscaped Settings'; /* */ echo '

'; } } // class FooWidget ?>