Forms — functions
1 public function. 0 are 🔌 pluggable (function_exists()-guarded, so a theme/child can override them).
| Function | Summary |
|---|---|
fw_ext_contact_forms_get_option | Returns value of the form option |
fw_ext_contact_forms_get_option
fw_ext_contact_forms_get_option( $form_id, $multikey = null )
Returns value of the form option
| Parameter | Type | Description |
|---|---|---|
$form_id | — | — |
$multikey | null | — |
Returns mixed
Source: framework/extensions/forms/extensions/contact-forms/helpers.php:13
← Back to Functions overview