Add_filter( 'auto_update_theme', '__return_true' ); does not work on X theme

Not sure why this would be the case?

Hi Marie,

The auto_update_theme hook is working for themes that use the WordPress servers to do the update process, our theme is not hosted there and has separate API which gets the files from our server. You need to Validate the theme and then do the update via the X > Validation menu.

Finally, it is not recommended that you enable the auto-updating feature for the theme, as our theme is a multipurpose one and has many features. It is always important that you test the new updates first and make sure everything works correctly before performing the update itself.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.