為了避免改半天的版型在(不小心手滑)更新後被蓋掉,關閉 theme update 提示:

各 theme 的 function.php 內加:
remove_action( ‘load-update-core.php’, ‘wp_update_themes’ );
add_filter( ‘pre_site_transient_update_themes’, create_function( ‘$a’, “return null;” ) );