| @@ -11,8 +11,17 @@ | ||
| 11 | 11 | use DateTimeZone; |
| 12 | 12 | |
| 13 | 13 | class PostMetaDateEntity extends PostDateEntity |
| 14 | 14 | { |
| 15 | + /** | |
| 16 | + * Declared explicitly: assigned from the outside in | |
| 17 | + * EntityManager::prepareEntitiesToDisplay(); dynamic properties are | |
| 18 | + * deprecated since PHP 8.2. | |
| 19 | + */ | |
| 20 | + public $items_sort = []; | |
| 21 | + | |
| 22 | + public $filter = []; | |
| 23 | + | |
| 15 | 24 | use PostMetaTrait; |
| 16 | 25 | |
| 17 | 26 | private $new_meta_query = []; |
| 18 | 27 | |