Description
Simple Relative Urls plugin changes:
- home and siteurl
- script src urls
- style link urls
- images src urls
It uses wordpress filters.
It doesn’t interact with database.
It is fast, it doesn’t search and replace generated html.
It doesn’t change hardcoded urls (for example in post content).
It is flexible.
Plugin was originally created to enable wordpress to work with a localtunnel npm package
localtunnel exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes.
Example use cases
If Your development tasks don’t involve images, don’t download them from a server. Just install the plugin and add this line of code to your wp-config.php file
define( 'SRU_IMG_SRC_RELATIVE', false );
Your local copy will then display images from their oryginal source.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Simple Relative Urls” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Simple Relative Urls” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.