• Resolved SBfoto

    (@256studio)


    How can I remove this from the admin dashboard? I have the LTD pro version deal. This is what I would like to be removed.
    “Recommended Plugin: Ninja Tables – Best Table Plugin for WP – Install | Learn More!”

    The tiniest things get on my nerves about plugins.

Viewing 1 replies (of 1 total)
  • Plugin Support juniorninja

    (@mrkevinmiller)

    Hello @256studio
    Please add this code to your themes function.php

    // Remove Dashboard Recomendation
    add_action('admin_head', 'remove_dashboard_ads_by_ninja');
    function remove_dashboard_ads_by_ninja() {
        echo '<style>
        .ff_recommended_plugin
        {
            display: none;
        }
    </style>';
    }

    It will hide the ads.

    For more rapid response please use our own support system https://wpmanageninja.com and do not hesitate to contact us for further queries.

    Thanks,
    Kevin Miller
    Support Manager
    Wpmanageninja Team

Viewing 1 replies (of 1 total)
  • The topic ‘remove nagging screen’ is closed to new replies.