參考文章 原文
1. 至ftp或主機有cpanel資料管理,找到資料夾wp-includes→default-constants.php按右鍵到記事本去編輯

2. 在記事本直接更改,改為256M比較穩定
// Define memory limits.
if ( ! defined( 'WP_MEMORY_LIMIT' ) ) {
if ( false === wp_is_ini_value_changeable( 'memory_limit' ) ) {
define( 'WP_MEMORY_LIMIT', $current_limit );
} elseif ( is_multisite() ) {
define( 'WP_MEMORY_LIMIT', '256M' );
} else {
define( 'WP_MEMORY_LIMIT', '256M' );
}
}
3. 改好存檔,再到elementor編輯,發現神奇事情發生了,它不再跑圈圈,已立正站好,在那等我編輯它,Bingo!