• Resolved yesenarman

    (@yesenarman)


    Hello,

    create_function() was deprecated in PHP 7.2

    There is one place it is used in Breadcrumb NavXT:

    add_action('widgets_init', create_function('', 'return register_widget("'. $this->unique_prefix . '_widget");'));

    Is it possible to replace it with anonymous function as suggested in the docs?

    Sincerely,
    Arman

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘create_function() is deprecated in PHP 7.2’ is closed to new replies.