c_ws_plugin__s2member_utils_html
public class c_ws_plugin__s2member_utils_html
110720
( 1 Method ) Method Summary | |
---|---|
public static str | doctype_html_head(str $doctype_html_head_title, str $doctype_html_head_action) Returns a DOCTYPE tag along with the HEAD section and title tag. |
public static str doctype_html_head(str $doctype_html_head_title, str $doctype_html_head_action)
Returns a DOCTYPE tag along with the HEAD section and title tag.
This method should NOT be called upon until
s2Member\API_Constants → c_ws_plugin__s2member_constants::constants()
has been processed. We need access to: WS_PLUGIN__S2MEMBER_API_CONSTANTS_MD5
.
110720
str $doctype_html_head_title - Optional. The title of the HTML document being generated.
str $doctype_html_head_action - Optional. An action Hook to process during HEAD generation.
str - A DOCTYPE tag along with the HEAD section and title tag, configured by parameters.
HTML utilities.