Title: Debug warning/errors
Last modified: May 15, 2018

---

# Debug warning/errors

 *  Resolved [bkjproductions](https://wordpress.org/support/users/bkjproductions/)
 * (@bkjproductions)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/debug-warning-errors/)
 * Receiving two warnings in my debug.log:
 * PHP Warning: Use of undefined constant ‘wisdom_form_text_’ – assumed ‘‘wisdom_form_text_’’(
   this will throw an Error in a future version of PHP) in /plugins/wp-disable/wpperformance.
   php on line 192
    PHP Warning: Use of undefined constant ‘your_prefix_filter_deactivation_form’–
   assumed ‘‘your_prefix_filter_deactivation_form’’ (this will throw an Error in
   a future version of /plugins/wp-disable/wpperformance.php on line 192
 * You apparently have “tick marks” or “curly quotes” rather than single quotes 
   in your code on line 192.
    add_filter( ‘wisdom_form_text_’ .basename( __FILE__,‘.
   php’ ), ‘your_prefix_filter_deactivation_form’ );

Viewing 1 replies (of 1 total)

 *  Plugin Author [jody nesbitt](https://wordpress.org/support/users/pigeonhut/)
 * (@pigeonhut)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/debug-warning-errors/#post-10298646)
 * should be fixed on last update couple days ago

Viewing 1 replies (of 1 total)

The topic ‘Debug warning/errors’ is closed to new replies.

 * ![](https://ps.w.org/wp-disable/assets/icon-256x256.png?rev=3564483)
 * [Featherweight](https://wordpress.org/plugins/wp-disable/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-disable/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-disable/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-disable/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-disable/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-disable/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [jody nesbitt](https://wordpress.org/support/users/pigeonhut/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/debug-warning-errors/#post-10298646)
 * Status: resolved