You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parameters
ifAlreadyInstalled – What to do if the asset already exists.
options (InstallPluginOptions) – Optional installation options.
pluginData – The plugin files to install. It can be a plugin zip file, a single PHP file, or a directory containing all the plugin files at its root.
pluginZipFile (FileResource) – @deprecated.
... which wouldn't work, although the docs say "It can be a plugin zip file, a single PHP file, or a directory containing all the plugin files at its root."
Only using writeFile and a separate step activatePlugin would make this work.
The text was updated successfully, but these errors were encountered:
The [documentation on installPlugin] step(https://wordpress.github.io/wordpress-playground/blueprints/steps#InstallPluginSte) provides this information
During the audit of blueprints in the gallery, I tried to modify Install plugin from gist blueprint
... which wouldn't work, although the docs say "It can be a plugin zip file, a single PHP file, or a directory containing all the plugin files at its root."
Only using
writeFile
and a separate stepactivatePlugin
would make this work.The text was updated successfully, but these errors were encountered: