name = esc_html__( 'Cart', 'bloglo' ); $this->description = esc_html__( 'Displays WooCommerce cart.', 'bloglo' ); $this->icon = 'dashicons dashicons-cart'; $this->type = 'cart'; } /** * Displays the form for this widget on the Widgets page of the WP Admin area. * * @since 1.0.0 * @return void */ public function form() {} } endif;