Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chuckreynolds/5588617 to your computer and use it in GitHub Desktop.
Save chuckreynolds/5588617 to your computer and use it in GitHub Desktop.
Filter to disable the Post Format UI in WordPress 3.6+
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