action_scheduler_bulk_cancel_actions

action_scheduler_bulk_cancel_actions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('action_scheduler_bulk_cancel_actions') is found 2 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Store.php line 397
    		foreach ( $action_ids as $action_id ) {
    			$this->cancel_action( $action_id );
    		}
    
    		do_action( 'action_scheduler_bulk_cancel_actions', $action_ids );
    	}
    
    	/**
    	 * @return array
    	 */
    	public function get_status_labels() {
    
  • /packages/action-scheduler/classes/data-stores/ActionScheduler_DBStore.php line 730
    					$parameters
    				)
    			);
    
    			do_action( 'action_scheduler_bulk_cancel_actions', $action_ids );
    		}
    	}
    
    	/**
    	 * Delete an action.
    	 *
    

See this hook used in plugins: