Symbolic links are … risky in WordPress. It is easier to use a separate domain for plugins per wp-config.php:
define( 'WP_PLUGIN_DIR', '/local/path/to/plugin/directory' );
define( 'WP_PLUGIN_URL', 'http://plugins.dev');
See Strategy On Building Plugin Using Eclipse as an example for IDE configuration with such a setup.
Related Posts:
- How to get the path to the current theme?
- How to call images from your plugins image folder?
- How to add multiple custom URL variables?
- How to Rewrite WordPress URL for a Plugin
- Which method is best to enqueue scripts
- Turn revisions off in plugin instead of config.php?
- Having Problem On Getting WP Post Gallery Images URL
- Mapping multiple URLs to same page
- URLs of plugin resources?
- Plugin base URL
- How to restore WP 5.4 behaviour where a numeric string could added to each page URL and parsed as “page” in WP 5.5?
- Alternatives to DISALLOW_FILE_EDIT wp-config Constant? It Breaks Some Plugins
- Redirect to another page using contact form 7? [closed]
- get_option() will not work without access to wp-config.php
- Can I use %category% like Templates in my Plugin?
- Plugin path comes wrongly
- How to get post image root URL?
- How to list all images used on a specific page?
- Loading Images from Javascript on the Front End
- The URL of images on my website changed after being set as featured image
- How to save page URL as a favorite
- Getting incorrect filepath inside custom block front-end output using @wordpress/create-block tutorial
- Check current URL is 404 in pre_option_stylesheet filter hook
- I’m including a html file in my plugin, but it can’t find its css or js files
- Creating a return url for getting data from external api
- Return raw image proxy for wordpress plugin
- How to pass a more variable with page/subpage in Wordprees URL?
- Plugins and how to assign urls to content
- Any way to make Apache’s internal redirect work?
- Issue on Getting Images URL of the Post Gallery
- Mapping multiple URLs to same page
- How to Rewrite WordPress URL for a Plugin
- How to Rewrite WordPress URL for a Plugin
- redirect word-press page with page values
- WordPress custom link with my plugin
- Personalized URL for non-logged in WordPress
- esc_url, esc_url_raw or sanitize_url?
- WP 3.3 How to Add Menu Items to the Admin Bar?
- What is the correct way to build a widget using OOP
- Optimize shortcode callbacks
- Modifying the way WP sets cookies
- add_action with a class method is causing fatal errors
- How to get vim to autocomplete WordPress API functions?
- Not sure the best way to save custom plugin data
- How do I make specific plugin functionality apply to different sites in a network?
- What is a settings group actually for?
- The changes I make to an external JS file of my WP plugin are only applied after I clear my browser’s cache
- How does gettext works for translating readme file of plugin?
- How to debug WordPress correctly?
- How to add multiple copies of a widget from “available widgets”
- How do I approach removing menu items on the fly based on settings in my plugin?
- Can I use core’s “or Link to Existing Content” feature in my plugin?
- Plugin with specific admin menu icon
- Print WordPress username id inside JavaScript
- How to Download and install plugin database remotely
- Should I always prefer esc_attr_e & esc_html_e instead of _e?
- using new WP_Query in save_post function alters $post
- Preview Changes button missing on custom post type page since updating to 3.4
- Any problem in using native jquery ajax style instead of using admin-ajax.php?
- WP_Editor – Saving Value into Plugin Option – Stripping HTML
- How To Consistently Enforce Rewrite Rule in Plugin Development
- Warning: Cannot modify header information – How to resolve this issue? [closed]
- $paged always 0 on plugin’s custom page
- Is there a way in which I can compare product id with the order id to display content on front end before placing the order? [closed]
- Video Security just like facebook [closed]
- Link Pop-up in custom plugin
- How to handle shortcodes through plugin
- WordPress debug messages not displaying
- Show message from backend
- PHP File_exist() not working – Checking if File Exist in WordPress Theme Directory
- Woocommerce inventory [closed]
- Add a check box in Menu Settings
- how to load the comment template from a plugin
- Is there any way to fire heartbeat API from for website visitors?
- Include HTML (Bootstrap Modal Box) with a plugin into my header
- Using init hook for register_taxonomy is causing invalid_taxonomy in wp_insert_term()
- How can I prevent ‘500 internal server error’ because of a long install process?
- Displaying custom content from a plugin within the active theme
- Downloading File via headers doesnt work
- Custom plugin & calling REST api of wordpress instance the plugins is running on
- Add variables from rewrite rules to query var
- “add to cart” links css class “ajax_add_to_cart” doesn’t show in woocommerce in widget sidebar
- How do I specify where to save the debug.log?
- Code for cron to delete posts that contain specific expression (e.g. “unable to fetch” every 30 minutes
- How to fetch the post content from the wordpress editor before it can be saved(published)?
- pull data from wordpress database
- How does one set cookies in WordPress without getting the ‘headers not sent’ error? within WP
- Object Oriented plugin, add action and variables
- Filter the_content() to add custom figure tags
- Glyphicons Dont Show in WordPress Plugin Only
- Change the search results header from plugin
- Tracing dashboard publish settings from input form in WordPress
- Add query string variables to all hyperlinks URL matching a specified domain
- Virtual Page with Registration form
- Is there such a thing as a WordPress console?
- Images not displaying on live server
- Forcing the Uninstall Hook to fail
- Is using upgrader_process_complete the correct way to perform plugin updates?
- Load images from CDN and custom features to “Add Media” dialogue
- Saving metabox updates causing fatal error