Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail

Package s2Member\AuthNet

pro\s2member-pro\includes\classes\gateways\authnet\authnet-ssl.inc.php at line #44

Class c_ws_plugin__s2member_pro_authnet_ssl

c_ws_plugin__s2member_pro_authnet_ssl

public class c_ws_plugin__s2member_pro_authnet_ssl

Authorize.Net® SSL.

Since:

1.5


( 1 Method )
Method Summary
public static bool

sc_authnet_form_auto_force_ssl(bool $force, array $vars)

Auto-detects Pro Forms when Auto SSL is enabled.

( 1 Method )
Method Detail

pro\s2member-pro\includes\classes\gateways\authnet\authnet-ssl.inc.php at line #58

sc_authnet_form_auto_force_ssl()

public static bool sc_authnet_form_auto_force_ssl(bool $force, array $vars)

Auto-detects Pro Forms when Auto SSL is enabled.

Since:

1.5

Attaches-to:

add_filter("ws_plugin__s2member_check_force_ssl");

Parameters:

bool $force - Expects a boolean value passed through by the Filter.

array $vars - Expects an array of defined variables, passed through by the Filter.

Returns:

bool - True if SSL is not currently being forced, but this routine detected that it should be; else the existing value of $force.

[ back to top ]

Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail