• Hi,

    If I open the admin’s media library, I get the following warning by every image or media:
    Deprecated: WP_List_Table::__get(): The property is_trash is not declared. Getting a dynamic property is deprecated since version 6.4.0! Instead, declare the property on the class. in?/home/www/clients/client7884/web16995/web/wp-includes/functions.php?on line?6085

    WP version is 6.6.2
    Plugin version is 1.3.0

    If I open the following source:
    \media-library-helper\lib\Admin\Extended_Media_List_Table.php

    On line 314 there is a condition:
    if ( current_user_can( ‘edit_post’, $post->ID ) && ! $this->is_trash )
    and this causes the warning.

    Could you please fix it in a future version of the plugin?

    Regards,
    Csaba

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.