GTT_REGISTERUSER::load_options()
Callback method to options_callback
arg.
Source
File: src/integrations/gototraining/actions/gtt-registeruser.php
public function load_options() { return array( 'options_group' => array( $this->action_meta => array( array( 'option_code' => 'GTTTRAINING', 'input_type' => 'select', 'label' => __( 'Training', 'uncanny-automator' ), 'description' => '', 'required' => true, 'supports_tokens' => true, 'options' => Automator()->helpers->recipe->gototraining->get_trainings(), ), ), ), ); }
Expand full source code Collapse full source code View on Github