get_plugins() not known in latest version 3.4.0
-
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' );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘get_plugins() not known in latest version 3.4.0’ is closed to new replies.