action_scheduler_before_schema_update

action_scheduler_before_schema_update

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('action_scheduler_before_schema_update') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php line 68
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
                 *
                 * @param string $table Name of table being updated.
                 * @param string $db_version Existing version of the table being updated.
                 */
                do_action( 'action_scheduler_before_schema_update', $table, $this->db_version );
                $this->update_table( $table );
            }
            $this->mark_schema_update_complete();
        }
    }

See this hook used in plugins: