Changeset 3207602
- Timestamp:
- 12/13/2024 12:35:17 PM (14 months ago)
- File:
-
- 1 edited
-
docswrite/trunk/docswrite.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
docswrite/trunk/docswrite.php
r3207584 r3207602 21 21 if ( ! class_exists( 'Docswrite' ) ) { 22 22 class Docswrite { 23 const DOCSWRITE_CONNECTION_ENDPOINT = 'http://localhost:3000/dashboard/integrations/wordpress_plugin?uuid={website_id}&name={name}&url={url}'; 24 // const DOCSWRITE_CONNECTION_ENDPOINT = 'https://docswrite.com/dashboard/integrations/wordpress_plugin?uuid={website_id}&name={name}&url={url}'; 23 const DOCSWRITE_CONNECTION_ENDPOINT = 'https://docswrite.com/dashboard/integrations/wordpress_plugin?uuid={website_id}&name={name}&url={url}'; 25 24 const DOCSWRITE_CONNECTION_OPTION = 'docswrite_connection'; 26 25 const DOCSWRITE_WEBSITE_ID_OPTION = 'docswrite_website_id';
Note: See TracChangeset
for help on using the changeset viewer.