SILENT KILLERPanel

Current Path: > home > codekrsu > > escapematrixonline.com > wp-content > plugins > wordpress-seo > src >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//escapematrixonline.com/wp-content/plugins/wordpress-seo/src/

NameTypeSizeLast ModifiedActions
actions Directory - -
analytics Directory - -
builders Directory - -
commands Directory - -
conditionals Directory - -
config Directory - -
content-type-visibility Directory - -
context Directory - -
dashboard Directory - -
deprecated Directory - -
editors Directory - -
elementor Directory - -
exceptions Directory - -
general Directory - -
generated Directory - -
generators Directory - -
helpers Directory - -
images Directory - -
initializers Directory - -
integrations Directory - -
introductions Directory - -
llms-txt Directory - -
loggers Directory - -
memoizers Directory - -
models Directory - -
plans Directory - -
presentations Directory - -
presenters Directory - -
promotions Directory - -
repositories Directory - -
routes Directory - -
services Directory - -
surfaces Directory - -
user-meta Directory - -
user-profiles-additions Directory - -
values Directory - -
wordpress Directory - -
wrappers Directory - -
functions.php File 697 bytes September 19 2023 13:07:18.
loadable-interface.php File 286 bytes January 13 2021 14:06:28.
loader.php File 6774 bytes May 23 2023 15:53:56.
main.php File 1867 bytes January 19 2024 15:31:02.

Reading File: /home/codekrsu//escapematrixonline.com/wp-content/plugins/wordpress-seo/src//main.php

<?php

namespace Yoast\WP\SEO;

use Yoast\WP\Lib\Abstract_Main;
use Yoast\WP\SEO\Dependency_Injection\Container_Compiler;
use Yoast\WP\SEO\Generated\Cached_Container;
use Yoast\WP\SEO\Surfaces\Classes_Surface;
use Yoast\WP\SEO\Surfaces\Helpers_Surface;
use Yoast\WP\SEO\Surfaces\Meta_Surface;

if ( ! \defined( 'WPSEO_VERSION' ) ) {
	\header( 'Status: 403 Forbidden' );
	\header( 'HTTP/1.1 403 Forbidden' );
	exit();
}

/**
 * Class Main.
 *
 * @property Classes_Surface $classes      The classes surface.
 * @property Meta_Surface    $meta         The meta surface.
 * @property Helpers_Surface $helpers      The helpers surface.
 */
class Main extends Abstract_Main {

	/**
	 * The API namespace constant.
	 *
	 * @var string
	 */
	public const API_V1_NAMESPACE = 'yoast/v1';

	/**
	 * The WP CLI namespace constant.
	 *
	 * @var string
	 */
	public const WP_CLI_NAMESPACE = 'yoast';

	/**
	 * {@inheritDoc}
	 */
	protected function get_container() {
		if ( $this->is_development() && \class_exists( '\Yoast\WP\SEO\Dependency_Injection\Container_Compiler' ) ) {
			// Exception here is unhandled as it will only occur in development.
			Container_Compiler::compile(
				$this->is_development(),
				__DIR__ . '/generated/container.php',
				__DIR__ . '/../config/dependency-injection/services.php',
				__DIR__ . '/../vendor/composer/autoload_classmap.php',
				'Yoast\WP\SEO\Generated'
			);
		}

		if ( \file_exists( __DIR__ . '/generated/container.php' ) ) {
			require_once __DIR__ . '/generated/container.php';

			return new Cached_Container();
		}

		return null;
	}

	/**
	 * {@inheritDoc}
	 */
	protected function get_name() {
		return 'yoast-seo';
	}

	/**
	 * {@inheritDoc}
	 */
	protected function get_surfaces() {
		return [
			'classes' => Classes_Surface::class,
			'meta'    => Meta_Surface::class,
			'helpers' => Helpers_Surface::class,
		];
	}
}

SILENT KILLER Tool