Skip to content

Commit

Permalink
[N/A] VigetWP README file to outline features
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-viget committed Jan 7, 2025
1 parent 20466a9 commit 01440c5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions wp-content/mu-plugins/viget-wp/README.md
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

0 comments on commit 01440c5

Please sign in to comment.