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

Contents


Return Return

(array)


Source Source

File: src/integrations/uncanny-groups/triggers/uog-userredeems-groupkey.php

	public function load_options() {
		$options = array(
			'options' => array(
				Automator()->helpers->recipe->uncanny_groups->options->all_ld_groups( null, $this->trigger_meta ),
			),
		);
		return Automator()->utilities->keep_order_of_options( $options );
	}