Свойство | Тип | Описание | |
---|---|---|---|
$min_amount | Min amount to be valid | ||
$requires | Requires option |
Метод | Описание | |
---|---|---|
__construct ( ) | Constructor. | |
calculate_shipping ( $package = [] ) : array | calculate_shipping function. | |
get_option_key ( ) : string | Return the name of the option in the WP DB. | |
init ( ) | init function. | |
init_form_fields ( ) | Initialise Gateway Settings Form Fields. | |
is_available ( array $package ) : boolean | is_available function. | |
process_admin_options ( ) | Process and redirect if disabled. |
public calculate_shipping ( $package = [] ) : array | ||
Результат | array |
public get_option_key ( ) : string | ||
Результат | string |
public init_form_fields ( ) |
public is_available ( array $package ) : boolean | ||
$package | array | |
Результат | boolean |
public process_admin_options ( ) |