# elementor/3.26.3/includes/container/config.php

Elementor Website Builder – more than just a page builder, version 3.26.3. 16 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.26.3/code/includes/container/config.php
- Raw: https://pluginprobe.com/plugins/elementor/3.26.3/raw/includes/container/config.php
- Modified: 2024-10-28T11:08:46+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/elementor/3.26.3/code/includes/container/config.php#L10-L20`.

```php
<?php

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

/**
 * Elementor Dependency Injection Configuration.
 *
 * This file registers definitions for PHP-DI used by Elementor.
 *
 * @since 3.24.0
 */

return [];

```
