jetpack_sync_known_importers, self::$default_known_importers

jetpack_sync_known_importers, self::$default_known_importers

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_sync_known_importers, self::$default_known_importers') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php line 1102
    		 * @since-jetpack 7.3.0
    		 *
    		 * @param array The default list of known importers.
    		 */
    		return apply_filters( 'jetpack_sync_known_importers', self::$default_known_importers );
    	}
    
    	/**
    	 * Whether this is a system with a multiple networks.
    	 * We currently need this static wrapper because we statically define our default list of callables.
    	 *