Home
last modified time | relevance | path

Searched refs:OLD_META_KEY (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DPagePublicationDate.php34 const OLD_META_KEY = "published"; define in ComboStrap\\PagePublicationDate
100 $value = $store->getFromName(PagePublicationDate::OLD_META_KEY);
144 return [PagePublicationDate::OLD_META_KEY];
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php81 PagePublicationDate::OLD_META_KEY => PagePublicationDate::class,