Composer
InstalledVersions::getAllRawData()
Returns the raw data of all installed.php which are currently loaded for custom implementations
Method of the class: InstalledVersions{}
No Hooks.
Return
Array[]
.
Usage
$result = InstalledVersions::getAllRawData();
InstalledVersions::getAllRawData() InstalledVersions::getAllRawData code WPSCache 1.12.4
public static function getAllRawData() { return self::getInstalled(); }