• Resolved dejame

    (@dejame)


    Hi, this plugin seems to be interfering with my Media Library. When it is activated, new images do not show up in my Media Library. But they show up when the plugin is deactivated. How do I resolve this?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Yes, intentionally hidden listing images from media library. If you want to show listing images on media library please, add following code in child theme functions.php file –

    remove_action( 'ajax_query_attachments_args', [ \Rtcl\Controllers\Hooks\ActionHooks::class, 'remove_ajax_query_attachments_args' ] );
    remove_action( 'load-upload.php', [ \Rtcl\Controllers\Hooks\ActionHooks::class, 'remove_attachments_load_media' ] );

    Thank you

    Thread Starter dejame

    (@dejame)

    Thanks, it worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images not showing in Media Library’ is closed to new replies.