Options
in package
Uses
UtilsProvider
This class handles all hooks for the options.
If you want to extend the options for your plugin please use the RML/Options/Register action. There are no parameters. The settings section headline must start with RealMediaLibrary:* (also in translation). The *-value will be added as navigation label.
Table of Contents
Properties
- $me : mixed
Methods
- empty_callback() : mixed
- getInstance() : Options
- Get instance.
- getPluginConstantPrefix() : string
- Get the prefix of this plugin so composer packages can dynamically build other constant values on it.
- html_rml_button_cnt_reset() : mixed
- Output count reset button.
- html_rml_button_order_reset() : mixed
- Output order reset button.
- html_rml_button_slug_reset() : mixed
- Output reset slug button.
- html_rml_button_wipe() : mixed
- Output wipe button.
- html_rml_load_frontend() : mixed
- Output load frontend checkbox.
- load_frontend() : bool
- Is RML allowed to load on frontend? (Non-Admin area)
- register_fields() : mixed
- Register RML core fields.
- __construct() : mixed
- C'tor.
Properties
$me
private
static mixed
$me
= null
Methods
empty_callback()
public
empty_callback(mixed $arg) : mixed
Parameters
- $arg : mixed
getInstance()
Get instance.
public
static getInstance() : Options
Return values
OptionsgetPluginConstantPrefix()
Get the prefix of this plugin so composer packages can dynamically build other constant values on it.
public
getPluginConstantPrefix() : string
Tags
Return values
stringhtml_rml_button_cnt_reset()
Output count reset button.
public
html_rml_button_cnt_reset() : mixed
html_rml_button_order_reset()
Output order reset button.
public
html_rml_button_order_reset() : mixed
html_rml_button_slug_reset()
Output reset slug button.
public
html_rml_button_slug_reset() : mixed
html_rml_button_wipe()
Output wipe button.
public
html_rml_button_wipe() : mixed
html_rml_load_frontend()
Output load frontend checkbox.
public
html_rml_load_frontend() : mixed
load_frontend()
Is RML allowed to load on frontend? (Non-Admin area)
public
static load_frontend() : bool
Return values
boolregister_fields()
Register RML core fields.
public
register_fields() : mixed
__construct()
C'tor.
private
__construct() : mixed