PUM_Admin_Onboarding::set_up_welcome_page()

Adds our welcome page to the dashboard


Description Description


Source Source

File: classes/Admin/Onboarding.php

	public static function set_up_welcome_page() {
		add_dashboard_page( '', '', 'manage_options', 'pum-welcome', array( __CLASS__, 'display_welcome_page' ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.14.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.