andre 3 lat temu
rodzic
commit
6dce5e5637
1 zmienionych plików z 17 dodań i 0 usunięć
  1. 17 0
      cwp7.php

+ 17 - 0
cwp7.php

@@ -464,6 +464,23 @@ function cwp7_UsageUpdate($params) {
 	}
 }
 
+/**
+ * Additional actions a client user can invoke.
+ *
+ * Define additional actions a client user can perform for an instance of a
+ * product/service.
+ *
+ * Any actions you define here will be automatically displayed in the available
+ * list of actions within the client area.
+ *
+ * @return array
+ */
+function cwp7_ClientAreaCustomButtonArray ($params) {
+	return array(
+		'Neue Domaine' => 'newDomain',
+	);
+}
+
 /**
  * Additional actions a client user can invoke.
  *