PHP Notice: Undefined index: published_post_counter
-
Hello,
Can we please change line 53 of \social-articles\includes\social-articles-load.php
from
if($options['published_post_counter'] == 'true'){
to
if (isset($options['published_post_counter']) && $options['published_post_counter'] == 'true'){to avoid PHP Notice: Undefined index: published_post_counter?
Thank you!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP Notice: Undefined index: published_post_counter’ is closed to new replies.