I have tried using the snippet add_filter(‘ai1wm_exclude_content_from_export’, function($exclude_filters) {
$exclude_filters[] = ‘themes/your-theme-name/node_modules’;
return $exclude_filters;
});
but it didn’t work, maybe I didn’t get the string correct, I need to exclude wp-content/vid, could someone tell me the exact string to replace ‘themes/your-theme-name/node_modules’
Thanks in advance.