| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/development-conditional.php.tar |
home/xbodynamge/www/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php 0000644 00000000601 15113702116 0027653 0 ustar 00 <?php
namespace Yoast\WP\SEO\Conditionals;
use WPSEO_Utils;
/**
* Conditional that is only met when in development mode.
*/
class Development_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 WPSEO_Utils::is_development_mode();
}
}
crosstraining/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php 0000644 00000000601 15113760476 0031652 0 ustar 00 home/xbodynamge <?php
namespace Yoast\WP\SEO\Conditionals;
use WPSEO_Utils;
/**
* Conditional that is only met when in development mode.
*/
class Development_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 WPSEO_Utils::is_development_mode();
}
}
lebauwcentre/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php 0000644 00000000601 15114451527 0031440 0 ustar 00 home/xbodynamge <?php
namespace Yoast\WP\SEO\Conditionals;
use WPSEO_Utils;
/**
* Conditional that is only met when in development mode.
*/
class Development_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 WPSEO_Utils::is_development_mode();
}
}
xbodynamge/namtation/wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php 0000644 00000000601 15115025631 0030744 0 ustar 00 home <?php
namespace Yoast\WP\SEO\Conditionals;
use WPSEO_Utils;
/**
* Conditional that is only met when in development mode.
*/
class Development_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 WPSEO_Utils::is_development_mode();
}
}