C:\xampp\htdocs\landing\wp-content\plugins\wordpress-seo\src\conditionals\conditional-interface.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

namespace Yoast\WP\SEO\Conditionals;

/**
 * Conditional interface, used to prevent integrations from loading.
 */
interface Conditional {

    
/**
     * Returns whether or not this conditional is met.
     *
     * @return boolean Whether or not the conditional is met.
     */
    
public function is_met();
}
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586