WC_Widget::widget_end( array $args )
Output the html at the end of a widget.
Description Description
Parameters Parameters
- $args
-
(Required) Arguments.
Source Source
File: includes/abstracts/abstract-wc-widget.php
public function widget_end( $args ) { echo $args['after_widget']; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped }