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.8.7.0

do_action('action_scheduler_before_schema_update') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_Schema.php line 62
    				 *
    				 * @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: