Skip to content

Instantly share code, notes, and snippets.

@jtsternberg
Created February 17, 2015 14:31
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 jtsternberg/74247cc2e64c52fc4048 to your computer and use it in GitHub Desktop.
Save jtsternberg/74247cc2e64c52fc4048 to your computer and use it in GitHub Desktop.
Dsgnwrks Instagram importer: do not import video
<?php
function dsgnwrks_instagram_import_types_no_video( $types ) {
return array( 'image' );
}
add_filter( 'dsgnwrks_instagram_import_types', 'dsgnwrks_instagram_import_types_no_video' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment