output() public static method

Handles output of the addons page in admin.
public static output ( )
 /**
  * Init the addons page.
  */
 public function addons_page()
 {
     WC_Admin_Addons::output();
 }