WC_Stripe_Manager
in package

Singleton class that handles plugin functionality like class loading.

Tags
since
3.0.0
author

PaymentPlugins

Table of Contents

Properties

$_instance  : mixed
$account_settings  : WC_Stripe_Account_Settings
$advanced_settings  : WC_Stripe_Advanced_Settings
$api_settings  : WC_Stripe_API_Settings
$client_id  : string
$rest_api  : WC_Stripe_Rest_API
$version  : string
$payment_gateways  : array<string|int, mixed>
$scripts  : WC_Stripe_Frontend_Scripts

Methods

__construct()  : mixed
admin_init()  : mixed
Function that is hooked in to the WordPress admin_init action.
assets()  : mixed
assets_url()  : string
Return the url for the plugin assets.
data_api()  : mixed
default_template_path()  : mixed
Return the plguins default directory path for template files.
includes()  : mixed
init()  : mixed
Function that is hooked in to the WordPress init action.
instance()  : mixed
is_request()  : bool
payment_gateways()  : mixed
plugin_path()  : string
Return the dir path for the plugin.
plugins_loaded()  : mixed
rest_uri()  : string
rest_url()  : string
scheduled_actions()  : mixed
Schedule actions required by the plugin
scripts()  : WC_Stripe_Frontend_Scripts
template_path()  : mixed
Return the plugin template path.
version()  : string
Return the plugin version.
woocommerce_dependencies()  : mixed

Properties

Methods

admin_init()

Function that is hooked in to the WordPress admin_init action.

public admin_init() : mixed

assets_url()

Return the url for the plugin assets.

public assets_url([mixed $uri = '' ]) : string
Parameters
$uri : mixed = ''
Return values
string

default_template_path()

Return the plguins default directory path for template files.

public default_template_path() : mixed

is_request()

public is_request(string $type) : bool
Parameters
$type : string
Tags
since
3.1.9
Return values
bool

scheduled_actions()

Schedule actions required by the plugin

public scheduled_actions() : mixed
Tags
since
3.1.6

        
On this page

Search results