| 421 | | * @property $ID; |
| 422 | | * @property $post_author; |
| 423 | | * @property $post_date; |
| 424 | | * @property $post_date_gmt; |
| 425 | | * @property $post_content; |
| 426 | | * @property $post_title; |
| 427 | | * @property $post_excerpt; |
| 428 | | * @property $post_status; |
| 429 | | * @property $comment_status; |
| 430 | | * @property $ping_status; |
| 431 | | * @property $post_password; |
| 432 | | * @property $post_name; |
| 433 | | * @property $to_ping; |
| 434 | | * @property $pinged; |
| 435 | | * @property $post_modified; |
| 436 | | * @property $post_modified_gmt; |
| 437 | | * @property $post_content_filtered; |
| 438 | | * @property $post_parent; |
| 439 | | * @property $guid; |
| 440 | | * @property $menu_order; |
| 441 | | * @property $post_type; |
| 442 | | * @property $post_mime_type; |
| 443 | | * @property $comment_count; |
| 444 | | * @property $ancestors; |
| 447 | | |
| | 423 | /** |
| | 424 | * |
| | 425 | * @var int |
| | 426 | */ |
| | 427 | public $ID; |
| | 428 | /** |
| | 429 | * |
| | 430 | * @var int |
| | 431 | */ |
| | 432 | public $post_author = 0; |
| | 433 | /** |
| | 434 | * |
| | 435 | * @var string |
| | 436 | */ |
| | 437 | public $post_date = '0000-00-00 00:00:00'; |
| | 438 | /** |
| | 439 | * |
| | 440 | * @var string |
| | 441 | */ |
| | 442 | public $post_date_gmt = '0000-00-00 00:00:00'; |
| | 443 | /** |
| | 444 | * |
| | 445 | * @var string |
| | 446 | */ |
| | 447 | public $post_content = ''; |
| | 448 | /** |
| | 449 | * |
| | 450 | * @var string |
| | 451 | */ |
| | 452 | public $post_title = ''; |
| | 453 | /** |
| | 454 | * |
| | 455 | * @var string |
| | 456 | */ |
| | 457 | public $post_excerpt = ''; |
| | 458 | /** |
| | 459 | * |
| | 460 | * @var string |
| | 461 | */ |
| | 462 | public $post_status = 'publish'; |
| | 463 | /** |
| | 464 | * |
| | 465 | * @var string |
| | 466 | */ |
| | 467 | public $comment_status = 'open'; |
| | 468 | /** |
| | 469 | * |
| | 470 | * @var string |
| | 471 | */ |
| | 472 | public $ping_status = 'open'; |
| | 473 | /** |
| | 474 | * |
| | 475 | * @var string |
| | 476 | */ |
| | 477 | public $post_password = ''; |
| | 478 | /** |
| | 479 | * |
| | 480 | * @var string |
| | 481 | */ |
| | 482 | public $post_name = ''; |
| | 483 | /** |
| | 484 | * |
| | 485 | * @var string |
| | 486 | */ |
| | 487 | public $to_ping = ''; |
| | 488 | /** |
| | 489 | * |
| | 490 | * @var string |
| | 491 | */ |
| | 492 | public $pinged = ''; |
| | 493 | /** |
| | 494 | * |
| | 495 | * @var string |
| | 496 | */ |
| | 497 | public $post_modified = '0000-00-00 00:00:00'; |
| | 498 | /** |
| | 499 | * |
| | 500 | * @var string |
| | 501 | */ |
| | 502 | public $post_modified_gmt = '0000-00-00 00:00:00'; |
| | 503 | /** |
| | 504 | * |
| | 505 | * @var string |
| | 506 | */ |
| | 507 | public $post_content_filtered = ''; |
| | 508 | /** |
| | 509 | * |
| | 510 | * @var int |
| | 511 | */ |
| | 512 | public $post_parent = 0; |
| | 513 | /** |
| | 514 | * |
| | 515 | * @var string |
| | 516 | */ |
| | 517 | public $guid = ''; |
| | 518 | /** |
| | 519 | * |
| | 520 | * @var int |
| | 521 | */ |
| | 522 | public $menu_order = 0; |
| | 523 | /** |
| | 524 | * |
| | 525 | * @var string |
| | 526 | */ |
| | 527 | public $post_type = 'post'; |
| | 528 | /** |
| | 529 | * |
| | 530 | * @var string |
| | 531 | */ |
| | 532 | public $post_mime_type = ''; |
| | 533 | /** |
| | 534 | * |
| | 535 | * @var int |
| | 536 | */ |
| | 537 | public $comment_count = 0; |
| | 538 | /** |
| | 539 | * |
| | 540 | * @var string |
| | 541 | */ |