| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/news-conditional.php.tar |
home/xbodynamge/lebauwcentre/wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php 0000644 00000000550 15112774012 0030147 0 ustar 00 <?php
namespace Yoast\WP\SEO\Conditionals;
/**
* Conditional that is only met when news SEO is activated.
*/
class News_Conditional implements Conditional {
/**
* Returns whether or not this conditional is met.
*
* @return bool Whether or not the conditional is met.
*/
public function is_met() {
return \defined( 'WPSEO_NEWS_VERSION' );
}
}
home/xbodynamge/namtation/wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php 0000644 00000000550 15113553365 0027470 0 ustar 00 <?php
namespace Yoast\WP\SEO\Conditionals;
/**
* Conditional that is only met when news SEO is activated.
*/
class News_Conditional implements Conditional {
/**
* Returns whether or not this conditional is met.
*
* @return bool Whether or not the conditional is met.
*/
public function is_met() {
return \defined( 'WPSEO_NEWS_VERSION' );
}
}
home/xbodynamge/www/wp-content/plugins/wordpress-seo/src/conditionals/news-conditional.php 0000644 00000000550 15113556022 0026313 0 ustar 00 <?php
namespace Yoast\WP\SEO\Conditionals;
/**
* Conditional that is only met when news SEO is activated.
*/
class News_Conditional implements Conditional {
/**
* Returns whether or not this conditional is met.
*
* @return bool Whether or not the conditional is met.
*/
public function is_met() {
return \defined( 'WPSEO_NEWS_VERSION' );
}
}