Programmatically install and activate child-theme
Yes, you can activate the child-theme dynamically. To do that follow the steps Move the unzipped child-theme to the themes folder Find the name of the child theme(I guess you already have that) Then Update the options table by update_option(‘stylesheet’, ‘NAME OF THE CHILD THEME’) NOTE: You need to be sure that the active theme … Read more