메소드 |
설명 |
|
bulk_actions ( ) |
Bulk actions. |
|
bulk_trash ( array $webhooks, boolean $delete = false ) |
Bulk trash/delete. |
|
bulk_untrash ( array $webhooks ) |
Bulk untrash. |
|
create ( ) |
Create Webhook. |
|
empty_trash ( ) |
Empty Trash. |
|
is_webhook_settings_page ( ) : boolean |
Check if is webhook settings page. |
|
save ( ) |
Save method. |
|
table_list_output ( ) |
Table list output. |
|
update_api_version ( WC_Webhook $webhook ) |
Update webhook api version. |
|
update_delivery_url ( WC_Webhook $webhook ) |
Updated the Webhook delivery URL. |
|
update_name ( integer $webhook_id ) |
Updated the Webhook name. |
|
update_secret ( WC_Webhook $webhook ) |
Updated the Webhook secret. |
|
update_status ( WC_Webhook $webhook ) |
Updated the Webhook status. |
|
update_topic ( WC_Webhook $webhook ) |
Updated the Webhook topic. |
|