General extends Step
Register the Fast Cart setup wizard
Tags
Table of Contents
- __construct() : mixed
- Undocumented function
- setup_fields() : array<string|int, mixed>
- Add fields for Display step
- submit() : WP_Rest_Response
- Save settings.
- get_wc_fields() : array<string|int, mixed>
- Undocumented function
Methods
__construct()
Undocumented function
public
__construct() : mixed
Tags
Return values
mixed —setup_fields()
Add fields for Display step
public
setup_fields() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —submit()
Save settings.
public
submit(array<string|int, mixed> $values) : WP_Rest_Response
Parameters
- $values : array<string|int, mixed>
-
array of values from the wizard input
Tags
Return values
WP_Rest_Response —get_wc_fields()
Undocumented function
private
get_wc_fields() : array<string|int, mixed>