Skip to content

Instantly share code, notes, and snippets.

@andypotanin
Created May 3, 2017 19:17
Show Gist options
  • Select an option

  • Save andypotanin/d7c09c02d0f000c2d70888dfee120c7c to your computer and use it in GitHub Desktop.

Select an option

Save andypotanin/d7c09c02d0f000c2d70888dfee120c7c to your computer and use it in GitHub Desktop.

Revisions

  1. andypotanin created this gist May 3, 2017.
    6 changes: 6 additions & 0 deletions disable-slow-wordpress-stuff.php
    Original 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; });