automator_purge_action_logs( $recipe_id, $automator_recipe_log_id )
Purge action logs
Contents
Parameters Parameters
- $recipe_id
-
(Required)
- $automator_recipe_log_id
-
(Required)
Source Source
File: src/global-functions.php
function automator_purge_action_logs( $recipe_id, $automator_recipe_log_id ) { Automator()->db->action->delete_logs( $recipe_id, $automator_recipe_log_id ); }
Expand full source code Collapse full source code View on Github