芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/optimyar/wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php
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(); } }