Created
May 3, 2017 19:17
-
-
Save andypotanin/d7c09c02d0f000c2d70888dfee120c7c to your computer and use it in GitHub Desktop.
Revisions
-
andypotanin created this gist
May 3, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ <?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; });