woocommerce_migrator_platforms

woocommerce_migrator_platforms

Appears in:
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.2.2

apply_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 ) {
    

See this hook used in plugins: