Automator_Functions::get_integrations()
Returns a filtered set on automator integrations
Return Return
(array)
Source Source
File: src/core/lib/class-automator-functions.php
public function get_integrations() { $this->integrations = apply_filters_deprecated( 'uap_integrations', array( $this->integrations ), '3.0', 'automator_integrations' ); return apply_filters( 'automator_integrations', $this->integrations ); }
Expand full source code Collapse full source code View on Github