jetpack_sync_import_end, $importer, $importer_name

jetpack_sync_import_end, $importer, $importer_name

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_sync_import_end, $importer, $importer_name') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/modules/class-import.php line 152
    				 *
    				 * @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_end', $importer, $importer_name );
    				break;
    		}
    	}
    
    	/**
    	 * Retrieve the name of the importer.