Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save FinalDestiny/414c24b18e9d62a16c0fb239b008f95f to your computer and use it in GitHub Desktop.
Save FinalDestiny/414c24b18e9d62a16c0fb239b008f95f to your computer and use it in GitHub Desktop.
find:
<?php if ( ! in_array( $post_format, array( 'link', 'audio', 'quote' ) ) ) : ?>
replace with
<?php if ( ! in_array( $post_format, array( 'link', 'audio' ) ) ) : ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment