Non Logged in Users
Shortcode for Non Logged in Users (Non-Registered Users)
You need to use the shortcode given to non-registered or non-logged-in users.
Shortcode for WordPress Editors
[file_manager_advanced login="no" path="wp-content" hide="plugins" operations="upload,download" block_users="5" view="grid" theme="light" lang ="en" upload_allow="all"]
Copy the above shortcode and paste it into your WordPress page editor.
Shortcode for WordPress PHP Templates
<?php echo do_shortcode('[file_manager_advanced login="no" path="wp-content" hide="plugins" operations="upload,download" view="grid" theme="light" lang ="en" upload_allow="all"]'); ?>
Copy the above shortcode and paste it into your WordPress php template files.