| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/the-events-calendar-conditional.php.tar |
xbodynamge/www/wp-content/plugins/wordpress-seo/src/conditionals/the-events-calendar-conditional.php0000644 00000000573 15112773760 0031127 0 ustar 00 home <?php
namespace Yoast\WP\SEO\Conditionals;
/**
* Conditional that is only met when The Events Calendar exists.
*/
class The_Events_Calendar_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( 'TRIBE_EVENTS_FILE' );
}
}
lebauwcentre/wp-content/plugins/wordpress-seo/src/conditionals/the-events-calendar-conditional.php 0000644 00000000573 15112774064 0032761 0 ustar 00 home/xbodynamge <?php
namespace Yoast\WP\SEO\Conditionals;
/**
* Conditional that is only met when The Events Calendar exists.
*/
class The_Events_Calendar_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( 'TRIBE_EVENTS_FILE' );
}
}
namtation/wp-content/plugins/wordpress-seo/src/conditionals/the-events-calendar-conditional.php 0000644 00000000573 15113020006 0032250 0 ustar 00 home/xbodynamge <?php
namespace Yoast\WP\SEO\Conditionals;
/**
* Conditional that is only met when The Events Calendar exists.
*/
class The_Events_Calendar_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( 'TRIBE_EVENTS_FILE' );
}
}