PHP Class WPCOM_social_media_icons_widget, jetpack

Inheritance: extends WP_Widget
Afficher le fichier Open project: automattic/jetpack

Méthodes publiques

Méthode 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

Méthode Description
check_genericons ( ) : Bool. Check Genericons.

Method Details

__construct() public méthode

__construct function.
public __construct ( ) : void
Résultat void

enqueue_style() public méthode

Enqueue Style.
public enqueue_style ( ) : void
Résultat void

form() public méthode

Widget Settings.
public form ( mixed $instance ) : void
$instance mixed Instance.
Résultat void

remove_username() public méthode

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

update() public méthode

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

widget() public méthode

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