芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/woocommerce/src/Internal/ComingSoon/ComingSoonHelper.php
is_site_live() ) { return false; } if ( $this->is_site_coming_soon() ) { return true; } // Check the current page is a store page when in "store coming soon" mode. if ( $this->is_store_coming_soon() && WCAdminHelper::is_current_page_store_page() ) { return true; } // Default to false. return false; } }