12% off of LTD using this coupon: TWELVEPERCENTOFF. Promo ends on 2 Dec midnight UTC.
Published on Aug 11, 2019

[Video] How to Design Custom WordPress Dashboard Page with Oxygen

Sridhar Katakam

WP Admin Pages PRO is an excellent plugin for building WordPress admin pages with support for Beaver Builder, Elementor, Brizy or Oxygen (support for Oxygen is in beta) as an admin page.

The screencast below shows how we can build a custom dashboard page from scratch using Oxygen and then attaching it to a custom admin page that replaces the default WP dashboard via WP Admin Pages PRO.

Get WP Admin Pages PRO

Use this coupon to get 30% off: WPDEVDESIGN (valid for the next 6 days)

Note: Freemius, the selling/licensing platform that the plugin uses seems to be having issues with PayPal payments currently. If it doesn’t work for you (you may see jumbled text like this after attempting to pay – in spite of it saying success true the payment would have actually failed), try in another browser. If still no luck, you may want to purchase using your credit/debit card.

Code Snippet used:

Title: Return current user’s display name

Code:

function sk_current_user_display_name() {
    $current_user = wp_get_current_user();

    return $current_user->display_name;
}
tagschevron-leftchevron-rightchainangle-rightangle-upangle-downfolder-omagnifiercrossmenuchevron-downarrow-right