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 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
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. |
<?php /** * WPSEO plugin file. * * @package WPSEO\Internals */ if ( ! defined( 'WPSEO_VERSION' ) ) { header( 'Status: 403 Forbidden' ); header( 'HTTP/1.1 403 Forbidden' ); exit(); } use Yoast\WP\SEO\Main; if ( is_dir( WPSEO_PATH . YOAST_VENDOR_PREFIX_DIRECTORY ) ) { require_once WPSEO_PATH . YOAST_VENDOR_PREFIX_DIRECTORY . '/guzzlehttp/guzzle/src/functions.php'; } /** * Retrieves the main instance. * * @phpcs:disable WordPress.NamingConventions -- Should probably be renamed, but leave for now. * * @return Main The main instance. */ function YoastSEO() { // phpcs:enable static $main; if ( $main === null ) { $main = new Main(); $main->load(); } return $main; }
SILENT KILLER Tool