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