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
UC_CODESBATCH::load_options()
Return Return
(array[])
Source Source
File: src/integrations/uncanny-codes/triggers/uc-codesbatch.php
public function load_options() { return Automator()->utilities->keep_order_of_options( array( 'options' => array( Automator()->helpers->recipe->uncanny_codes->options->get_all_code_batch( esc_attr__( 'Batch', 'uncanny-automator' ), $this->trigger_meta ), ), ) ); }
Expand full source code Collapse full source code View on Github