action_scheduler_completed_action

action_scheduler_completed_action

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('action_scheduler_completed_action') is found 2 times:

  • /packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php line 1153
    		 * @since 3.4.2
    		 *
    		 * @param int $action_id Action ID.
    		 */
    		do_action( 'action_scheduler_completed_action', $action_id );
    	}
    
    	/**
    	 * Get an action's status.
    	 *
    	 * @param int $action_id Action ID.
    
  • /packages/action-scheduler/classes/data-stores/ActionScheduler_wpPostStore.php line 1011
    		 * @since 3.4.2
    		 *
    		 * @param int $action_id Action ID.
    		 */
    		do_action( 'action_scheduler_completed_action', $action_id );
    	}
    
    	/**
    	 * Mark action as migrated when there is an error deleting the action.
    	 *
    	 * @param int $action_id Action ID.