Undefined variable: post_text
-
Hi,
I get an error when the plugin (free version) tries to fetch a post with only an image but no text. As a result there is not
$post_textVariable defined. See error description below:Undefined variable: post_text in file .../wp-content/plugins/custom-facebook-feed/custom-facebook-feed.php:1177This could be easily fixed when the following line is inserted after line 1055 (//POST TEXT)
$post_text = '';Regards,
Pascal
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Undefined variable: post_text’ is closed to new replies.