-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use metadata to determine if the object cache drop-in is present
- Loading branch information
1 parent
0c9726e
commit 9bf26e4
Showing
2 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,12 @@ | |
|
||
declare(strict_types=1); | ||
|
||
/* | ||
* This file is part of Ymir WordPress plugin. | ||
* | ||
* (c) Carl Alexander <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* file that was distributed with this source code. | ||
/** | ||
* Plugin Name: Ymir object cache drop-in | ||
* Plugin URI: https://ymirapp.com | ||
* Description: Connects your WordPress object-cache to the cache server managed by the Ymir platform. | ||
* Author: Carl Alexander | ||
* Author URI: https://ymirapp.com | ||
*/ | ||
|
||
$objectCacheApiPaths = array_filter(array_map(function (string $filePath) { | ||
|