c_ws_plugin__s2member_return_templates
public class c_ws_plugin__s2member_return_templates
110720
( 1 Method ) Method Summary | |
---|---|
public static str | return_template(str $template, str $response, str $continue_html, str $continue_link) Handles Return templates w/ response message. |
public static str return_template(str $template, str $response, str $continue_html, str $continue_link)
Handles Return templates w/ response message.
110720
str $template - Optional A Subscr. Gateway code should be used as the template name, or default
is a multipurpose template. Defaults to default
. Used in template selection.
str $response - Optional. Response message to fill template with, using the Replacement Code %%response%%
inside the template file. Defaults to: Thank you. Please click the link below.
.
str $continue_html - Optional. The HTML value of the continuation link presented within the template using Replacement Code %%continue%%
. Defaults to: Continue
.
str $continue_link - Optional. The HREF value for the continuation link presented within the template using Replacement Code %%continue%%
. Defaults to: home_url ("/")
.
str - The full HTML code of the template. All Replacement Codes inside the template file will have already been filled by this routine.
s2Member's Return Page template handler.