Skip to content

Onyx808/Speed-up-WordPress-Admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Speed-up-WordPress-Admin

Speeds up WordPress admin pages

Add the following code to the functions.php file of the activated theme.

/*-----------------------------------------------------------------------------------*/
/* remove slow wordpress stuff
/*-----------------------------------------------------------------------------------*/

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; });

About

Speeds up WordPress admin pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published