Changeset 52212
- Timestamp:
- 11/18/2021 11:17:52 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r52019 r52212 575 575 * @type bool $update Whether there's an available update. Default null. 576 576 * } 577 * @param object$response {578 * An objectof metadata about the available plugin update.577 * @param array $response { 578 * An array of metadata about the available plugin update. 579 579 * 580 580 * @type int $id Plugin ID. 581 581 * @type string $slug Plugin slug. 582 * @type string $ new_version New plugin version.582 * @type string $plugin Plugin basename. 583 583 * @type string $url Plugin URL. 584 584 * @type string $package Plugin update package URL. 585 * @type array $icons An array of icon URLs. 586 * @type array $banners An array of banner URLs. 587 * @type string $requires Specify the minimum required WordPress version. 588 * @type string $tested Specify the latest version of WordPress that the plugin has been tested with. 589 * @type string $new_version Specify the new version of the plugin. 585 590 * } 586 591 */
Note: See TracChangeset
for help on using the changeset viewer.