PHP 클래스 WC_Admin_Webhooks

파일 보기 프로젝트 열기: woocommerce/woocommerce 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ) Initialize the webhooks admin actions.
actions ( ) Webhooks admin actions.
get_logs_navigation ( integer $total, $webhook ) : string Get the logs navigation.
get_topic_data ( $webhook ) : array Get the webhook topic data.
logs_output ( WC_Webhook $webhook ) Logs output.
notices ( ) Notices.
page_output ( ) Page output.

비공개 메소드들

메소드 설명
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.

메소드 상세

__construct() 공개 메소드

Initialize the webhooks admin actions.
public __construct ( )

actions() 공개 메소드

Webhooks admin actions.
public actions ( )

get_logs_navigation() 공개 정적인 메소드

Get the logs navigation.
public static get_logs_navigation ( integer $total, $webhook ) : string
$total integer
리턴 string

get_topic_data() 공개 정적인 메소드

Get the webhook topic data.
public static get_topic_data ( $webhook ) : array
리턴 array

logs_output() 공개 정적인 메소드

Logs output.
public static logs_output ( WC_Webhook $webhook )
$webhook WC_Webhook

notices() 공개 정적인 메소드

Notices.
public static notices ( )

page_output() 공개 정적인 메소드

Page output.
public static page_output ( )