1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?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 [];
|