phpwordpressupdatesoverwrite

Will updating Wordpress affect the wp-includes folder?


I'm customizing a Wordpress site, and want to alter a file in the wp-includes folder, specifically the media.php file. If I change that file and Wordpress has an update, will it overwrite what I have done?

Much thanks.


Solution

  • Yes, it probably will. Depending on what you want to do you should try if you can solve your problem with the plugin api.