Saves one or more fields from the remote record direct to one of the destination post's meta fields.
Located at culturehosts-importer/src/Service/Tasks/Fields_To_Postmeta.php
| Methods |
public
|
__construct(string|string[] $source_fields, string $meta_key, array|Formatter|callable $formatters = [])
Set the source fields and destination meta key for this task.
Set the source fields and destination meta key for this task.
Parameters
| $source_fields |
Field names as found in the CultureHosts record
|
| $meta_key |
The destination meta field
|
| $formatters |
The formatters to pass the field values through
|
Overrides
Overridden by
|
#
|