Warning: This method has been deprecated.

WC_Admin_Setup_Wizard::admin_menus()

Add admin menus/screens.


Description Description


Source Source

File: includes/admin/class-wc-admin-setup-wizard.php

	public function admin_menus() {
		add_dashboard_page( '', '', 'manage_options', 'wc-setup', '' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
4.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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