விளக்கம்
Remove the query string ?=1 added by WordPress adds to media URLs in HTML5 audio and video mediaelement.js players. It will match any digit that follows the equals sign, e.g. ?=42 will be removed.
This plugin is ideal for the following reasons
- Page Loading Performance: Improve page speed scores with services like PageSpeed, YSlow, Pingdoom and GTmetrix.
- Caching: Links with query string parameters such as “?” followed by name=value pairs separated by ‘&’ in the URL are typically not cacheable
- Statistics and Analytics: Prevent statistics and analytics services from including the query string in reporting.
Compatible Media Plugins
If this plugin works with your favorite media plugin, please contact me and I will add it to the list.
Installation
- Copy/Upload the entire
remove-query-arg-from-mediadirectory from the downloaded zip file into the /wp-content/plugins/ directory. - Activate the “Remove Query Arg from Media” plugin in the ‘Plugins’ menu in WordPress
- Enjoy
அடிக்கடி கேட்கப்படும் கேள்விகள்
- Why did you make the plugin?
-
To solve a simple problem, to remove the query string parameter from the media URLs.
Reviews
இந்த செருகுநிரலுக்கு மதிப்புரைகள் எதுவும் இல்லை.
பங்களிப்பாளர்கள் & உருவாக்குனர்கள்
“Remove Query Arg from Media URLs ?_=1” is open source software. The following people have contributed to this plugin.
பங்களிப்பாளர்கள்Translate “Remove Query Arg from Media URLs ?_=1” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.1
- Released on 1/7/2017
- First version