We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b234bee commit 9cc1006Copy full SHA for 9cc1006
src/design-library/init.php
@@ -232,7 +232,7 @@ public function get_design_library_from_cloud() {
232
$designs = array();
233
$content = null;
234
235
- $response = wp_remote_get( self::get_cdn_url() . 'library-v4/library.json' );
+ $response = wp_remote_get( self::get_cdn_url() . 'library-v5/library.json' );
236
237
if ( is_wp_error( $response ) ) {
238
// Add our error message so we can see it in the network tab.
0 commit comments