Plugin Directory

Changeset 3388518


Ignore:
Timestamp:
11/02/2025 10:47:25 PM (5 months ago)
Author:
autopostio
Message:

v1.4.0 : replace locahost:8000 (was for debug) by auto-post.io

File:
1 edited

Legend:

Unmodified
Added
Removed
  • auto-post-io/tags/1.4.0/includes/admin/pages/settings.php

    r3388517 r3388518  
    3838                $site_url = home_url();
    3939                $token = get_option('hds_auto_post_api_uri', '');
    40                 $connect_url = 'https://localhost:8000/wordpress/connect?' . http_build_query(array(
     40                $connect_url = 'https://auto-post.io/wordpress/connect?' . http_build_query(array(
    4141                    'name' => $site_name,
    4242                    'url' => $site_url,
Note: See TracChangeset for help on using the changeset viewer.