mc_handle_importer_custom_fields - joedolson/my-calendar GitHub Wiki

Handle custom fields passed from the importer before doing the import.

Auto-generated Example

add_action(
   'mc_handle_importer_custom_fields',
    function( string $source ) {
        // Your code here.
    }
);

Parameters

  • string $source Importer source name.

Files

do_action( 'mc_handle_importer_custom_fields', $source )

← All Hooks