Begin Identifier.php

This commit is contained in:
2026-01-13 09:56:21 +01:00
parent b4848c522f
commit baaef17a1b

View File

@@ -5,6 +5,9 @@ defined( 'ABSPATH' ) || exit;
class Identifier { 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_TRANSLATIONS = "translations";
const string CPT_ROMHACKS = "romhacks"; const string CPT_ROMHACKS = "romhacks";
const string CPT_HOMEBREWS = "homebrew"; 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() {} private function __construct() {}