We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d249be commit 45831ecCopy full SHA for 45831ec
includes/class-sender.php
@@ -56,6 +56,10 @@ public static function publish_hook( $post_id ) {
56
public static function comment_post( $id ) {
57
$comment = get_comment( $id );
58
59
+ if ( ! $comment ) {
60
+ return;
61
+ }
62
+
63
// check parent comment
64
if ( $comment->comment_parent ) {
65
// get parent comment...
0 commit comments