Native Wordpress: Create a /mu-plugins
folder in the /wp-content
directory and place the PHP scripts there.
Wordpress bedrock: Create a /mu-plugins
folder in the /web/app
directory and place the PHP scripts there.
-
MymeType Support: Adds support for uploading different file types in the backend.
-
Remove Unnecessary Script: Removes unnecessary script loading to improve performance (Make sure to check if any scripts could still be used).
-
Remove Version: Removes the WordPress version and CSS and JS file versions.
-
Sanitizer Filename Upload: Formats the URLs of uploaded files in the media library.
-
Remove Pings: Removes pings and trackbacks.
-
Remove Link Attachment Media: Removes page links for media.