MOON
Server: Apache
System: Linux p3plzcpnl504823.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: pioneercabinetry (3950193)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/pioneercabinetry/public_html/wp-content/plugins/wp-nested-pages/app/NestedPages.php
<?php 
/**
* Static Wrapper for Bootstrap Class
* Prevents T_STRING error when checking for 5.3.2
*/
class NestedPages 
{
	public static function init()
	{
		// dev/live
		global $np_env;
		$np_env = 'live';

		global $np_version;
		$np_version = '3.2.13';

		if ( is_admin() ) $app = new NestedPages\Bootstrap;
		if ( !is_admin() ) $app = new NestedPages\FrontEndBootstrap;
	}
}