351 | | * @param array|object $api |
352 | | * @param bool $loop |
353 | | * @return type |
| 351 | * @param array|object $api Date about the plugin. |
| 352 | * @param bool $loop (Optional) Disable further loops, False by default. |
| 353 | * @return array { |
| 354 | * |
| 355 | * @type string $Status Status of a plugin. Install or Update Available or Latest Installed or Newer Installed |
| 356 | * @type string $Url Plugin installation URL. |
| 357 | * @type int $Version The version of Plugin. |
| 358 | * @type string $File Plugin filename relative to the plugins directory. |
| 359 | * |
| 360 | * } |
| 361 | * |