PATH:
home
/
letacommog
/
morandas1
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
wordpress
<?php /** * Integration interface definition. * * @package Yoast\YoastSEO\WordPress */ namespace Yoast\WP\Free\WordPress; /** * An interface for registering integrations with WordPress */ interface Initializer extends Loadable { /** * Runs this initializer. * * @return void */ public function initialize(); }
[+]
..
[-] wrapper.php
[edit]
[-] initializer.php
[edit]
[-] loadable.php
[edit]
[-] integration.php
[edit]