In order to disable WP_DEBUG only for wp cli operations, the following modified code can be used… <?php define('WP_CACHE', false); ...
確定! 回上一頁