admin管理员组

文章数量:1026989

I noticed that my custom files and folder was gone after theme update, and I dont really know what is the exact scope of the affected custom files and folder:

How do I keep my Files during Wordpress and Theme Updates? During Wordpress Update does the custom tables I made will also be gone? Does MySQL Version Update remove my custom Tables in wordpress?

I noticed that my custom files and folder was gone after theme update, and I dont really know what is the exact scope of the affected custom files and folder:

How do I keep my Files during Wordpress and Theme Updates? During Wordpress Update does the custom tables I made will also be gone? Does MySQL Version Update remove my custom Tables in wordpress?

Share Improve this question edited Mar 4, 2021 at 10:11 fuxia 107k38 gold badges255 silver badges459 bronze badges asked Mar 4, 2021 at 8:39 thedarkness97thedarkness97 31 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 2

How do I keep my Files during Wordpress and Theme Updates?

Don’t edit core WordPress files or the files of themes or plugins you didn’t develop yourself. If those are updated they are replaced entirely and you will lose any changes you make.

If you want to customise the theme, create a Child Theme. If you want other functionality, or to customise a plugin, create your own plugin.

During Wordpress Update does the custom tables I made will also be gone?

No.

Does MySQL Version Update remove my custom Tables in wordpress?

No. MySQL doesn’t know or care which tables are yours and which are from WordPress.

I noticed that my custom files and folder was gone after theme update, and I dont really know what is the exact scope of the affected custom files and folder:

How do I keep my Files during Wordpress and Theme Updates? During Wordpress Update does the custom tables I made will also be gone? Does MySQL Version Update remove my custom Tables in wordpress?

I noticed that my custom files and folder was gone after theme update, and I dont really know what is the exact scope of the affected custom files and folder:

How do I keep my Files during Wordpress and Theme Updates? During Wordpress Update does the custom tables I made will also be gone? Does MySQL Version Update remove my custom Tables in wordpress?

Share Improve this question edited Mar 4, 2021 at 10:11 fuxia 107k38 gold badges255 silver badges459 bronze badges asked Mar 4, 2021 at 8:39 thedarkness97thedarkness97 31 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 2

How do I keep my Files during Wordpress and Theme Updates?

Don’t edit core WordPress files or the files of themes or plugins you didn’t develop yourself. If those are updated they are replaced entirely and you will lose any changes you make.

If you want to customise the theme, create a Child Theme. If you want other functionality, or to customise a plugin, create your own plugin.

During Wordpress Update does the custom tables I made will also be gone?

No.

Does MySQL Version Update remove my custom Tables in wordpress?

No. MySQL doesn’t know or care which tables are yours and which are from WordPress.

本文标签: