PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
wordpress-seo
/
src
/
wordpress
<?php /** * Integration interface definition. * * @package Yoast\YoastSEO\WordPress */ namespace Yoast\WP\SEO\WordPress; /** * An interface for registering integrations with WordPress */ interface Loadable { /** * Returns the conditionals based in which this loadable should be active. * * @return array */ public static function get_conditionals(); }
[+]
..
[-] initializer.php
[edit]
[-] wrapper.php
[edit]
[-] loadable.php
[edit]
[-] integration.php
[edit]