WC_Admin_Help::__construct()

Hook in tabs.


Description Description


Source Source

File: includes/admin/class-wc-admin-help.php

	public function __construct() {
		add_action( 'current_screen', array( $this, 'add_tabs' ), 50 );
	}

Top ↑

User Contributed Notes User Contributed Notes

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