WC_Widget::widget_end( array $args )

Output the html at the end of a widget.


Description Description


Parameters Parameters

$args

(Required) Arguments.


Top ↑

Source Source

File: includes/abstracts/abstract-wc-widget.php

	public function widget_end( $args ) {
		echo $args['after_widget']; // phpcs:ignore WordPress.XSS.EscapeOutput.OutputNotEscaped
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.