| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/no-conditionals-trait.php.tar |
xbodynamge/lebauwcentre/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php 0000644 00000000575 15114316355 0031047 0 ustar 00 home <?php
namespace Yoast\WP\SEO\Conditionals;
/**
* Trait for integrations that do not have any conditionals.
*/
trait No_Conditionals {
/**
* Returns an empty array, meaning no conditionals are required to load whatever uses this trait.
*
* @return array The conditionals that must be met to load this.
*/
public static function get_conditionals() {
return [];
}
}
home/xbodynamge/www/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php 0000644 00000000575 15114332413 0027263 0 ustar 00 <?php
namespace Yoast\WP\SEO\Conditionals;
/**
* Trait for integrations that do not have any conditionals.
*/
trait No_Conditionals {
/**
* Returns an empty array, meaning no conditionals are required to load whatever uses this trait.
*
* @return array The conditionals that must be met to load this.
*/
public static function get_conditionals() {
return [];
}
}
xbodynamge/crosstraining/wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php0000644 00000000575 15115017176 0031254 0 ustar 00 home <?php
namespace Yoast\WP\SEO\Conditionals;
/**
* Trait for integrations that do not have any conditionals.
*/
trait No_Conditionals {
/**
* Returns an empty array, meaning no conditionals are required to load whatever uses this trait.
*
* @return array The conditionals that must be met to load this.
*/
public static function get_conditionals() {
return [];
}
}