Skip to content

Instantly share code, notes, and snippets.

@shameemreza
Created August 26, 2021 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shameemreza/99f66389c6bd6d76e73a390b03cb3f5e to your computer and use it in GitHub Desktop.
Save shameemreza/99f66389c6bd6d76e73a390b03cb3f5e to your computer and use it in GitHub Desktop.
add_filter('ai1wm_exclude_content_from_export', function($exclude_filters) {
$exclude_filters[] = 'themes/your-theme-name/folder-name';
return $exclude_filters;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment