Skip to content

mc_handle_importer_custom_fields

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

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

Clone this wiki locally