I would like to manipulate a theme file whenever the theme settings are saved. I'm not sure how to check for that though… Would I best do this on AdminSave or onAdminAfterSave?
And I tried dumping things on these hooks, but nothing turns up in the debugger. var_dump('?') gives me nothing, dump('?') doesn't either.
Your ideas are much appreciated!