Skip to content

Instantly share code, notes, and snippets.

@mkdizajn
Last active December 17, 2015 09:59
Show Gist options
  • Save mkdizajn/5591464 to your computer and use it in GitHub Desktop.
Save mkdizajn/5591464 to your computer and use it in GitHub Desktop.
wordpress disable post format ui completely
<?php
// disable wordpress 3,6 post formats ui !
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