How to hook into wordpress upgrade procedure for a custom theme
Have you checked for hooks inside class-theme-upgrader ? File: wp-admin/includes/class-theme-upgrader.php 233: /** 234: * Upgrade a theme. 235: * 236: * @since 2.8.0 237: * @since 3.7.0 The `$args` parameter was added, making clearing the update cache optional. 238: * @access public 239: * 240: * @param string $theme The theme slug. 241: * @param … Read more