Method | Description | |
---|---|---|
__construct ( ) | Initialize the webhook table list. | |
column_cb ( WC_Post $webhook ) : string | Column cb. | |
column_delivery_url ( object $webhook ) : string | Return delivery URL column. | |
column_status ( object $webhook ) : string | Return status column. | |
column_title ( object $webhook ) : string | Return title column. | |
column_topic ( object $webhook ) : string | Return topic column. | |
get_columns ( ) : array | Get list columns. | |
prepare_items ( ) | Prepare table list items. |
Method | Description | |
---|---|---|
extra_tablenav ( string $which ) | Extra controls to be displayed between bulk actions and pagination. | |
get_bulk_actions ( ) : array | Get bulk actions. | |
get_views ( ) : array | Table list views. |
Method | Description | |
---|---|---|
get_status_label ( string $status_name, stdClass $status ) : array | Get the status label for webhooks. | |
get_webbook_object ( object $webhook ) : WC_Webhook | Get Webhook object. |
public column_delivery_url ( object $webhook ) : string | ||
$webhook | object | |
return | string |
public column_status ( object $webhook ) : string | ||
$webhook | object | |
return | string |
public column_title ( object $webhook ) : string | ||
$webhook | object | |
return | string |
public column_topic ( object $webhook ) : string | ||
$webhook | object | |
return | string |
protected get_bulk_actions ( ) : array | ||
return | array |