Document_Search implements Premium_Service, Registerable, Conditional
This class handles the global doc search shortcode.
Tags
Interfaces, Classes and Traits
- Premium_Service
- Registerable
- Conditional
Table of Contents
- SHORTCODE = 'doc_search'
- do_shortcode() : string
- Render the shortcode
- is_required() : mixed
- {@inheritdoc}
- register() : mixed
- {@inheritdoc}
Constants
SHORTCODE
public
mixed
SHORTCODE
= 'doc_search'
Methods
do_shortcode()
Render the shortcode
public
static do_shortcode(array<string|int, mixed> $atts[, string $content = '' ]) : string
Parameters
- $atts : array<string|int, mixed>
- $content : string = ''
Return values
string —is_required()
{@inheritdoc}
public
is_required() : mixed
Return values
mixed —register()
{@inheritdoc}
public
register() : mixed