• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Ultimate Dashboard Pro - Full Control Over Your WordPress Dashboard

Ultimate Dashboard Pro - Full Control Over Your WordPress Dashboard v3.8

No permission to download

OVOSZN

Well-known member
Babiato Lover
Trusted Seller
Trusted Uploader
Apr 19, 2020
166
588
93
OVOSZN submitted a new resource:

Ultimate Dashboard Pro - Customize your WordPress Dashboard

  • Remove widgets from the dashboard
    • Including third party widgets
  • Add your own widgets to the dashboard
    • Including video and contact form widgets
  • Clean up the WP admin
  • Custom WP admin CSS
  • Login customiser
  • User role access
  • Multisite support
  • Page builder support
  • White label WordPress

Read more about this resource...
 
Last edited:
Yeah, the plugin still works fine. I'm not sure if someone knows of a way to hide the license key message. If so, that'd be great.
 
Yeah, the plugin still works fine. I'm not sure if someone knows of a way to hide the license key message. If so, that'd be great.

GO>>>>>>> \wp-content\plugins\ultimate-dashboard-pro\ultimate-dashboard-pro.php

Delete rows 92 through 103


so delete this save

Code:
if ( 'valid' !== $status ) {
        $class            = 'notice notice-warning';
        $license_page_url = get_admin_url() . 'edit.php?post_type=' . ULTIMATE_DASHBOARD_PRO_LICENSE_PAGE;
        $product          = ULTIMATE_DASHBOARD_PRO_PRODUCT_NAME;
        $docs_url         = 'https://ultimatedashboard.io/docs/installation-license-activation/';
        // translators: 1: License page url, 2: Product name, 3: Documentation URL.
        $description = sprintf( __( 'Please <a href="%1$s">activate your license key</a> to receive updates for <strong>%2$s</strong>. <a href="%3$s" target="_blank">Help</a>', 'ultimatedashboard' ), $license_page_url, $product, $docs_url );

        printf( '<div class="%1s"><p>%2s</p></div>', $class, $description );

    }
 
Last edited:
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock