| @@ -40,8 +40,9 @@ | ||
| 40 | 40 | |
| 41 | 41 | // TODO: When the `e_atomic_elements` feature is not hidden, add it as a dependency |
| 42 | 42 | if ( $is_feature_active && $is_atomic_widgets_active ) { |
| 43 | 43 | ( new Global_Class_Post_Type() )->register(); |
| 44 | + ( new Global_Classes_Post_IDs() )->register_hooks(); | |
| 44 | 45 | |
| 45 | 46 | $relations = new Global_Classes_Relations(); |
| 46 | 47 | $relations->register_hooks(); |
| 47 | 48 | |
| @@ -88,8 +89,9 @@ | ||
| 88 | 89 | Global_Classes_Order::META_KEY, |
| 89 | 90 | Global_Classes_Labels::META_KEY_FRONTEND, |
| 90 | 91 | Global_Classes_Labels::META_KEY_PREVIEW, |
| 91 | 92 | Global_Classes_Sync_Map::META_KEY, |
| 93 | + Global_Classes_Post_IDs::META_KEY, | |
| 92 | 94 | ] ); |
| 93 | 95 | } |
| 94 | 96 | |
| 95 | 97 | private function register_features() { |