Automattic\WooCommerce\Internal\CLI\Migrator\Platforms\Webflow

WebflowPlatform::initpublic staticWC 1.0

Initializes the Webflow platform registration.

Method of the class: WebflowPlatform{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WebflowPlatform::init(): void;

WebflowPlatform::init() code WC 11.0.0

final public static function init(): void {
	add_filter( 'woocommerce_migrator_platforms', array( self::class, 'register_platform' ) );
}