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 64aceee commit ddf5a4cCopy full SHA for ddf5a4c
Modula.php
@@ -52,7 +52,7 @@
52
define( 'MODULA_URL', plugin_dir_url( __FILE__ ) );
53
defined( 'MODULA_PRO_STORE_URL' ) || define( 'MODULA_PRO_STORE_URL', 'https://wp-modula.com' );
54
defined( 'MODULA_PRO_STORE_UPGRADE_URL' ) || define( 'MODULA_PRO_STORE_UPGRADE_URL', 'https://wp-modula.com/pricing' );
55
-define( 'MODULA_REMOTE_NOTIFICATIONS_URL', 'https://dev.tamewp.com/wp-json/custom/v1/notifications' );
+define( 'MODULA_REMOTE_NOTIFICATIONS_URL', 'https://wp-modula.com/wp-json/notifications/v1/get' );
56
define( 'MODULA_FILE', plugin_basename( __FILE__ ) );
57
58
define( 'MODULA_LITE_TRANSLATE', dirname( plugin_basename( __FILE__ ) ) . '/languages' );
0 commit comments