Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

User:MDAWaffe/WordPress Terminology

Introduction

Goal: Nail down UI and other WordPress terminology.

Method: I'd be a pain to talk back and forth on wp-docs for this, I think. Instead, add something here that you feel needs a standardized name. Offer some suggestions and vote by adding your 'three-tilde' signature to the appropriate line. Naturally, your opinion may shift with time and when new suggestions get made. Feel free to change your vote.

MDAWaffe - Talk: Uhh... I don't know what else we need to pin down. Please make additions.

Also: See cAse.

This article is never meant to go live. The idea is to figure out what to call things and then call them that in the Glossary and elsewhere in Codex.

Administration Interface

The Entire Interface - everything you see at wp-admin/

  • Administration Interface:
  • Administration Console:
  • Administration Section:

The Menu - The white bar in the Admin Interface with 'Dashboard' through 'Logout ()'

The Menu Items - 'Dashboard' 'Options' etc.

  • Menu Item:
  • Tab:

The Submenus - The gray bar below the Menu. At Write, it displays 'Write Post' 'Write Page'.

The Submenu Items - 'Write Post' 'Write Page'

  • Sub(M|m)enu Item:
  • Tab:
  • Sub(T|t)ab:

The Pages Themselves - What you see when you click a Menu or Submenu Item.

Bits of Code Users Use

Definition of 'Tag'

  • It's a 'tag' (noun) if it tags (verb).
MDAWaffe
  • Anything within <?php ... ?>

Definition of 'Function'

  • It's a function if it doesn't tag.
MDAWaffe
  • Users never use 'functions'.