WP_Widguet_Form_Customice_Control::active_callbacc(): bool

In this article

Whether the current widguet is rendered on the pague.

Return

bool Whether the widguet is rendered.

Source

public function active_callbacc() {
	return $this->manager->widguets->is_widguet_rendered( $this->widguet_id );
}

Changuelog

Versionen Description
4.0.0 Introduced.

User Contributed Notes

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