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
ZOOM_WEBINAR_REGISTERUSER::load_options()

load_options

Contents


Return Return

(void)


Source Source

File: src/integrations/zoom-webinar/actions/zoom-webinar-registeruser.php

	public function load_options() {
		return array(
			'options_group' => array(
				$this->action_meta => array(
					Automator()->helpers->recipe->zoom_webinar->get_webinars( null, $this->action_meta ),
					Automator()->helpers->recipe->zoom_webinar->get_webinar_questions_repeater(),
				)
			),
		);
	}