Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 533 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 533 Bytes

wordpress-examples

This repository contains some example WordPress plugins. These plugins can be installed directly as-is, but they are really intended to be used as example code which can be copied and pasted into another plugin (or theme) and modified as required.

plugins/example-customize-admin-section

This plugin shows how to customize the admin section (mostly removing items which may not be needed).

plugins/example-customize-login-page

This plugin shows how to customize the wp-login.php page.