# wp-data-access/5.5.85/vendor/composer/autoload_psr4.php

WP Data Access – App Builder for Tables, Forms, Charts, Maps &amp; Dashboards, version 5.5.85. 13 lines.

- Page: https://pluginprobe.com/plugins/wp-data-access/5.5.85/code/vendor/composer/autoload_psr4.php
- Raw: https://pluginprobe.com/plugins/wp-data-access/5.5.85/raw/vendor/composer/autoload_psr4.php
- Modified: 2026-09-22T18:02:52+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wp-data-access/5.5.85/code/vendor/composer/autoload_psr4.php#L10-L20`.

```php
<?php

// autoload_psr4.php @generated by Composer

$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);

return array(
    'WPDataRoles\\' => array($baseDir . '/WPDataRoles'),
    'WPDataProjects\\' => array($baseDir . '/WPDataProjects'),
    'WPDataAccess\\' => array($baseDir . '/WPDataAccess'),
);

```
