Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail

Package s2Member\CSS_JS

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

Class c_ws_plugin__s2member_pro_clickbank_css_js

c_ws_plugin__s2member_pro_clickbank_css_js

public class c_ws_plugin__s2member_pro_clickbank_css_js

ClickBank® CSS/JS for theme integration.

Since:

1.5


( 2 Methods )
Method Summary
public static null

clickbank_css(array $vars)

Adds the CSS for this Payment Gateway.

public static null

clickbank_js_w_globals(array $vars)

Adds the JavaScript for this Payment Gateway.

( 2 Methods )
Method Detail

pro\s2member-pro\includes\classes\gateways\clickbank\clickbank-css-js.inc.php at line #57

clickbank_css()

public static null clickbank_css(array $vars)

Adds the CSS for this Payment Gateway.

Since:

1.5

Attaches-to:

add_action("ws_plugin__s2member_during_css");

Parameters:

array $vars - Expects an array of defined vars to be passed in by the Action Hook.

Returns:

null

[ back to top ]

pro\s2member-pro\includes\classes\gateways\clickbank\clickbank-css-js.inc.php at line #84

clickbank_js_w_globals()

public static null clickbank_js_w_globals(array $vars)

Adds the JavaScript for this Payment Gateway.

Since:

1.5

Attaches-to:

add_action("ws_plugin__s2member_during_js_w_globals");

Parameters:

array $vars - Expects an array of defined vars to be passed in by the Action Hook.

Returns:

null

[ back to top ]

Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail