We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
https://github.com/yapapaya/live-comment-preview/blob/master/classes/class-live-comment-preview.php#L202-L213 gets an empty array from template_file method, as described in #23.
template_file
Because of this https://github.com/yapapaya/live-comment-preview/blob/master/classes/class-live-comment-preview.php#L211 throws a fatal error. Irrespective of #23, this should not throw a fatal error since a check for whether the array is empty should anyways exist.
The text was updated successfully, but these errors were encountered:
@actual-saurabh,
I just tested the plugin with a child theme and the plugin worked as expected. Could you post a screenshot of the error if you get any?
Sorry, something went wrong.
No branches or pull requests
https://github.com/yapapaya/live-comment-preview/blob/master/classes/class-live-comment-preview.php#L202-L213 gets an empty array from
template_file
method, as described in #23.Because of this https://github.com/yapapaya/live-comment-preview/blob/master/classes/class-live-comment-preview.php#L211 throws a fatal error. Irrespective of #23, this should not throw a fatal error since a check for whether the array is empty should anyways exist.
The text was updated successfully, but these errors were encountered: