Function replaceEmptySalts

  • Replaces empty salts in the WordPress configuration with generated salt codes.

    Parameters

    • configContent: string

      The content of the wp-config.php file.

    Returns string

    • The updated content with replaced salts.

Generated using TypeDoc