PHP Warning: Undefined variable $current_description
-
Getting these warnings in
debug.log
[13-Jan-2024 09:11:54 UTC] PHP Warning: Undefined variable $current_description in ../plugins/job-postings/include/class-job-single-view.php on line 992 [13-Jan-2024 09:11:54 UTC] PHP Warning: Undefined variable $current_description in ../plugins/job-postings/include/class-job-single-view.php on line 993
A fix could be defining the variable e.g. in line 960:
$current_description = '';
Not sure if content of that variable is used at all by current code?
Jobs for WordPress 2.7.3, WordPress 6.4.2
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Warning: Undefined variable $current_description’ is closed to new replies.