Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
AUTONAMI_ADD_CONTACT_TAG::load_options()
Method load_options
Return Return
(void)
Source Source
File: src/integrations/autonami/actions/autonami-add-contact-tag.php
public function load_options() { $options[] = $this->helpers->get_tag_dropdown( false ); $options[] = $this->helpers->get_email_field(); return array( 'options_group' => array( $this->get_action_meta() => $options, ), ); }
Expand full source code Collapse full source code View on Github