PHP warnings of undefined references
-
Please fix these:
Notice: Undefined variable: Custom_CSS in …/wp-content/plugins/ultimate-faqs/Shortcodes/Display_FAQ_Search.php on line 27
Notice: Undefined index: hide_ufaq_review_box_hidden in …/wp-content/plugins/ultimate-faqs/html/DashboardPage.php on line 15
Notice: Undefined index: term in …/wp-content/plugins/ultimate-faqs/Functions/EWD_UFAQ_Add_Views_Column.php on line 93
Notice: Uninitialized string offset: 62 in …/wp-content/plugins/ultimate-faqs/Shortcodes/DisplayFAQs.php on line 488
The first three of these involve references to undefined variables or undefined array elements.
The last one requires the expression “strlen($characters)” to be changed to “strlen($characters)-1”.
Thank you!
- The topic ‘PHP warnings of undefined references’ is closed to new replies.