Skip to content

Instantly share code, notes, and snippets.

@jtsternberg
Created March 23, 2017 20:07
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/2797bf20ac6e5cf09417d22098e65c1d to your computer and use it in GitHub Desktop.
Save jtsternberg/2797bf20ac6e5cf09417d22098e65c1d to your computer and use it in GitHub Desktop.
Can I remove the text from the excerpt field?
<?php
add_filter( 'dsgnwrks_instagram_post_excerpt', '__return_empty_string' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment