All Projects → vincentorback → Clean Wordpress Admin

vincentorback / Clean Wordpress Admin

Licence: unlicense
A collection of functions to clean up WordPress

Labels

Projects that are alternatives of or similar to Clean Wordpress Admin

Aliyun Oss Support
基于阿里云OSS的WordPress远程附件支持插件
Stars: ✭ 330 (-10.81%)
Mutual labels:  wordpress
Wpemerge
A modern, MVC-powered WordPress as a CMS workflow. 🚀
Stars: ✭ 348 (-5.95%)
Mutual labels:  wordpress
Flynt
Component based WordPress starter theme, powered by ACF Pro and Timber, optimized for a11y and fast page load results.
Stars: ✭ 363 (-1.89%)
Mutual labels:  wordpress
Stream
🗄️ Stream plugin for WordPress
Stars: ✭ 335 (-9.46%)
Mutual labels:  wordpress
Woo Next
🚀 React WooCommerce theme, built with Next JS, Webpack, Babel, Node, Express, using GraphQL and Apollo Client
Stars: ✭ 342 (-7.57%)
Mutual labels:  wordpress
Wordpress Comment Blacklist
A simple solution for WordPress comment spam.
Stars: ✭ 351 (-5.14%)
Mutual labels:  wordpress
Stackedit
In-browser Markdown editor
Stars: ✭ 18,744 (+4965.95%)
Mutual labels:  wordpress
Art blog
WordPress响应式免费主题,Art_Blog唯品秀博客(weipxiu.com/备用域名weipxiu.cn),开源给小伙伴免费使用,如使用过程有任何问题,在线技术支持QQ:343049466,欢迎打扰。原创不易,如喜欢,请多多打赏。演示:
Stars: ✭ 367 (-0.81%)
Mutual labels:  wordpress
Controller
Composer package to enable a controller when using Blade with Sage 9
Stars: ✭ 345 (-6.76%)
Mutual labels:  wordpress
Vue Wordpress
Use Vue.js and the WP REST API to build WordPress themes as SPAs with dynamic routing, HMR for development, SEO enabled, and SSR capable. Demo:
Stars: ✭ 361 (-2.43%)
Mutual labels:  wordpress
Ludicrousdb
LudicrousDB is an advanced database interface for WordPress that supports replication, failover, load balancing, & partitioning
Stars: ✭ 336 (-9.19%)
Mutual labels:  wordpress
Sensei
Sensei LMS WordPress Plugin
Stars: ✭ 340 (-8.11%)
Mutual labels:  wordpress
Algoliasearch Wordpress
❌🗑🙅‍♂️ Algolia Search plugin for WordPress is no longer supported. Please use our API client guide instead
Stars: ✭ 357 (-3.51%)
Mutual labels:  wordpress
Wordpress Nginx
WordPress specific Nginx configuration templates and best practices!
Stars: ✭ 332 (-10.27%)
Mutual labels:  wordpress
Wp Graphql Acf
WPGraphQL for Advanced Custom Fields
Stars: ✭ 358 (-3.24%)
Mutual labels:  wordpress
The Seo Framework
The SEO Framework WordPress plugin.
Stars: ✭ 329 (-11.08%)
Mutual labels:  wordpress
Foxhound
A text-focused blog theme for WordPress (in React)
Stars: ✭ 350 (-5.41%)
Mutual labels:  wordpress
Qtranslate Xt
qTranslate-XT (eXTended) - reviving qTranslate-X. A new community-driven plugin soon. GUTENBERG initial support now available! Built-in modules for WooCommerce, ACF, All in one SEO, Events Made Easy, Gravity Forms.
Stars: ✭ 366 (-1.08%)
Mutual labels:  wordpress
Kuhn
WordPress theme featuring CSS Grid layouts via aggressive progressive enhancement. Proof of concept to get the conversation about what CSS Grid means for WordPress themes started. Currently running live at https://mor10.com
Stars: ✭ 365 (-1.35%)
Mutual labels:  wordpress
Codestar Framework Old
This project has moved to https://github.com/Codestar/codestar-framework
Stars: ✭ 361 (-2.43%)
Mutual labels:  wordpress

Clean WordPress Admin

A collection of functions to clean up WordPress front and back-end to make it easier for editors to work and for you to look at the source code. Hiding content is also a good thing to do to limit the possibilities for your clients to destroy your beautiful site :)

Tested with WordPress 5.6

Using

Don’t just include these files in your project. Look at the content, update the options and see what works for you! The code is not optimized for speed, it’s optimized for readability. Sometimes the impact on performance makes these functions not eligible.

You should probably keep some things visible to you or a super admin. Check the user role like this:

if (!current_user_can('administrator')) {
  // Clean it up!
}

Content

Admin bar

Hide items and sub-items in the admin bar. Also known as the Toolbar.

Admin footer

Hide 'Thank you' text and version number in the admin footer

Admin menu

Hide items and sub-items in the admin menu.

Classic editor

Change settings and clean up the classic editor (the one before Gutenberg).

Comments

Remove default fields in the comment form.

Contextual tabs

Remove all or specific contextual tabs with help and information about how to use the WordPress interface.

Dashboard

Remove dashboard meta boxes or even the whole dashboard itself.

Editor

Change editors settings, hide metaboxes or disable the editor completely.

Editor (JavaScript)

Change editors settings, hide metaboxes, disable block functions, unregister plugins and more.

Emojis

Disable built-in emojis that loads large JavaScript, CSS and image files 👎

Head

Clears out generated unwanted stuff from the wp_head hook. Such as feeds and WordPress version.

Images

Remove functions related to images like the gallery, default link, alignment, and sizes.

JavaScript

De-registers the WordPress default jQuery script.

Login

Remove functions from the login page.

Media Upload

Remove actions from the media uploader

Content tables

Hide functions from tables with posts, users, plugins and more.

Posts

Remove specific meta boxes from post-types.

REST API

Disable the REST API

Roles

Remove default roles. Remove capabilities to specific roles or users.

Search

Disable search query and search form.

Theme

Remove theme features.

TinyMCE editor

Change settings in the old TinyMCE WYSIWYG editor.

Updates

Disable updates and remove notifications.

Users

Remove things from user pages.

Widgets

Remove default widgets.

Plugins

Functions to clean up common plugins.

Advanced Custom Fields

Jetpack

Simple History

Yoast SEO

Contribution

Feel free to suggest anything you see missing or want to be fixed!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].