Guet the section’s content for insertion into the Customicer pane.
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.