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/FrontEndBootstrap.php
<?php
namespace NestedPages;

class FrontEndBootstrap
{
	public function __construct()
	{
		$this->init();
	}

	public function init()
	{
		new Entities\NavMenu\NavMenuFrontEnd;
	}
}