equal
deleted
inserted
replaced
12 * |
12 * |
13 * @since 3.5.0 |
13 * @since 3.5.0 |
14 * |
14 * |
15 * @property string $page_template |
15 * @property string $page_template |
16 * |
16 * |
17 * @property-read int[] $ancestors |
17 * @property-read int[] $ancestors |
18 * @property-read int $post_category |
18 * @property-read int[] $post_category |
19 * @property-read string $tag_input |
19 * @property-read string[] $tags_input |
20 */ |
20 */ |
|
21 #[AllowDynamicProperties] |
21 final class WP_Post { |
22 final class WP_Post { |
22 |
23 |
23 /** |
24 /** |
24 * Post ID. |
25 * Post ID. |
25 * |
26 * |