c_ws_plugin__s2member_pro_ccbill_css_js
public class c_ws_plugin__s2member_pro_ccbill_css_js
1.5
( 2 Methods ) Method Summary | |
---|---|
public static null | ccbill_css(array $vars) Adds the CSS for this Payment Gateway. |
public static null | ccbill_js_w_globals(array $vars) Adds the JavaScript for this Payment Gateway. |
public static null ccbill_css(array $vars)
Adds the CSS for this Payment Gateway.
1.5
add_action("ws_plugin__s2member_during_css");
array $vars - Expects an array of defined vars to be passed in by the Action Hook.
null
public static null ccbill_js_w_globals(array $vars)
Adds the JavaScript for this Payment Gateway.
1.5
add_action("ws_plugin__s2member_during_js_w_globals");
array $vars - Expects an array of defined vars to be passed in by the Action Hook.
null
ccBill® CSS/JS for theme integration.