PATH:
home
/
letacommog
/
lescompagnons
/
wp-content
/
plugins
/
wordpress-seo
/
src
<?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; /** * Retrieves the main instance. * * @return Main The main instance. */ function YoastSEO() { // @codingStandardsIgnoreLine static $main; if ( $main === null ) { $main = new Main(); $main->load(); } return $main; }
[+]
..
[+]
integrations
[+]
initializers
[+]
generators
[+]
builders
[+]
loggers
[-] main.php
[edit]
[-] functions.php
[edit]
[+]
config
[+]
actions
[+]
exceptions
[-] loader.php
[edit]
[+]
conditionals
[+]
presentations
[+]
presenters
[+]
loaders
[+]
oauth
[+]
values
[-] loadable-interface.php
[edit]
[+]
memoizers
[+]
surfaces
[+]
context
[+]
wordpress
[+]
wrappers
[+]
generated
[+]
models
[+]
commands
[+]
routes
[+]
helpers
[+]
repositories