esc_html__( 'Text widget content goes here...', 'bloghash' ), 'visibility' => 'all', ); $args['values'] = isset( $args['values'] ) ? wp_parse_args( $args['values'], $values ) : $values; $args['values']['content'] = wp_kses( $args['values']['content'], bloghash_get_allowed_html_tags() ); parent::__construct( $args ); } /** * Displays the form for this widget on the Widgets page of the WP Admin area. * * @since 1.0.0 * @return void */ public function form() { ?>
', '' ) ); ?>