Undefined array key… eval()’d code on line…
-
Hello!
Can you help me? I got these error:
Warning: Undefined array key “content” in /var/www/html/wp-content/plugins/code-snippets/php/front-end/class-frontend.php(210) : eval()’d code on line 7
Warning: Undefined array key “author” in /var/www/html/wp-content/plugins/code-snippets/php/front-end/class-frontend.php(210) : eval()’d code on line 9
and here is the code:
<?php $data = wpgetapi_endpoint( 'quotable', 'random', array('debug' => false) ); echo $data['content']; echo '<br>'; echo $data['author']; ?>Thank you in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Undefined array key… eval()’d code on line…’ is closed to new replies.