WC_Admin_Webhooks_Table_List::column_topic
Return topic column.
Метод класса: WC_Admin_Webhooks_Table_List{}
Хуков нет.
Возвращает
Строку.
Использование
$WC_Admin_Webhooks_Table_List = new WC_Admin_Webhooks_Table_List(); $WC_Admin_Webhooks_Table_List->column_topic( $webhook );
- $webhook(WC_Webhook) (обязательный)
- Webhook instance.
Код WC_Admin_Webhooks_Table_List::column_topic() WC Admin Webhooks Table List::column topic WC 10.7.0
public function column_topic( $webhook ) {
return $webhook->get_topic();
}