The error was appearing on my plugins page. Inplace where plugins are supposed to be listed
I managed to solve the issue with a rather crude method. Wherever the function is_php_version_compatible() is called, I just set the value = true. The function is called in wp-admin/includes/class-wp-plugins-list-table.php and plugin.php .
It was the upgrade that caused the issue: Check this link
Am using php version 7.2.19
Thanks Shukla, I have tried this but no fix. I enabled wp_debug and now I get the error “Call to undefined function is_php_version_compatible()”.
NOTE: I recently upgraded my wordpress