Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_SendWP::get_splice_index( array $settings )
Find the end of the “email_options” section to splice in new settings.
Parameters Parameters
- $settings
-
(array) (Required) Default engagement settings.
Return Return
(int)
Source Source
File: includes/admin/class-llms-sendwp.php
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.37.3 | Modify the ID used to determine where to splice in SendWP Options. |
3.36.1 | Introduced. |