Changeset 1905592
- Timestamp:
- 07/07/2018 03:53:22 AM (8 years ago)
- Location:
- query-strings-remover
- Files:
-
- 3 edited
-
tags/1.0/query-strings-remover.php (modified) (2 diffs)
-
tags/1.0/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
query-strings-remover/tags/1.0/query-strings-remover.php
r981938 r1905592 2 2 /* 3 3 Plugin Name: Query Strings Remover 4 Plugin URI: http ://atulhost.com/query-strings-remover4 Plugin URI: https://www.atulhost.com/query-strings-remover 5 5 Description: Query Strings Remover removes query strings from your static resources like CSS and JavaScript files. It will improve your cache performance and overall score in Google PageSpeed, YSlow, Pingdom and GTmetrix. Just install and forget everything, as no configuration needed. 6 6 Author: Atul Kumar Pandey 7 7 Version: 1.0 8 Author URI: http ://atulhost.com8 Author URI: https://www.atulhost.com 9 9 */ 10 10 11 function qsr_remove_script_version( $src ){ 11 12 $parts = explode( '?ver', $src ); … … 14 15 add_filter( 'script_loader_src', 'qsr_remove_script_version', 15, 1 ); 15 16 add_filter( 'style_loader_src', 'qsr_remove_script_version', 15, 1 ); 17 16 18 ?> -
query-strings-remover/tags/1.0/readme.txt
r1905589 r1905592 3 3 Tags: query string remover, remove, query, strings, static, resources, pingdom, gtmetrix, yslow, pagespeed 4 4 Requires at least: 3.5 5 Tested up to: 4. 3.15 Tested up to: 4.9.7 6 6 Stable tag: 1.0 7 7 License: GPLv2 or later … … 15 15 After installing Query Strings Remover sure empty you cached resources in order to see the magic of this plugin. 16 16 17 If you have any problem and want to contribute any suggetion please contact us on http ://atulhost.com/query-strings-remover link.17 If you have any problem and want to contribute any suggetion please contact us on https://www.atulhost.com/query-strings-remover link. 18 18 19 19 Contact Author at https://www.atulhost.com for more details. -
query-strings-remover/trunk/readme.txt
r1905589 r1905592 15 15 After installing Query Strings Remover sure empty you cached resources in order to see the magic of this plugin. 16 16 17 If you have any problem and want to contribute any suggetion please contact us on http ://atulhost.com/query-strings-remover link.17 If you have any problem and want to contribute any suggetion please contact us on https://www.atulhost.com/query-strings-remover link. 18 18 19 19 Contact Author at https://www.atulhost.com for more details.
Note: See TracChangeset
for help on using the changeset viewer.