Login_Form implements Registerable, Standard_Service
Shortcode and handlers for the Document Library Login Form
Tags
Interfaces, Classes and Traits
- Registerable
- Standard_Service
Table of Contents
- $login_shortcode_tag : mixed
- $plugin : mixed
- __construct() : mixed
- Constructor.
- do_shortcode() : string
- Render login shortcode
- register() : mixed
- {@inheritdoc}
Properties
$login_shortcode_tag
private
mixed
$login_shortcode_tag
Tags
$plugin
private
mixed
$plugin
Tags
Methods
__construct()
Constructor.
public
__construct(Plugin $plugin) : mixed
Parameters
- $plugin : Plugin
-
The plugin instance.
Tags
Return values
mixed —do_shortcode()
Render login shortcode
public
do_shortcode([array<string|int, mixed> $atts = [] ]) : string
Parameters
- $atts : array<string|int, mixed> = []
-
Shortcode attributes.
Tags
Return values
string —register()
{@inheritdoc}
public
register() : mixed