WC_Admin_Webhooks_Table_List::column_topic()
Return topic column.
Method of the class: WC_Admin_Webhooks_Table_List{}
No Hooks.
Return
String
.
Usage
$WC_Admin_Webhooks_Table_List = new WC_Admin_Webhooks_Table_List(); $WC_Admin_Webhooks_Table_List->column_topic( $webhook );
- $webhook(WC_Webhook) (required)
- Webhook instance.
WC_Admin_Webhooks_Table_List::column_topic() WC Admin Webhooks Table List::column topic code WC 9.4.2
public function column_topic( $webhook ) { return $webhook->get_topic(); }