automator_update_recipe_run( $update, $where, $update_format, $where_format )
Parameters Parameters
- $update
-
(Required)
- $where
-
(Required)
- $update_format
-
(Required)
- $where_format
-
(Required)
Return Return
(int)
Source Source
File: src/core/lib/helper-functions/automator-helper-functions.php
function automator_update_recipe_run( array $update, array $where, array $update_format, array $where_format ) { return Automator()->db->recipe->update( $update, $where, $update_format, $where_format ); }
Expand full source code Collapse full source code View on Github
Changelog Changelog
Version | Description |
---|---|
3.0 | Introduced. |