create-block-theme icon indicating copy to clipboard operation
create-block-theme copied to clipboard

Minimize calls to `wp_get_theme();`

Open pbking opened this issue 2 years ago • 0 comments

Throughout there are many calls to wp_get_theme(). As @vcanales pointed out here that could be optimized to be called only once per-session instead.

Perhaps a public static variable on Theme_Utils?

pbking avatar May 22 '23 15:05 pbking