diff --git a/includes/admin/services/class-rop-webhook-service.php b/includes/admin/services/class-rop-webhook-service.php index 42f1e28e..a477f0d6 100644 --- a/includes/admin/services/class-rop-webhook-service.php +++ b/includes/admin/services/class-rop-webhook-service.php @@ -124,7 +124,7 @@ function( $header ) { 'postId' => isset( $post_details['post_id'] ) ? $post_details['post_id'] : '', 'message' => isset( $post_details['content'] ) ? $post_details['content'] : '', 'postUrl' => isset( $post_details['post_url'] ) ? $post_details['post_url'] : '', - 'featuredImage' => isset( $post_details['featured_image'] ) ? $post_details['featured_image'] : '', + 'featuredImage' => isset( $post_details['post_image'] ) ? $post_details['post_image'] : '', ); if ( ! class_exists( 'ROP_Pro_Webhook_Helper' ) ) {