Small bug in PHP code
-
Hello,
I already reported this issue and you marked it as resolved but it’s not resolved.
Notice: Undefined variable: pageTitlesList in /wp-content/plugins/interactive-page-hierarchy/gtek_iph_main.php on line 146
Indeed, the $pageTitlesList variable used on line 146 is never declared in the function gtek_iph_plugin_options
This line will never work:
echo '<input id="hdn_PageTitles" type="text" hidden value="' . json_encode($pageTitlesList) . '">';
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Small bug in PHP code’ is closed to new replies.