• First and foremost, thank you to our friend in distant Japan for taking the time to write and maintain this plugin.

    Since a plethora of PHP warnings appeared on PHP 8.2, which I’m using, I kindly ask the author to replace lines #976 and #1019 in the file

    Lines:
       #976 and #1019
    File:
       organize-media-folder/lib/class-organizemediafolder.
    php

    Please replace line:

    if ( 0 < $term->term_id ) {

    To change it to:

    if ( 0 < ($term->term_id ?? 0) ) {

    … or to upload the code on GitHub, as SVN on wp.org is a nightmare for me.

    Thanks once again for your time and effort.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Kindly Requesting a Warnings Fix’ is closed to new replies.