Skip to content

Instantly share code, notes, and snippets.

@jtsternberg
Created February 17, 2015 14:31
Embed
What would you like to do?
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