mirror of
https://ghproxy.net/https://github.com/fairpm/fair-plugin.git
synced 2025-09-04 10:32:01 +08:00
add group
Co-authored-by: Colin Stewart <79332690+costdev@users.noreply.github.com> Signed-off-by: Andy Fragen <andy@thefragens.com>
This commit is contained in:
parent
5e7d2d5559
commit
a16d41afca
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ function fetch_package_metadata( string $id ) {
|
|||
*/
|
||||
function fetch_metadata_doc( string $url ) {
|
||||
$cache_key = CACHE_KEY . md5( $url );
|
||||
$response = wp_cache_get( $cache_key );
|
||||
$response = wp_cache_get( $cache_key, 'metadata-docs' );
|
||||
|
||||
if ( ! $response ) {
|
||||
$response = wp_remote_get( $url, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue