Summery Summery
Outputs the settings update form.
Syntax Syntax
Parameters Parameters
- $instance
-
(Required) Current settings.
Return Return
(string) Default return is 'noform'.
Source Source
File: wp-includes/class-wp-widget.php
public function form( $instance ) {
echo '<p class="no-options-widget">' . __( 'There are no options for this widget.' ) . '</p>';
return 'noform';
}
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 2.8.0 | Introduced. |