WC_Stripe_API_Settings extends WC_Stripe_Settings_API

Tags
since
3.0.0
author

Payment Plugins

Table of Contents

Properties

$tab_title  : mixed
$admin_output  : mixed

Methods

__construct()  : mixed
admin_nav_tab()  : mixed
admin_options()  : mixed
create_webhook()  : bool|WebhookEndpoint
delete_account_settings()  : mixed
delete_webhook_settings()  : mixed
display_errors()  : mixed
Display admin error messages.
generate_button_demo_html()  : mixed
generate_description_html()  : mixed
generate_multi_select_countries_html()  : mixed
generate_multiselect_html()  : mixed
generate_paragraph_html()  : mixed
generate_stripe_button_html()  : mixed
generate_stripe_connect_html()  : mixed
get_account_id()  : mixed
get_connect_url()  : mixed
get_custom_attribute_html()  : mixed
get_prefix()  : mixed
get_stripe_documentation_url()  : mixed
get_webhook_id()  : mixed
has_secret_key()  : mixed
hooks()  : mixed
init_form_fields()  : mixed
is_active()  : mixed
localize_settings()  : mixed
output_settings_nav()  : mixed
process_admin_options()  : mixed
Added override to provide more control on which fields are saved and which are skipped.
validate_multi_select_countries_field()  : mixed
validate_publishable_key_test_field()  : mixed
validate_secret_key_test_field()  : mixed
create_webhooks()  : mixed

Properties

Methods

create_webhook()

public create_webhook(string $mode[, array<string|int, mixed> $events = array() ]) : bool|WebhookEndpoint
Parameters
$mode : string
$events : array<string|int, mixed> = array()
Tags
since
3.3.13
throws
ApiErrorException
Return values
bool|WebhookEndpoint

process_admin_options()

Added override to provide more control on which fields are saved and which are skipped.

public process_admin_options() : mixed

This plugin has custom setting fields like "paragraph" that are for info display only and not for saving.

Tags
see
WC_Settings_API::process_admin_options()

        
On this page

Search results