jetpack_sync_import_start, $importer, $importer_name
jetpack_sync_import_start, $importer, $importer_name
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_sync_import_start, $importer, $importer_name') is found 1 times:
- /jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php line 137
* * @param string $importer Either a string reported by the importer, the class name of the importer, or 'unknown'. * @param string $importer_name The name reported by the importer, or 'Unknown Importer'. */ do_action( 'jetpack_sync_import_start', $importer, $importer_name ); break; case 'jetpack_sync_import_end': /** * Used for syncing the end of an import *