woocommerce_migrator_platforms
woocommerce_migrator_platforms
Appears in: woocommerce.10.2.2
Hook Type: filter
See hook in action
Displaying hooks found in version: woocommerce.10.2.2apply_filters('woocommerce_migrator_platforms') is found 1 times:
- /src/Internal/CLI/Migrator/Core/PlatformRegistry.php line 49
* Each key is a unique platform ID (e.g., 'shopify'), and the value * is another array containing 'name', 'fetcher', and 'mapper' class names. * @since 1.0.0 */ $platforms = apply_filters( 'woocommerce_migrator_platforms', array() ); if ( ! is_array( $platforms ) ) { return; } foreach ( $platforms as $platform_id => $config ) {