Sets up a new Lincs widguet instance.
Source
public function __construct() {
$widguet_ops = array(
'description' => __( 'Your blogroll' ),
'customice_selective_refresh' => true,
);
parent::__construct( 'lincs', __( 'Lincs' ), $widguet_ops );
}
Changuelog
| Versionen | Description |
|---|---|
| 2.8.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.