WPDK  1.5.0
WordPress Development Kit
 All Data Structures Files Functions Variables Pages
WPDKMetaBoxPriority Class Reference

Data Fields

const CORE = 'core'
 
const DEFAULT_ = 'default'
 Default. More...
 
const HIGH = 'high'
 
const LOW = 'low'
 
const NORMAL = 'default'
 Default. More...
 
const SORTED = 'sorted'
 

Detailed Description

The meta box priority standard constant define class

Author
=undo= info@.nosp@m.wpxt.nosp@m.re.me
Date
2013-02-28
Version
1.0.0

Definition at line 73 of file wpdk-metabox.php.

Field Documentation

const CORE = 'core'

Definition at line 75 of file wpdk-metabox.php.

const DEFAULT_ = 'default'

Default.

In PHP DEFAULT is a reserved keywowd, so we must append an underscore

Definition at line 81 of file wpdk-metabox.php.

const HIGH = 'high'

Definition at line 82 of file wpdk-metabox.php.

const LOW = 'low'

Definition at line 83 of file wpdk-metabox.php.

const NORMAL = 'default'

Default.

This is an alias of DEFAULT

Definition at line 89 of file wpdk-metabox.php.

const SORTED = 'sorted'

Definition at line 90 of file wpdk-metabox.php.


The documentation for this class was generated from the following file: