Plugin Directory

Changeset 3207602


Ignore:
Timestamp:
12/13/2024 12:35:17 PM (14 months ago)
Author:
docswrite
Message:

v1.2.20 add support for acf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docswrite/trunk/docswrite.php

    r3207584 r3207602  
    2121if ( ! class_exists( 'Docswrite' ) ) {
    2222    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}';
    2524        const DOCSWRITE_CONNECTION_OPTION = 'docswrite_connection';
    2625        const DOCSWRITE_WEBSITE_ID_OPTION = 'docswrite_website_id';
Note: See TracChangeset for help on using the changeset viewer.