| @@ -40,9 +40,8 @@ | ||
| 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(); | |
| 45 | 44 | |
| 46 | 45 | $relations = new Global_Classes_Relations(); |
| 47 | 46 | $relations->register_hooks(); |
| 48 | 47 | |
| @@ -89,9 +88,8 @@ | ||
| 89 | 88 | Global_Classes_Order::META_KEY, |
| 90 | 89 | Global_Classes_Labels::META_KEY_FRONTEND, |
| 91 | 90 | Global_Classes_Labels::META_KEY_PREVIEW, |
| 92 | 91 | Global_Classes_Sync_Map::META_KEY, |
| 93 | - Global_Classes_Post_IDs::META_KEY, | |
| 94 | 92 | ] ); |
| 95 | 93 | } |
| 96 | 94 | |
| 97 | 95 | private function register_features() { |