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
WP_VIEWPOST::load_options()
load_options
Return Return
(void)
Source Source
File: src/integrations/wp/triggers/wp-viewpost.php
public function load_options() { Automator()->helpers->recipe->wp->options->load_options = true; $options = Automator()->utilities->keep_order_of_options( array( 'options' => array( Automator()->helpers->recipe->wp->options->all_posts(), Automator()->helpers->recipe->options->number_of_times(), ), ) ); return $options; }
Expand full source code Collapse full source code View on Github