Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Allow Symlinking of plugins and themes #20

Open
jasonbahl opened this issue Apr 24, 2024 · 0 comments
Open

Feature Request: Allow Symlinking of plugins and themes #20

jasonbahl opened this issue Apr 24, 2024 · 0 comments
Labels
[Type] Enhancement Improvement upon an existing feature

Comments

@jasonbahl
Copy link

What

I would love to be able to symlink plugins and themes.

Why

As a plugin developer, I often spin up new sites to reproduce specific scenarios, discover edge cases, etc and I would like to be able to symlink plugin(s) into my studio managed sites so that I can use a canonical version of the plugin(s) on my machine across different studio sites.

How

I would like to be able to :

  • navigate to the plugins directory of my studio site:
    cd ~/Studio/site-name/wp-content/plugins

  • symlink a plugin I have on my machine into the site:
    ln -s ~/path/to/my/plugin

  • Activate the symlinked plugin in my studio site


Currently, I can symlink a plugin into the plugins directory and it shows properly symlinked on my machine, but the WP admin does not show the symlinked plugin as an available plugin to activate.

@jasonbahl jasonbahl added the [Type] Enhancement Improvement upon an existing feature label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Enhancement Improvement upon an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant