ANON_ELEM_SUBMITFORM::load_options()
Return Return
(array)
Source Source
File: src/integrations/elementor/triggers/anon-elem-submitform.php
public function load_options() { $options = array( 'options' => array( Automator()->helpers->recipe->elementor->options->all_elementor_forms( null, $this->trigger_meta ), ), ); return Automator()->utilities->keep_order_of_options( $options ); }
Expand full source code Collapse full source code View on Github