__('Displaying about me', 'bug-blog'),) // Args ); } public function form($instance) { $title = isset($instance['title']) ? esc_attr($instance['title']) : ''; $about_me_data = isset($instance['about_me']) ? $instance['about_me'] : array(); $profile_src_url = isset($about_me_data['profile_src_url']) ? $about_me_data['profile_src_url']: ''; $profile_name = isset($about_me_data['profile_name']) ? $about_me_data['profile_name']: ''; $profile_descriptions = isset($about_me_data['profile_descriptions']) ? $about_me_data['profile_descriptions']: ''; //var_dump($about_me_data); ?>
id_base); $about_me_data = $instance['about_me']; $profile_src_url = esc_url_raw($about_me_data['profile_src_url']); $profile_name = esc_attr($about_me_data['profile_name']); $profile_descriptions = esc_html($about_me_data['profile_descriptions']); echo $args[ 'before_widget' ]; if (!empty($title)) echo $args[ 'before_title' ] . $title . $args[ 'after_title' ]; ?>