-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[N/A] VigetWP README file to outline features
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Viget MU Plugin | ||
|
||
This plugin is a collection of custom functionality for WordPress sites. It is intended to be used as a must-use plugin, automatically applying its functionality so you can immediately start focusing on building your site. | ||
|
||
## Features | ||
|
||
* **`dd()` Debug Function**: A helper function to dump and (optionally) die. | ||
* **Disable Comments**: Disable comments on all post types and any comment-related blocks. | ||
* **Gravatar support for `+` email addresses**: Allow Gravatar to work with email addresses that contain a `+` symbol. | ||
* **ACF + Gravity Forms Integration**: Automatically populate fields named `gravity_form` with available forms. | ||
* **Disable User REST API**: Disable the REST API endpoints for users without proper permissions. | ||
* **SVG Skip Cropping Bug Fix**: Allow SVGs to be uploaded without being cropped. | ||
* **Disable Core Block Patterns**: Disable the default block patterns. | ||
* **Remove Template Part Wrappers**: Remove the wrapper divs around template parts. | ||
* **Clean up Dashboard**: Remove unnecessary dashboard widgets. | ||
* **Disable File Editing**: Prevent files from being edited within the WordPress Admin. | ||
* **Custom Viget Branding**: Add custom branding to the WordPress Admin and login screen. | ||
* **TinyMCE Enhancements**: Various enhancements to TinyMCE |