noptin_get_form_design_props()
Returns opt-in form properties.
Return Return
(array)
Source Source
File: includes/functions.php
function noptin_get_form_design_props() { return apply_filters( 'noptin_form_design_props', array( 'hideCloseButton', 'borderSize', 'gdprCheckbox', 'gdprConsentText', 'titleTypography', 'titleAdvanced', 'descriptionAdvanced', 'descriptionTypography', 'prefixTypography', 'prefixAdvanced', 'noteTypography', 'noteAdvanced', 'hideFields', 'id', 'imageMainPos', 'closeButtonPos', 'singleLine', 'formRadius', 'formWidth', 'formHeight', 'fields', 'imageMain', 'image', 'imagePos', 'noptinButtonLabel', 'buttonPosition', 'noptinButtonBg', 'noptinButtonColor', 'hideTitle', 'title', 'titleColor', 'hidePrefix', 'prefix', 'prefixColor', 'hideDescription', 'description', 'descriptionColor', 'hideNote', 'hideOnNoteClick', 'note', 'noteColor', 'CSS', 'optinType', ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.0.5 | Introduced. |