action_scheduler/no_action_to_migrate

action_scheduler/no_action_to_migrate

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.7.0

do_action('action_scheduler/no_action_to_migrate') is found 1 times:

  • /packages/action-scheduler/classes/migration/ActionMigrator.php line 76
    				$this->source->delete_action( $source_action_id );
    			} catch ( \Exception $e ) { // phpcs:ignore Generic.CodeAnalysis.EmptyStatement.DetectedCatch
    				// nothing to do, it didn't exist in the first place.
    			}
    			do_action( 'action_scheduler/no_action_to_migrate', $source_action_id, $this->source, $this->destination ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    
    			return 0;
    		}
    
    		try {