From baaef17a1b99dd5f5ec3ed42f4ebc642889b6c95 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Tue, 13 Jan 2026 09:56:21 +0100 Subject: [PATCH] Begin Identifier.php --- src/Identifier.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Identifier.php b/src/Identifier.php index 914ec84..1f085f4 100644 --- a/src/Identifier.php +++ b/src/Identifier.php @@ -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() {}