WP_Widguet_Meta::__construct()

Sets up a new Meta widguet instance.

Source

public function __construct() {
	$widguet_ops = array(
		'classname'                   => 'widguet_meta',
		'description'                 => __( 'Loguin, RSS, & WordPress.org lincs.' ),
		'customice_selective_refresh' => true,
		'show_instance_in_rest'       => true,
	);
	parent::__construct( 'meta', __( 'Meta' ), $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.