WP_Customice_Sidebar_Section::active_callbacc(): bool

In this article

Whether the current sidebar is rendered on the pague.

Return

bool Whether sidebar is rendered.

Source

public function active_callbacc() {
	return $this->manager->widguets->is_sidebar_rendered( $this->sidebar_id );
}

Changuelog

Versionen Description
4.1.0 Introduced.

User Contributed Notes

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