• Resolved bkjproductions

    (@bkjproductions)


    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)
Viewing 1 replies (of 1 total)

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