How can I redefine WordPress wp-content directory programmatically?
wp-config.php changes are persistent and should not be overwritten by updates. Of course, there are ways to write to this file programmatically – which you could no doubt do from a plugin, but that’s really not the intended use – it’s designed more or less to hold settings which change very infrequently. Perhaps you also … Read more