Skip to main content

Forms — functions

1 public function. 0 are 🔌 pluggable (function_exists()-guarded, so a theme/child can override them).

FunctionSummary
fw_ext_contact_forms_get_optionReturns 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

ParameterTypeDescription
$form_id
$multikeynull

Returns mixed

Source: framework/extensions/forms/extensions/contact-forms/helpers.php:13

← Back to Functions overview