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 00f32df commit ad32eccCopy full SHA for ad32ecc
php/admin-menus/class-welcome-menu.php
@@ -18,7 +18,7 @@ class Welcome_Menu extends Admin_Menu {
18
*
19
* @var string
20
*/
21
- protected const WELCOME_JSON_URL = 'https://codesnippets.pro/wp-content/uploads/cs_welcome/cs_welcome.json';
+ protected const WELCOME_JSON_URL = 'https://snipco.de/welcome-json';
22
23
/**
24
* Limit of number of items to display when loading lists of items.
@@ -212,7 +212,7 @@ protected function get_header_links(): array {
212
'label' => __( 'Community', 'code-snippets' ),
213
],
214
'discord' => [
215
- 'url' => 'https://discord.gg/7EgrDz9P2w',
+ 'url' => 'https://snipco.de/discord',
216
'icon' => 'discord',
217
'label' => __( 'Discord', 'code-snippets' ),
218
0 commit comments