Contents
Description
The wsf_section_get_object PHP function returns a section object by ID.
Usage
wsf_section_get_object( $form_object, $section_id );
Parameters
$form_objectForm ObjectThe form object.$section_idIntegerThe section ID to return the section object for.
Return
$section_object Section ObjectThe section object.