WC_Admin_Webhooks_Table_List::column_topic
Return topic column.
Method of the class: WC_Admin_Webhooks_Table_List{}
No Hooks.
Returns
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 10.5.0
public function column_topic( $webhook ) {
return $webhook->get_topic();
}