Skip to main content

login

Callable


  • Logs in to Playground. Under the hood, this function sets the PLAYGROUND_AUTO_LOGIN_AS_USER constant. The 0-auto-login.php mu-plugin uses that constant to log in the user on the first load. This step depends on the @wp-playground/wordpress package because the plugin is located in and loaded automatically by the @wp-playground/wordpress package.


    Parameters

    • php: UniversalPHP

      A PHP instance or Playground client.

    • args: Omit<LoginStep, step>
    • optionalprogressArgs: StepProgress

    Returns any