A bit more information in case it helps:
Full error:
create_function is deprecated in {plugin_dir}/testimonials-widget/includes/libraries/aihrus-framework/includes/libraries/class-redrokk-metabox-class.php on line 1296
The fix would appear to be to replace this with an anonymous function (an example of which is provided here):
https://stackoverflow.com/questions/48161526/php-7-2-function-create-function-is-deprecated
Hope that is useful in resolving the problem.
Thread Starter
mairag
(@mairag)
After 3 months with no reply, I don’t think they care about this. I switched to another plugin but thanks anyway.
I’m still holding out as I use the plugin on a number of websites. I think the fix they need is:
$function = function($default) {
return redrokk_admin_class::getInstance($this->_isAdminPage)->getOption($field['id'], $default, true);
};
Out of interest, which plugin did you switch to?
Hello @everyone, I am working on this notices and it will be fixed in next release.
Thanks @saurabhd that’s good to know. Any ideas when the next release is likely to be?
@bbceg this has been resolved in 3.4.6.