# learnpress/4.4.5/vendor/composer/autoload_psr4.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.4.5. 13 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.4.5/code/vendor/composer/autoload_psr4.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.4.5/raw/vendor/composer/autoload_psr4.php
- Modified: 2026-08-22T04:23:06+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/learnpress/4.4.5/code/vendor/composer/autoload_psr4.php#L10-L20`.

```php
<?php

// autoload_psr4.php @generated by Composer

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

return array(
    'TijsVerkoyen\\CssToInlineStyles\\' => array($vendorDir . '/tijsverkoyen/css-to-inline-styles/src'),
    'Symfony\\Component\\CssSelector\\' => array($vendorDir . '/symfony/css-selector'),
    'LearnPress\\' => array($baseDir . '/inc'),
);

```
