login(php: UniversalPHP, args: Omit<LoginStep, step>, progressArgs?: StepProgress): any
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.
Logs in to Playground. Under the hood, this function sets the
PLAYGROUND_AUTO_LOGIN_AS_USER
constant. The0-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.