Skip to content

Instantly share code, notes, and snippets.

@spearsmarketing
Created May 16, 2013 21:10
Show Gist options
  • Save spearsmarketing/5595133 to your computer and use it in GitHub Desktop.
Save spearsmarketing/5595133 to your computer and use it in GitHub Desktop.
Remove WP Post Formats. Place in functions.php file.
add_filter( 'enable_post_format_ui', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment