Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail

Package s2Member\Gateways

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

Class c_ws_plugin__s2member_pro_gateways

c_ws_plugin__s2member_pro_gateways

public class c_ws_plugin__s2member_pro_gateways

s2Member Pro Gateways.

Since:

1.5


( 3 Methods )
Method Summary
public static array

available_gateways()

Array of available Payment Gateways supported by s2Member Pro.

public static null

load_gateways()

Loads Hooks/Functions/Codes for other Payment Gateways.

public static array

profile_subscr_gateways(array $gateways)

Adds to the list of Payment Gateways in User Profile management panels.

( 3 Methods )
Method Detail

pro\s2member-pro\includes\classes\gateways.inc.php at line #54

available_gateways()

public static array available_gateways()

Array of available Payment Gateways supported by s2Member Pro.

Since:

1.5

Returns:

array - Array of available Payment Gateways.

[ back to top ]

pro\s2member-pro\includes\classes\gateways.inc.php at line #91

load_gateways()

public static null load_gateways()

Loads Hooks/Functions/Codes for other Payment Gateways.

Since:

1.5

Attaches-to:

add_action("ws_plugin__s2member_after_loaded");

Returns:

null

[ back to top ]

pro\s2member-pro\includes\classes\gateways.inc.php at line #71

profile_subscr_gateways()

public static array profile_subscr_gateways(array $gateways)

Adds to the list of Payment Gateways in User Profile management panels.

Since:

1.5

Attaches-to:

add_filter("ws_plugin__s2member_profile_s2member_subscr_gateways");

Parameters:

array $gateways - Expects an array of Payment Gateways, passed through by the Filter.

Returns:

array - Array of Payment Gateways to appear in Profile editing panels.

[ back to top ]

Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail