Fix sunrise errors
This commit is contained in:
11
autoload.php
Normal file
11
autoload.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Manages Composer autoload.
|
||||
*
|
||||
* @package WP_Ultimo
|
||||
* @since 2.3.0
|
||||
* @deprecated since 2.4.5, use /vendor/autoload_packages.php instead.
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/vendor/autoload_packages.php';
|
||||
require_once __DIR__ . '/vendor/woocommerce/action-scheduler/action-scheduler.php';
|
Reference in New Issue
Block a user