/home/techb158/public_html/wp-content/plugins/wordpress-seo/src/helpers
Edit: /home/techb158/public_html/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php (793B)
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();
}
}