updated plugin Menu Icons
version 0.13.2
This commit is contained in:
@ -33,6 +33,7 @@ $files_to_load = [
|
||||
$themeisle_library_path . '/src/Modules/Review.php',
|
||||
$themeisle_library_path . '/src/Modules/Recommendation.php',
|
||||
$themeisle_library_path . '/src/Modules/Promotions.php',
|
||||
$themeisle_library_path . '/src/Modules/Compatibilities.php',
|
||||
];
|
||||
|
||||
$files_to_load = array_merge( $files_to_load, apply_filters( 'themeisle_sdk_required_files', [] ) );
|
||||
@ -42,7 +43,6 @@ foreach ( $files_to_load as $file ) {
|
||||
require_once $file;
|
||||
}
|
||||
}
|
||||
|
||||
Loader::init();
|
||||
|
||||
foreach ( $products as $product ) {
|
||||
|
Reference in New Issue
Block a user