Ultimate Dashboard Pro - Full Control Over Your WordPress Dashboard

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

No permission to download

OVOSZN

Well-known member
Trusted Uploader
Apr 19, 2020
122
374
63
AaronH 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...
 

OVOSZN

Well-known member
Trusted Uploader
Apr 19, 2020
122
374
63
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.
 

DataMaster

Well-known member
Sep 1, 2019
119
123
93
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:

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu