WP Manifestindependent plugin directory

WP6

Universal WordPress plugin

by WEB6 · github.com/w6cloud/wp6 · website

0stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/w6cloud/wp6/archive/refs/heads/main.zip

Readme

=== Plugin Name === Contributors: web6 Donate link: https://www.web6.fr/ Tags: cache, seo, speed optimization Requires at least: 5.8 Tested up to: 5.8 Stable tag: 0.0.1 Requires PHP: 7.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

WEB6 Base Plugin * All the features you need for every WordPress website.

== Description ==

This plugins contains all the features needed by every website.

= Features =

= Roadmap =

Core Customization

  • Comments disabling
  • Blog disabling

Admin customization

  • Change WordPress header icon & link
  • Create admin menu links & submenus
  • Disable admin menus
  • Create admin pages
  • Customize admin copyright
  • Customize admin version

Authentication

  • Custom pages (login, logout, register, lost password)
  • ACL

Custom posts

  • Enable custom database tables

Custom fields

Form framework

  • Fields
  • Validation
  • Saving / Retrieving

Security

  • Brute force
  • Content scanning
  • Backups

SEO

  • Automatic media title / alt / description setting
  • Page header tags customization (title, meta description, meta keywords...)
  • Automatic image resizing

Speed optimizations

  • Page cache
  • Code concatenation (CSS, JS)
  • Code minification (HTML, CSS, JS)
  • Assets domain customization (CDN)

== Installation ==

=== Minimum requirements ===

  • PHP version 7.3 (not tested with previous versions)

=== WordPress repository ===

  1. Search for the plugin
  2. Click Install
  3. Activate the plugin

=== WordPress archive upload ===

  1. Download the plugin
  2. Upload the plugin into the Plugin's section of your WordPress admin
  3. Activate the plugin

=== FTP upload ===

  1. Download the plugin ...

== Frequently Asked Questions ==

= Why should I use this plugin =

It uses a common basis to add all the functionnality desired in most WordPress websites and thus is very light.

= Can I use the Framework in my own plugins/themes =

Yesn you should. The framework we use is namespaced and autoload enabled. Juste use \WP6* classes, it's magic.

== Screenshots ==

  1. Main screen

== Changelog ==

= 0.0.1 =

  • Initial features

Read the full README on GitHub →