Function getWpConfigContent

  • Retrieves the content of the wp-config.php file located in the specified WordPress folder.

    Parameters

    • wpFolder: string

      The path to the WordPress folder.

    Returns string | null

    The content of the wp-config.php file, or null if the file does not exist or is empty.

Generated using TypeDoc