WC_Install::run_update_callback_start( string $callback )

Triggered when a callback will run.


Description Description


Parameters Parameters

$callback

(Required) Callback name.


Top ↑

Source Source

File: includes/class-wc-install.php

	protected static function run_update_callback_start( $callback ) {
		wc_maybe_define_constant( 'WC_UPDATING', true );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.