PATH:
home
/
letacommog
/
menuiserie-convert
/
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; }
[+]
..
[+]
routes
[+]
presenters
[+]
repositories
[-] loader.php
[edit]
[+]
loaders
[+]
presentations
[+]
models
[+]
surfaces
[+]
commands
[+]
generators
[+]
actions
[+]
loggers
[-] functions.php
[edit]
[+]
wrappers
[+]
exceptions
[+]
builders
[+]
helpers
[+]
values
[+]
memoizers
[-] loadable-interface.php
[edit]
[+]
oauth
[-] main.php
[edit]
[+]
wordpress
[+]
conditionals
[+]
generated
[+]
config
[+]
context
[+]
integrations
[+]
initializers