Title: PHP 7.2: Deprecated function create_function()
Last modified: July 17, 2018

---

# PHP 7.2: Deprecated function create_function()

 *  Resolved [Tsvetan Tsakov](https://wordpress.org/support/users/filesubmit/)
 * (@filesubmit)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/php-7-2-deprecated-function-create_function-4/)
 * Hello,
 * On PHP 7.2 there is a
 * Deprecated: Function create_function() is deprecated in /home/cotosanc/public_html/
   wp-content/plugins/php-everywhere/phpeverywhere.php on line 24

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

 *  [kvanbiesen](https://wordpress.org/support/users/kvanbiesen/)
 * (@kvanbiesen)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/php-7-2-deprecated-function-create_function-4/#post-10783868)
 * replace line 24 of /home/cotosanc/public_html/wp-content/plugins/php-everywhere/
   phpeverywhere.php
 * with this line:
 * add_action(‘widgets_init’, function(){return register_widget(“phpeverywherewidget”);});
 * booom fixed
 *  Plugin Author [Alex](https://wordpress.org/support/users/alexander_fuchs/)
 * (@alexander_fuchs)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/php-7-2-deprecated-function-create_function-4/#post-10788082)
 * Hi kvanbiesen,
 * thank you for submitting the change. Help is always appreciated. I pushed out
   a minor update with your change a few minutes ago.
 * Best regards,
 * Alexander Fuchs

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

The topic ‘PHP 7.2: Deprecated function create_function()’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/php-everywhere_5f7aae.svg)
 * [PHP Everywhere](https://wordpress.org/plugins/php-everywhere/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/php-everywhere/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/php-everywhere/)
 * [Active Topics](https://wordpress.org/support/plugin/php-everywhere/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/php-everywhere/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/php-everywhere/reviews/)

## Tags

 * [deprecated](https://wordpress.org/support/topic-tag/deprecated/)

 * 2 replies
 * 3 participants
 * Last reply from: [Alex](https://wordpress.org/support/users/alexander_fuchs/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/php-7-2-deprecated-function-create_function-4/#post-10788082)
 * Status: resolved