Undefined variable: post_id in on line
-
This error keeps the images from displaying.
I believe it is a deprecated code in a function: line 96 in wp-content-slideshow.phpfunction get_generated_thumb($position) { $thumb = get_the_post_thumbnail($post_id, $position); $thumb = explode("\"", $thumb); return $thumb[5]; }
The problem is that I cannot find new specs to solve this issue.
Please help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Undefined variable: post_id in on line’ is closed to new replies.