Function askForDump

  • This async function asks the user if they want to dump the WordPress installation. If the user confirms, it gets the WordPress paths, creates a new Dump instance, and initiates it.

    It does not take any parameters.

    Returns Promise<WPMMconfig | undefined>

    The result of the dump initiation, if it is initiated.

Generated using TypeDoc