Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
PUM_Triggers::get_triggers()
Retrieves all initialized triggers.
Description Description
Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
Return Return
(array) The triggers
Source Source
File: classes/Triggers.php
public function get_triggers() { if ( ! isset( $this->triggers ) ) { $this->register_triggers(); } return $this->triggers; }
Expand full source code Collapse full source code View on Trac