Class CultureHosts\WP\Importer\Service\Tasks\Related_Post_To_Postmeta

extends Fields_To_Postmeta

Some CultureHosts records refer to others, e.g. an event can have a venue_id. This task checks the local database to see if that referred-to record has already been imported and, if so, stores the resulting local post ID in postmeta, instead of the remote record ID.

Located at culturehosts-importer/src/Service/Tasks/Related_Post_To_Postmeta.php
Methods
Methods inherited from CultureHosts\WP\Importer\Service\Tasks\Generic_Field_Task
run(), supports_when()