Skip to content

Instantly share code, notes, and snippets.

@andypotanin
Created May 3, 2017 19:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andypotanin/d7c09c02d0f000c2d70888dfee120c7c to your computer and use it in GitHub Desktop.
Save andypotanin/d7c09c02d0f000c2d70888dfee120c7c to your computer and use it in GitHub Desktop.
<?php
add_filter( 'postmeta_form_keys', function() { return array(); });
add_filter( 'media_library_months_with_files', function() { return array(); });
add_filter( 'media_library_show_audio_playlist', function() { return false; });
add_filter( 'media_library_show_video_playlist', function() { return false; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment