Method |
Description |
|
__construct ( ) |
Registers the widget with WordPress. |
|
enqueue_style ( ) |
Enqueue stylesheet for grid layout. |
|
fetch_remote_community ( $query ) : array |
Request community members to WordPress.com endpoint. |
|
form ( array $instance ) : string | void |
Back-end widget form. |
|
get_community ( array $query ) : string |
Initiate request and render the response. |
|
update ( array $new_instance, array $old_instance ) : array |
Sanitize widget form values as they are saved. |
|
widget ( array $args, array $instance ) |
Front-end display of widget. |
|