[ad_1]
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
