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
EM_REGISTER::load_options()
Return Return
(array[])
Source Source
File: src/integrations/events-manager/triggers/em-register.php
public function load_options() { return Automator()->utilities->keep_order_of_options( array( 'options' => array( Automator()->helpers->recipe->events_manager->options->all_em_events( null, $this->trigger_meta, array( 'any_option' => true, ) ), ), ) ); }
Expand full source code Collapse full source code View on Github