Skip to content

Instantly share code, notes, and snippets.

@rrennick
rrennick / fix-as-action-ids.php
Last active October 3, 2020 14:04
Address fatal error in Action Scheduler when identity field was not correctly set on migration
<?php
/*
Plugin Name: Fix Action Scheduler Action IDs
Version: 0.2
Author: Automattic
Author URI: https://automattic.com/
Description: This is a one time use plugin designed to address a fatal error during AS migration where the identity field in the actionscheduler_actions table did not get set before actions were migrated.
License: GNU General Public License v3.0 (or later)
License URI: http://www.opensource.org/licenses/gpl-license.php