WPDK
1.5.0
WordPress Development Kit
|
Data Fields | |
const | CORE = 'core' |
const | DEFAULT_ = 'default' |
Default. More... | |
const | HIGH = 'high' |
const | LOW = 'low' |
const | NORMAL = 'default' |
Default. More... | |
const | SORTED = 'sorted' |
The meta box priority standard constant define class
Definition at line 73 of file wpdk-metabox.php.
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' |
const SORTED = 'sorted' |
Definition at line 90 of file wpdk-metabox.php.