Viewing 1 replies (of 1 total)
  • Plugin Author David Aguilera

    (@davilera)

    Thanks for reporting the issue, Lars.

    I’ll prepare a new release with the fix. In the meantime, simply replace line 98:

    delete_post_meta( $post_id, '_nelioefi_first_image', $first_feat_image );

    with this:

    delete_post_meta( $post_id, '_nelioefi_first_image' );
Viewing 1 replies (of 1 total)
  • The topic ‘PHP Notice after update to 1.4.3’ is closed to new replies.