Begin Identifier.php
This commit is contained in:
@@ -5,6 +5,9 @@ defined( 'ABSPATH' ) || exit;
|
||||
|
||||
class Identifier {
|
||||
|
||||
const string CAP_EDIT_POSTS = "edit_posts";
|
||||
const string CAP_EDIT_OTHER_POSTS = "edit_others_posts";
|
||||
|
||||
const string CPT_TRANSLATIONS = "translations";
|
||||
const string CPT_ROMHACKS = "romhacks";
|
||||
const string CPT_HOMEBREWS = "homebrew";
|
||||
@@ -35,7 +38,8 @@ class Identifier {
|
||||
|
||||
// ...
|
||||
|
||||
const string GALLERY = "my_gallery";
|
||||
const string ENTRY_GALLERY = "my_gallery";
|
||||
const string ENTRY_MAIN_IMAGE = "custom_featured_image";
|
||||
|
||||
private function __construct() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user