PHP Class Give_Donators_Gravatars_Widget, Give

Since: 1.0
Inheritance: extends WP_Widget
ファイルを表示 Open project: wordimpress/give

Public Methods

Method Description
__construct ( ) : void Widget constructor
form ( array $instance ) : void Output donators gravatars
update ( array $new_instance, array $old_instance ) : array Update donators gravatars
widget ( array $args, array $instance ) : void Donators gravatars widget content

Method Details

__construct() public method

Widget constructor
Since: 1.0
public __construct ( ) : void
return void

form() public method

Displays the actual form on the widget page.
Since: 1.0
public form ( array $instance ) : void
$instance array Current settings.
return void

update() public method

Processes widget options to be saved.
Since: 1.0
public update ( array $new_instance, array $old_instance ) : array
$new_instance array New settings for this instance as input by the user via WP_Widget::form().
$old_instance array Old settings for this instance.
return array Updated settings to save.

widget() public method

Outputs the content of the widget
Since: 1.0
public widget ( array $args, array $instance ) : void
$args array Display arguments including 'before_title', 'after_title', 'before_widget', and 'after_widget'.
$instance array Settings for the current Links widget instance.
return void