Skip to content

siliconforks/wordpress-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.