• File: loadable-interface.php
  • Full Path: /home/matthif/www/wp-content/plugins/wordpress-seo/src/loadable-interface.php
  • Date Modified: 02/24/2024 11:29 PM
  • File size: 286 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace Yoast\WP\SEO;

/**
 * An interface for registering integrations with WordPress
 */
interface Loadable_Interface {

    
/**
     * Returns the conditionals based on which this loadable should be active.
     *
     * @return array
     */
    
public static function get_conditionals();
}