Download the PHP package idearia/wordpress-cache-busting without Composer
On this page you can find all versions of the php package idearia/wordpress-cache-busting. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download idearia/wordpress-cache-busting
More information about idearia/wordpress-cache-busting
Files in idearia/wordpress-cache-busting
Download idearia/wordpress-cache-busting
More information about idearia/wordpress-cache-busting
Files in idearia/wordpress-cache-busting
Vendor idearia
Package wordpress-cache-busting
Short Description Selectively invalidate browser cache in WordPress
License GPL-3.0-or-later
Homepage https://github.com/Idearia/wordpress-cache-busting
Package wordpress-cache-busting
Short Description Selectively invalidate browser cache in WordPress
License GPL-3.0-or-later
Homepage https://github.com/Idearia/wordpress-cache-busting
Please rate this library. Is it a good library?
Informations about the package wordpress-cache-busting
WordPress Cache Busting
Invalidate the browser cache of CSS e JS files loaded via wp_enqueue_script and wp_enqueue_style.
The cache can be invalidated in one of two ways;
- statically, specifying a fixed value for the
ver
query parameter, - dynamically, setting 'ver' with the timestamp of the last file change (uses
filemtime()
).
You need to choose the desired way at the asset level configuring the $this->assets array in the main class.
Inspired by https://www.recolize.com/en/blog/wordpress-cache-busting-design-changes/
Install
With Composer v2 or higher:
If you do not want to use Composer, just include the src/CacheBuster.php file.
Example
All versions of wordpress-cache-busting with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0|^8.0
The package idearia/wordpress-cache-busting contains the following files
Loading the files please wait ....