/
home
/
fortodpl
/
thecutediva.com
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
/home/fortodpl/thecutediva.com/wp-content/plugins/wordpress-seo/src
mkdir
upload
Name
Size
Mode
Actions
abilities/
-
0755
rm
actions/
-
0755
rm
ai/
-
0755
rm
ai-authorization/
-
0755
rm
ai-consent/
-
0755
rm
ai-free-sparks/
-
0755
rm
ai-generator/
-
0755
rm
ai-http-request/
-
0755
rm
alerts/
-
0755
rm
analytics/
-
0755
rm
builders/
-
0755
rm
bulk-editor/
-
0755
rm
commands/
-
0755
rm
conditionals/
-
0755
rm
config/
-
0755
rm
content-type-visibility/
-
0755
rm
context/
-
0755
rm
dashboard/
-
0755
rm
deprecated/
-
0755
rm
editors/
-
0755
rm
elementor/
-
0755
rm
exceptions/
-
0755
rm
expiring-store/
-
0755
rm
general/
-
0755
rm
generated/
-
0755
rm
generators/
-
0755
rm
helpers/
-
0755
rm
images/
-
0755
rm
initializers/
-
0755
rm
integrations/
-
0755
rm
introductions/
-
0755
rm
llms-txt/
-
0755
rm
loggers/
-
0755
rm
memoizers/
-
0755
rm
models/
-
0755
rm
myyoast-client/
-
0755
rm
plans/
-
0755
rm
presentations/
-
0755
rm
presenters/
-
0755
rm
promotions/
-
0755
rm
repositories/
-
0755
rm
routes/
-
0755
rm
schema/
-
0755
rm
schema-aggregator/
-
0755
rm
services/
-
0755
rm
surfaces/
-
0755
rm
task-list/
-
0755
rm
tracking/
-
0755
rm
user-meta/
-
0755
rm
user-profiles-additions/
-
0755
rm
values/
-
0755
rm
wordpress/
-
0755
rm
wrappers/
-
0755
rm
functions.php
697
0644
edit
dl
rm
loadable-interface.php
286
0644
edit
dl
rm
loader.php
7051
0644
edit
dl
rm
main.php
1868
0644
edit
dl
rm
Edit:
/home/fortodpl/thecutediva.com/wp-content/plugins/wordpress-seo/src/functions.php
(697B)
<?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; }
Save
load(); } return $main; }