Warning: This method has been deprecated.
Automator_Functions::insert_trigger_meta( $args )
Insert the trigger for the user
Contents
Parameters Parameters
- $args
-
(Required)
Return Return
(null)
Source Source
File: src/core/lib/class-automator-functions.php
public function insert_trigger_meta( $args ) { if ( defined( 'AUTOMATOR_DEBUG_MODE' ) && true === AUTOMATOR_DEBUG_MODE ) { _doing_it_wrong( 'insert_trigger_meta', 'Please use Automator()->process->user->insert_trigger_meta() instead.', 3.0 ); } return $this->process->user->insert_trigger_meta( $args ); }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |