Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: WP STAGING PRO asks for license key #24140
    Jay Jay
    Participant

    Correction to the above

    Edit: Pro/Backup/Ajax/FileList.php on or around line 55 change this line:

    $isValidLicenseKey = (new SiteInfo())->isStagingSite() || (new Licensing())->isValidOrExpiredLicenseKey();

    to: $isValidLicenseKey = true;

    Edit: Pro/Backup/Ajax/Listing.php on or around line 55

    ‘isValidLicense’ => (new SiteInfo())->isStagingSite() || (new Licensing())->isValidOrExpiredLicenseKey(),

    to: ‘isValidLicense’ => true,

    disclaimer: for testing purposes only.he

    in reply to: WP STAGING PRO asks for license key #24138
    Jay Jay
    Participant

    Open the files below
    Pro/Backup/Ajax/Listing.php
    Pro/Backup/Ajax/FileList.php

    and on or around line 55 change this line:

    $isValidLicenseKey = (new SiteInfo())->isStagingSite() || (new Licensing())->isValidOrExpiredLicenseKey();

    to:

    $isValidLicenseKey = true;

    disclaimer: for testing purposes only.

Viewing 2 posts - 1 through 2 (of 2 total)