Inside my wp-content folder there are additional folders added to by other plugins that they use to store additional files, similar to how you store your exported files inside “ai1wm-backups”. Sometimes people also have their repository root inside wp-content so that it will include the themes and plugin folders, so this way there will be a .git folder inside wp-content. However, doing this would make ai1wm plugin export those folders as well and there is no option on the advanced options to exclude these additional folders nor a filter to modify the exclude array anymore.
Before version 5, there was a filter “ai1wm_exclude_content_from_export” that could be used to tell ai1wm to ignore specific folders or files by adding them in the exclude filter array:
https://plugins.svn.wordpress.org/all-in-one-wp-migration/tags/4.19/lib/model/class-ai1wm-export-abstract.php
Line# 134
The current version don’t have the filter anymore:
https://plugins.svn.wordpress.org/all-in-one-wp-migration/tags/5.43/lib/model/export/class-ai1wm-export-enumerate.php
I got it, yes that has been recently removed since version 5.xx.
I have added it to the list, so the engineers can review and see if they could put back.
I am sorry once again for the inconvenience caused.
Hi SystemFailer,
Just wanted to let you know that “ai1wm_exclude_content_from_export” is back in our latest version (5.45). 🙂
Best,
Pim