wp/wp-includes/class-wp-post.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
--- a/wp/wp-includes/class-wp-post.php	Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-includes/class-wp-post.php	Fri Sep 05 18:40:08 2025 +0200
@@ -14,10 +14,11 @@
  *
  * @property string $page_template
  *
- * @property-read int[]  $ancestors
- * @property-read int    $post_category
- * @property-read string $tag_input
+ * @property-read int[]    $ancestors
+ * @property-read int[]    $post_category
+ * @property-read string[] $tags_input
  */
+#[AllowDynamicProperties]
 final class WP_Post {
 
 	/**