first commit
This commit is contained in:
15
wp-content/plugins/elementor/includes/container/config.php
Normal file
15
wp-content/plugins/elementor/includes/container/config.php
Normal file
@@ -0,0 +1,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 [];
|
||||
Reference in New Issue
Block a user