wp/wp-includes/class-wp-post.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    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 	 *