Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 885 Bytes

readme.md

File metadata and controls

21 lines (11 loc) · 885 Bytes

mu-plugins Wordpress

Installation

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.

List of mu-plugins

  • 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.