• Is this still supported at all? It is no long working under PHP 8.0+

    $check_comment_style_cookie = create_function('$a', 'return cfc_check_comment_style_cookie($a);');

    The function create_function() was removed in PHP 8.0, and causes an “undefined function” fatal error.

The topic ‘Still supported at all?’ is closed to new replies.