| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/environment-helper.php.tar |
home/xbodynamge/www/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php 0000644 00000001124 15113640356 0025635 0 ustar 00 <?php
namespace Yoast\WP\SEO\Helpers;
/**
* A helper object for site environment.
*/
class Environment_Helper {
/**
* Determines if the site is running on production.
*
* @return bool True if WordPress is currently running on production, false for all other environments.
*/
public function is_production_mode() {
return $this->get_wp_environment() === 'production';
}
/**
* Determines on which environment WordPress is running.
*
* @return string The current WordPress environment.
*/
public function get_wp_environment() {
return \wp_get_environment_type();
}
}
home/xbodynamge/lebauwcentre/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php 0000644 00000001124 15114016253 0027463 0 ustar 00 <?php
namespace Yoast\WP\SEO\Helpers;
/**
* A helper object for site environment.
*/
class Environment_Helper {
/**
* Determines if the site is running on production.
*
* @return bool True if WordPress is currently running on production, false for all other environments.
*/
public function is_production_mode() {
return $this->get_wp_environment() === 'production';
}
/**
* Determines on which environment WordPress is running.
*
* @return string The current WordPress environment.
*/
public function get_wp_environment() {
return \wp_get_environment_type();
}
}
home/xbodynamge/crosstraining/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php 0000644 00000001124 15114235536 0027677 0 ustar 00 <?php
namespace Yoast\WP\SEO\Helpers;
/**
* A helper object for site environment.
*/
class Environment_Helper {
/**
* Determines if the site is running on production.
*
* @return bool True if WordPress is currently running on production, false for all other environments.
*/
public function is_production_mode() {
return $this->get_wp_environment() === 'production';
}
/**
* Determines on which environment WordPress is running.
*
* @return string The current WordPress environment.
*/
public function get_wp_environment() {
return \wp_get_environment_type();
}
}
home/xbodynamge/namtation/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php 0000644 00000001124 15114436515 0027004 0 ustar 00 <?php
namespace Yoast\WP\SEO\Helpers;
/**
* A helper object for site environment.
*/
class Environment_Helper {
/**
* Determines if the site is running on production.
*
* @return bool True if WordPress is currently running on production, false for all other environments.
*/
public function is_production_mode() {
return $this->get_wp_environment() === 'production';
}
/**
* Determines on which environment WordPress is running.
*
* @return string The current WordPress environment.
*/
public function get_wp_environment() {
return \wp_get_environment_type();
}
}