A_Z_Widget::widget( Array $args, Array $instance )
Print the user-visible widget to the page.
Advertisements
Description
Parameters
- $args
(Array) (Required) General widget configuration. Often shared between all widgets on the site.
- $instance
(Array) (Required) Configuration of this Widget. Unique to this invocation.
Source
File: widgets/class-a-z-widget.php
function widget( $args, $instance ) { the_section_az_widget( $args, $instance ); }
Changelog
Version | Description |
---|---|
0.1 | Introduced. |
More Information
You are currently logged out. To view tickets you must first login.
Advertisements