[ad_1]
Hi, I did an update to latests all and I am getting an error
PHP Fatal error: Uncaught Error: Call to undefined function get_plugins() in … wp-content/plugins/theme-translation-for-polylang/inc/theme-and-plugin-support.php on line 94
PHP 8.1, WP 6.4.2 and TTfP 3.4.0
I “fixed” it with:
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
