PHP Notice
-
Getting this: Notice: Undefined variable: output in /var/www/wp-content/plugins/custom-field-template/custom-field-template.php on line 481 on my custom post type.
I fixed it by adding
$output = "";
at line 431 so $output would always be initialized. Could this be added to the next version of the plugin?
- The topic ‘PHP Notice’ is closed to new replies.