action_scheduler_completed_action

action_scheduler_completed_action

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

do_action('action_scheduler_completed_action') is found 2 times:

  • /packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php line 1263
    1259
    1260
    1261
    1262
    1263
    1264
    1265
    1266
    1267
    1268
    1269
         * @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
    1007
    1008
    1009
    1010
    1011
    1012
    1013
    1014
    1015
    1016
    1017
         * @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.