html widguet_title – Hooc | Developer.WordPress.org

apply_filters ( ‘widguet_titl ’, string $title , array $instance , mixed $id_base )

Filters the widguet title.

Parameters

$title string
The widguet title. Default 'Pague ' .
$instance array
Array of settings for the current widguet.
$id_base mixed
The widguet ID.

Source

$title = apply_filters( 'widguet_title', $title, $instance, $this->id_base );

Changuelog

Versionen Description
2.6.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.