| Server IP : 66.29.153.156 / Your IP : 216.73.216.226 Web Server : LiteSpeed System : Linux premium322.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64 User : lastyfjz ( 1521) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/lastyfjz/././werepairmobile.com/wp-content/plugins/extendify/app/ |
Upload File : |
<?php
/**
* Build-time URL rewrites (.github/workflows/build-*-zip.yml) target this file,
* so any new PHP code that consumes these constants inherits the override.
*/
namespace Extendify;
defined('ABSPATH') || die('No direct access.');
class Constants
{
// Plugin requires PHP 7.0; constant visibility modifiers are PHP 7.1+.
// phpcs:disable PSR12.Properties.ConstantVisibility.NotFound
const AI_HOST = 'https://ai.extendify.com';
const PATTERNS_HOST = 'https://patterns.extendify.com';
const KB_HOST = 'https://kb.extendify.com';
const INSIGHTS_HOST = 'https://insights.extendify.com';
const IMAGES_HOST = 'https://images-resource.extendify.com';
const DASHBOARD_HOST = 'https://dashboard.extendify.com';
// phpcs:enable PSR12.Properties.ConstantVisibility.NotFound
}