• Resolved brad1004

    (@brad1004)


    Hi there

    I see there is now a Deprecated: Function warning when using PHP 7.2 and setting up a backup schedule.

    create_function() is deprecated in wp-content/plugins/wp-db-backup/wp-db-backup.php on line 1197

    
    $all_tables = array_map(create_function('$a', 'return $a[0];'), $all_tables);
    

    Any help on how this function should be coded would be appreciated by many.

    Kind Regards
    Brad

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP 7.2 Deprecated: Function Warning’ is closed to new replies.