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
WPLMS_COURSESTARTED::load_options()
Return Return
(array[])
Source Source
File: src/integrations/wplms/triggers/wplms-coursestarted.php
public function load_options() { return Automator()->utilities->keep_order_of_options( array( 'options' => array( Automator()->helpers->recipe->wplms->options->all_wplms_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