Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail

Package s2Member\Return_Templates

s2member\includes\classes\return-templates.inc.php at line #28

Class c_ws_plugin__s2member_return_templates

c_ws_plugin__s2member_return_templates

public class c_ws_plugin__s2member_return_templates

s2Member's Return Page template handler.

Since:

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.

( 1 Method )
Method Detail

s2member\includes\classes\return-templates.inc.php at line #42

return_template()

public static str return_template(str $template, str $response, str $continue_html, str $continue_link)

Handles Return templates w/ response message.

Since:

110720

Parameters:

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 ("/").

Returns:

str - The full HTML code of the template. All Replacement Codes inside the template file will have already been filled by this routine.

[ back to top ]

Source Code Documentation


Field Summary | Method Summary | Field Detail | Method Detail