Changeset 3180208
- Timestamp:
- 11/02/2024 12:01:28 AM (17 months ago)
- Location:
- blizhost-cache-purge/tags
- Files:
-
- 17 added
- 1 edited
-
4.0.6/wp-cli.php (modified) (2 diffs)
-
5.0.0 (added)
-
5.0.0/blizhost-cache-purge.php (added)
-
5.0.0/font (added)
-
5.0.0/font/blizhost_logo.eot (added)
-
5.0.0/font/blizhost_logo.svg (added)
-
5.0.0/font/blizhost_logo.ttf (added)
-
5.0.0/font/blizhost_logo.woff (added)
-
5.0.0/font/index.php (added)
-
5.0.0/font/style.css (added)
-
5.0.0/js (added)
-
5.0.0/js/bliz-purge.js (added)
-
5.0.0/js/index.php (added)
-
5.0.0/lang (added)
-
5.0.0/lang/blizhost-cache-purge.pot (added)
-
5.0.0/lang/index.php (added)
-
5.0.0/readme.txt (added)
-
5.0.0/wp-cli.php (added)
Legend:
- Unmodified
- Added
- Removed
-
blizhost-cache-purge/tags/4.0.6/wp-cli.php
r3162910 r3180208 47 47 // If wildcard is set, or the URL argument is empty 48 48 // then treat this as a full purge 49 $ pregex = $wild = '';49 $wild = ''; 50 50 if ( isset( $assoc_args['wildcard'] ) || empty($url) ) { 51 $pregex = '/?bliz-regex';52 51 $wild = ".*"; 53 52 } … … 70 69 } 71 70 72 $this->ccache_purge->purgeUrl( $url.$ pregex);71 $this->ccache_purge->purgeUrl( $url.$wild ); 73 72 74 73 WP_CLI::success( 'The CloudCache was purged.' );
Note: See TracChangeset
for help on using the changeset viewer.