LLMS_REST_Table_Webhooks::set_columns()

Define the structure of the table


Return Return

(array)


Top ↑

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' ),
		);

	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0-beta.1 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.