nyco/wp-login

A local development plugin for WordPress to enable logging in to the WordPress Admin.

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 7

Forks: 0

Type:wordpress-muplugin

0.0.1 2022-04-20 16:34 UTC

This package is auto-updated.

Last update: 2024-03-20 21:02:00 UTC


README

...

Installation using Composer

$1 This package uses Composer Installers to install the package in the Must Use plugins directory (/wp-content/mu-plugins). Be sure to require it as a development package:

composer require nyco/wp-login -D

$2 Prevent the plugin from being committed to the repository by adding it to .gitignore

/wp-content/mu-plugins/wp-login/*

Not using Composer? Download an archive of the code and drop it into the mu-plugins directory. The plugin file will still need to be required and instantiated by an autoloader in the root of the mu-plugins directory.

Usage

...

Contributing

Clone repository and create a feature branch. Make changes and run composer run lint to follow the coding specification. composer run fix can help fix some of the issues.

The Mayor's Office for Economic Opportunity Civic Tech

The Mayor's Office for Economic Opportunity (NYC Opportunity) is committed to sharing open source software that we use in our products. Feel free to ask questions and share feedback. Interested in contributing? See our open positions on buildwithnyc.github.io. Follow our team on Github (if you are part of the @cityofnewyork organization) or browse our work on Github.