noptin_get_form_field_props()
Returns form field props.
Return Return
(array)
Source Source
File: includes/functions.php
function noptin_get_form_field_props() { return apply_filters( 'noptin_form_field_props', array( 'fields', 'fieldTypes' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.5 | Introduced. |