Is anyone else getting the PHP error "Call to undefined function get_plugin_data()" when trying to view a conversation form on a landing page? After updating to Formidable v5.4.2 I get this error. I'm running v1.0.01 of Conversation Forms and Landing Pages 1.0.01
I can fix the problem by adding
if
( ! function_exists(
'get_plugin_data'
){
require_once
( ABSPATH .
'wp-admin/includes/plugin.php'
;
}
on line 9 of
formidable-chat/classes/helpers/FrmChatAppHelper.php
but I wouldn't think that should be required and it was working yesterday...
Please login or Register to submit your answer