Title: create_function() is deprecated in PHP 7.2
Last modified: September 6, 2018

---

# create_function() is deprecated in PHP 7.2

 *  [Tareq Hasan](https://wordpress.org/support/users/tareq1988/)
 * (@tareq1988)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/create_function-is-deprecated-in-php-7-2-4/)
 * I’m using PHP 7.2 and upon installing the plugin the whole admin panel became
   filled with the error. Please fix it ASAP.

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

 *  Plugin Author [FastSpring WordPress Team](https://wordpress.org/support/users/jtewes/)
 * (@jtewes)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/create_function-is-deprecated-in-php-7-2-4/#post-10664034)
 * I just ran a test on PHP 7.2 without an error. Are you using a custom admin theme
   that may be conflicting?
 *  [Sabuj Kundu](https://wordpress.org/support/users/manchumahara/)
 * (@manchumahara)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/create_function-is-deprecated-in-php-7-2-4/#post-10728602)
 * @faststring team enable full debug in your setup. anywhere you used this function‘
   create_function’ should show error in php7.2
 * in your wp-config.php file try these three lines
 *     ```
       define('WP_DEBUG', true);
       define( 'WP_DEBUG_DISPLAY', true);
       define( 'WP_DEBUG_LOG', true);
       ```
   
 *  Plugin Author [FastSpring WordPress Team](https://wordpress.org/support/users/jtewes/)
 * (@jtewes)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/create_function-is-deprecated-in-php-7-2-4/#post-10864032)
 * We have just updated the plugin with these recommendations.

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

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

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

 * 3 replies
 * 3 participants
 * Last reply from: [FastSpring WordPress Team](https://wordpress.org/support/users/jtewes/)
 * Last activity: [7 years, 7 months ago](https://wordpress.org/support/topic/create_function-is-deprecated-in-php-7-2-4/#post-10864032)
 * Status: not resolved