PeepSo_USERFOLLOWSAUSER::load_options()
load_options
Source Source
File: src/integrations/peepso/triggers/peepso-userfollowsauser.php
public function load_options() { $options = array( 'options' => array( Automator()->helpers->recipe->peepso->get_users( __( 'PeepSo member', 'uncanny-automator' ), $this->trigger_meta, array( 'uo_include_any' => true ), true ), ), ); $options = Automator()->utilities->keep_order_of_options( $options ); return $options; }
Expand full source code Collapse full source code View on Github