heck the dependencies of the dependency's dependencies for the dependent. * * Yes, that does make sense. */ $circular_dependencies_pairs = array_merge( $circular_dependencies_pairs, self::check_for_circular_dependencies( $dependents, array_unique( $dependencies_of_the_dependency ) ) ); } } return $circular_dependencies_pairs; } /** * Converts a plugin filepath to a slug. * * @since 6.5.0 * * @param string $plugin_file The plugin's filepath, relative to the plugins directory. * @return string The plugin's slug. */ protected static function convert_to_slug( $plugin_file ) { if ( 'hello.php' === $plugin_file ) { return 'hello-dolly'; } return str_contains( $plugin_file, '/' ) ? dirname( $plugin_file ) : str_replace( '.php', '', $plugin_file ); } }
Fatal error: Uncaught Error: Failed opening required '/home/valigeria/public_html/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-path-processor.php' (include_path='.:/opt/alt/php81/usr/share/pear:/opt/alt/php81/usr/share/php:/usr/share/pear:/usr/share/php') in /home/valigeria/public_html/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-container.php:82 Stack trace: #0 /home/valigeria/public_html/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-container.php(41): Automattic\Jetpack\Autoloader\jp12ea33bcea6a641c43d24712adc9f0b6\Container->register_dependencies() #1 /home/valigeria/public_html/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-autoloader.php(28): Automattic\Jetpack\Autoloader\jp12ea33bcea6a641c43d24712adc9f0b6\Container->__construct() #2 /home/valigeria/public_html/wp-content/plugins/woocommerce/vendor/autoload_packages.php(13): Automattic\Jetpack\Autoloader\jp12ea33bcea6a641c43d24712adc9f0b6\Autoloader::init() #3 /home/valigeria/public_html/wp-content/plugins/woocommerce/src/Autoloader.php(37): require('/home/valigeria...') #4 /home/valigeria/public_html/wp-content/plugins/woocommerce/woocommerce.php(31): Automattic\WooCommerce\Autoloader::init() #5 /home/valigeria/public_html/wp-settings.php(517): include_once('/home/valigeria...') #6 /home/valigeria/public_html/wp-config.php(111): require_once('/home/valigeria...') #7 /home/valigeria/public_html/wp-load.php(50): require_once('/home/valigeria...') #8 /home/valigeria/public_html/wp-blog-header.php(13): require_once('/home/valigeria...') #9 /home/valigeria/public_html/index.php(17): require('/home/valigeria...') #10 {main} thrown in /home/valigeria/public_html/wp-content/plugins/woocommerce/vendor/jetpack-autoloader/class-container.php on line 82