wp/wp-includes/class-wp-site.php
changeset 21 48c4eec2b7e6
parent 18 be944660c56a
equal deleted inserted replaced
20:7b1b88e27a20 21:48c4eec2b7e6
    20  * @property string $blogname
    20  * @property string $blogname
    21  * @property string $siteurl
    21  * @property string $siteurl
    22  * @property int    $post_count
    22  * @property int    $post_count
    23  * @property string $home
    23  * @property string $home
    24  */
    24  */
       
    25 #[AllowDynamicProperties]
    25 final class WP_Site {
    26 final class WP_Site {
    26 
    27 
    27 	/**
    28 	/**
    28 	 * Site ID.
    29 	 * Site ID.
    29 	 *
    30 	 *