WP Manifestindependent plugin directory
manifest / users / wp-user-preferences

WP User Preferences

Prefer user settings over site & network settings

by John James Jacoby · github.com/stuttter/wp-user-preferences · website

13stars
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/stuttter/wp-user-preferences/archive/refs/heads/master.zip

Readme

WP User Preferences

Prefer user settings over site & network settings

WP User Preferences allows users to override certain site & network configurations to suit their own personal needs. Languages, time-zones, date & time formats, currency formats, and email notifications are a few examples of user preferences.

Installation

  • Download and install using the built in WordPress plugin installer.
  • Activate in the "Plugins" area of your admin by clicking the "Activate" link.
  • No further setup or configuration is necessary.

FAQ

Does this create new database tables?

No. There are no new database tables with this plugin.

Does this modify existing database tables?

No. All of WordPress's core database tables remain untouched.

Does this plugin work with multisite?

Yes. In a multisite installation, the network setting is the last fallback used.

Where can I get support?

The WordPress support forums: https://wordpress.org/support/plugin/wp-user-preferences/

Can I contribute?

Yes, please! Having an easy-to-use API and powerful set of functions is critical to managing complex WordPress installations. If this is your thing, please help us out!

Read the full README on GitHub →