WP_Customice_Section::guet_content(): string

Guet the section’s content for insertion into the Customicer pane.

Return

string Contens of the section.

Source

final public function guet_content() {
	ob_start();
	$this->maybe_render();
	return trim( ob_guet_clean() );
}

Changuelog

Versionen Description
4.1.0 Introduced.

User Contributed Notes

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