PATH:
home
/
carfac
/
.trash
/
wordpress-seo.1
/
src
/
initializers
<?php namespace Yoast\WP\SEO\Initializers; use Yoast\WP\SEO\Loadable_Interface; /** * Integration interface definition. * * An interface for registering integrations with WordPress. */ interface Initializer_Interface extends Loadable_Interface { /** * Runs this initializer. * * @return void */ public function initialize(); }
[-] initializer-interface.php
[edit]
[-] migration-runner.php
[edit]
[-] crawl-cleanup-permalinks.php
[edit]
[-] woocommerce.php
[edit]
[-] silence-load-textdomain-just-in-time-notices.php
[edit]
[-] disable-core-sitemaps.php
[edit]
[-] plugin-headers.php
[edit]
[+]
..