Escaping Table and Field names with wpdb::prepare() in WordPress

As part of WordPress 6.2, wpdb::prepare() has been updated to escape Identifiers (such as Table and Field names) with the %i placeholder.