PATH:
home
/
sparklp6
/
public_html
/
website_356c8563
/
nitropack
/
classes
/
Integration
/
Hosting
<?php /** * Pantheon Class * * @package nitropack */ namespace NitroPack\Integration\Hosting; use \NitroPack\SDK\Filesystem; /** * Pantheon Class */ class Pantheon extends Hosting { const STAGE = "very_early"; /** * Detect if Pantheon is active * * @return bool */ public static function detect() { return isset( $_ENV['PANTHEON_ENVIRONMENT'] ); } /** * Initialize Pantheon * * @param $stage * @return void */ public function init($stage) { } }
[-] Closte.php
[edit]
[-] Savvii.php
[edit]
[-] Pantheon.php
[edit]
[-] .htaccess
[edit]
[-] Pagely.php
[edit]
[-] WPEngine.php
[edit]
[-] Hosting.php
[edit]
[-] Kinsta.php
[edit]
[-] RocketNet.php
[edit]
[-] Flywheel.php
[edit]
[-] SiteGround.php
[edit]
[-] Cloudways.php
[edit]
[-] SpinupWp.php
[edit]
[-] DreamHost.php
[edit]
[-] Vimexx.php
[edit]
[-] GridPane.php
[edit]
[-] GoDaddyWPaaS.php
[edit]
[-] WPX.php
[edit]
[-] WPmudev.php
[edit]
[-] PagelyCachePurge.php
[edit]
[-] Raidboxes.php
[edit]
[+]
..
[-] Pressable.php
[edit]