MySLP_Signup_Shortcode_myslpsignupform
extends MySLP_Signup_Base_Object
in package
Table of Contents
Methods
- __construct() : mixed
- enqueue_signup_scripts() : void
- get_instance() : MySLP_Signup_Base_Object
- Return an instance of the object which is also registered to the slplus global less the SLP_ part.
- initialize() : void
- Start this object.
- render() : mixed
- Draw the sign-up form.
- render_price_table_item() : mixed
- Render a price table item.
- signup_form() : void
- Only the sign up form.
Methods
__construct()
public
__construct([array<string|int, mixed> $options = array() ]) : mixed
Parameters
- $options : array<string|int, mixed> = array()
enqueue_signup_scripts()
public
enqueue_signup_scripts() : void
get_instance()
Return an instance of the object which is also registered to the slplus global less the SLP_ part.
public
static get_instance([null|array<string|int, mixed> $options = array() ]) : MySLP_Signup_Base_Object
Parameters
- $options : null|array<string|int, mixed> = array()
-
object init params
Return values
MySLP_Signup_Base_Objectinitialize()
Start this object.
public
initialize() : void
render()
Draw the sign-up form.
public
render() : mixed
render_price_table_item()
Render a price table item.
public
render_price_table_item(string $plan_name) : mixed
Parameters
- $plan_name : string
signup_form()
Only the sign up form.
public
signup_form() : void