1. Fuzzy Search Implement
2. Post/Page Edit Mode => Detect by Page Builder Edit, on first selection [frontend]
3. ✅ Admin Bar Floating Icon/Button
4. AI Search History , Most Visited History in first position
5. Deep Search
6. WooCommerce Order Search like "Ivory Search" Plugin
7. Role Manege (Role Master Suite)
8. Developer Integration
    - Control
        - Filter
            - Action


                <?php
                add_filter('spotlight_control', [$this, 'spotlight_control_wc_order']);
                add_filter('spotlight_filter', [$this, 'spotlight_control_wc_order']);
                add_filter('spotlight_action', [$this, 'spotlight_control_wc_order']);
                add_filter('spotlight_action_callback', [$this, 'spotlight_control_wc_order_callback']);

                function spotlight_control_wc_order(){
                    return [
                        'title' => 'Orders Menu'
                    ];
                }


 ****************** All Dependent Request promiseAll() in JS ******************


 jltwp_spotlight/control_plugin/filters


 ***** Features ****
    Users
        -✅ Edit [new]
        -✅ View [new]
        -✅ Delete (PRO) [new]
        - Switch (PRO) [new]
        -✅ Send Reset Password [new]
    Plugins
        - Wordpress Repository
            - Install
            - Install & Active (PRO) - JS
            - View on Wordpress.org
            - Download (PRO) - JS
        -✅ Upload (PRO) [new]
        - Activate
            - List Plugins
        - Deactivate
            - List Plugins
        - Delete (PRO) [done]
            - List Plugins
        - ✅ Download (PRO) [new]
    Themes
        - Wordpress Repository
            - Install
            - Install & Active (PRO)
            - View on Wordpress.org
            - Download Theme (PRO) - JS
        - Activate
        - Delete (PRO)
        - Upload (PRO) [new]
        - Download (PRO) [new]
    Post Types
        - Edit With Gutenberg [rename] Edit
        - Edit with Elementor (PRO)
        - Edit with Bricks (PRO)
        - Edit with Divi (PRO) [upcomming]
        - Edit with Oxygen (PRO) [upcomming]
        - Edit with Site Origin (PRO) [upcomming]
        - Edit with Breakdance (PRO) [upcomming]
        - Edit with Bricks Template Library (PRO) [upcomming]
        - View
        - Trash (PRO)
        - Delete (PRO)
        - Duplicate (PRO) [new]
    New/Create [upcomming]
        - Post Types
            - All Post Types
        - User [new]
        - Taxonomy (PRO)
            - Posts Types

    Taxonomy (PRO) [new] [upcomming]
        - Posts Types (if type Post then taxonomy )
            - all Taxonomies
                - View
                - Edit (PRO)
                - Delete (PRO)
                - Duplicate (PRO)
    Media
        - ✅ Insert (PRO) (only post edit)
        - Edit
        - Upload (PRO)
        - Delete (PRO)
        - Download
        - AI Image Generation (PRO) [new]
        - Import Image (PRO) [Unsplash] [new]
        - File Format Support (PRO) [new]
            - (svg, avif, webp, jpg, pdf & etc.)
        - Convert (PRO) [new]
            - PNG to JPG
            - PNG to WEBP
        - Remove Duplicate File Detect (PRO) [new]
        - File Rename (PRO) [new]
            - Batch
            - Individual
        - Media Replace (PRO) [new]
    Update
        - Plugins
            - Update All Plugin (PRO)
            - All Plugins (Current version VS New version)
        - Themes
            - Update All Plugin (PRO)
            - All Plugins (Current version VS New version)
        - Wordpress Core (PRO) (Show New Version)
    ✅ Dark/Light Mode (ONE)
        - If Adminify Then Use Adminify Dark Mode Script
    Comments [new]
        - Search Comments (by comment title, author email)
            - Approve
            - Unapprove
            - Reply
            - Quick Edit
            - Edit
            - Spam
            - Trash
                - Spam
                - Restore
                - Delete Permanently




Translation Update
Every theme

Edit Media - Upload Popup

View Post option add to top When Edit Post 



Loader & Close
    - Plugin/Theme => active, Deactivate, Install, Install & active, Delete
    
    - Plugins Download Infinity Loading
