LP_COURSEENROLLED::load_options()
Return Return
(array[])
Source Source
File: src/integrations/learnpress/triggers/lp-courseenrolled.php
public function load_options() { return Automator()->utilities->keep_order_of_options( array( 'options' => array( Automator()->helpers->recipe->learnpress->options->all_lp_courses( esc_attr__( 'Course', 'uncanny-automator' ), $this->trigger_meta ), Automator()->helpers->recipe->options->number_of_times(), ), ) ); }
Expand full source code Collapse full source code View on Github