PHP Class WPCOM_social_media_icons_widget, jetpack

Inheritance: extends WP_Widget
Datei anzeigen Open project: automattic/jetpack

Public Methods

Method Description
__construct ( ) : void __construct function.
enqueue_style ( ) : void Enqueue Style.
form ( mixed $instance ) : void Widget Settings.
remove_username ( mixed $val ) : Value. Remove username from value before to save stats.
update ( mixed $new_instance, mixed $old_instance ) : Instance. Update Widget Settings.
widget ( mixed $args, mixed $instance ) : void Widget Front End.

Private Methods

Method Description
check_genericons ( ) : Bool. Check Genericons.

Method Details

__construct() public method

__construct function.
public __construct ( ) : void
return void

enqueue_style() public method

Enqueue Style.
public enqueue_style ( ) : void
return void

form() public method

Widget Settings.
public form ( mixed $instance ) : void
$instance mixed Instance.
return void

remove_username() public method

Remove username from value before to save stats.
public remove_username ( mixed $val ) : Value.
$val mixed Value.
return Value.

update() public method

Update Widget Settings.
public update ( mixed $new_instance, mixed $old_instance ) : Instance.
$new_instance mixed New Instance.
$old_instance mixed Old Instance.
return Instance.

widget() public method

Widget Front End.
public widget ( mixed $args, mixed $instance ) : void
$args mixed Arguments.
$instance mixed Instance.
return void