Skip to content

Commit f168cb4

Browse files
committed
Update reference to JSON file
1 parent 075ca91 commit f168cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

endurance-page-cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ public function update( $checked_data ) {
13851385
$muplugins_details = get_transient( 'mojo_plugin_assets' );
13861386

13871387
if ( ! $muplugins_details ) {
1388-
$muplugins_details = wp_remote_get( 'https://api.mojomarketplace.com/mojo-plugin-assets/json/mu-plugins.json' );
1388+
$muplugins_details = wp_remote_get( 'https://cdn.hiive.space/bluehost/mu-plugins.json' );
13891389
if ( ! is_wp_error( $muplugins_details ) ) {
13901390
set_transient( 'mojo_plugin_assets', $muplugins_details, 6 * HOUR_IN_SECONDS );
13911391
}

0 commit comments

Comments
 (0)