Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created May 11, 2020 16:17
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 lukecav/4ab896df20b0ff963c6a587d908871fc to your computer and use it in GitHub Desktop.
Save lukecav/4ab896df20b0ff963c6a587d908871fc to your computer and use it in GitHub Desktop.
Exclude resized media in a WP Migrate DB Pro sync
add_filter( 'wpmdb_exclude_resized_media', '__return_true' );
@lukecav
Copy link
Author

lukecav commented May 11, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment