2019-09-27, 02:42 PM
I've been brainstorming a way to get the number of users who use each theme in
$theme_selector
. I checked the admin scripts and found the method for counting this under build_theme_list()
, but I am uncertain how to inject it into $theme_selector. Any tips on where I should look?