• Hello.
    Is there a plan to update the plugin functions to support PHP 8?
    We are getting:
    PHP Fatal error: Uncaught Error: Call to undefined function create_function()
    (The create_function() function has been removed in PHP 8.0. It was deprecated in PHP 7.2 due to security and performance concerns.)
    Thanks.
    Dushan.

Viewing 1 replies (of 1 total)
  • That outdated code is in function get_search_terms() in file include/class-job-post-type.php at line 188:

    $search_terms = array_filter(array_map( create_function( '$a', 'return trim($a, "\\"\'\\n\\r ");' ), $matches[0] ));

    Job Postings 2.7.17

Viewing 1 replies (of 1 total)

The topic ‘PHP Fatal error: Uncaught Error: Call to undefined function create_function()’ is closed to new replies.