• Resolved DJABHipHop

    (@pressthemes1)


    What it does:

    It stops WordPress from loading the admin pointers JavaScript on admin pages. Admin pointers are those small blue tooltip popups that highlight new features or important tips in the WordPress dashboard. Why remove it?

    • Cleaner Admin UI: If you want to avoid distraction or clutter for yourself or your clients, especially on production sites.
    • Performance: Although minor, it reduces the scripts loaded in the admin area.
    • Control: Prevents those popups from appearing if you plan to add your own custom admin tips or onboarding.
    • Consistency: Sometimes admin pointers can appear unpredictably or annoy users who already know the interface.

    remove_action('admin_enqueue_scripts', ['WP_Internal_Pointers', 'enqueue_scripts']);

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘disable WP_Internal_Pointers’ is closed to new replies.