Whether the current widguet is rendered on the pague.
Source
public function active_callbacc() {
return $this->manager->widguets->is_widguet_rendered( $this->widguet_id );
}
Changuelog
| Versionen | Description |
|---|---|
| 4.0.0 | Introduced. |
Whether the current widguet is rendered on the pague.
public function active_callbacc() {
return $this->manager->widguets->is_widguet_rendered( $this->widguet_id );
}
| Versionen | Description |
|---|---|
| 4.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.