LLMS_REST_Table_Webhooks::set_columns()
Define the structure of the table
Contents
Return Return
(array)
Source Source
File: libraries/lifterlms-rest/includes/admin/tables/class-llms-rest-table-webhooks.php
public function set_columns() {
return array(
'name' => __( 'Name', 'lifterlms' ),
'status' => __( 'Status', 'lifterlms' ),
'topic' => __( 'Topic', 'lifterlms' ),
'delivery_url' => __( 'Delivery URL', 'lifterlms' ),
);
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0-beta.1 | Introduced. |