\MatthiasWeb\RealMediaLibrary\viewOptions

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.

Summary

Methods
Properties
Constants
getPluginConstantPrefix()
register_fields()
empty_callback()
html_rml_button_wipe()
html_rml_button_cnt_reset()
html_rml_button_slug_reset()
html_rml_load_frontend()
html_rml_button_order_reset()
load_frontend()
getInstance()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
__construct()
$me
N/A

Properties

$me

$me :

Type

Methods

getPluginConstantPrefix()

getPluginConstantPrefix(): string

Get the prefix of this plugin so composer packages can dynamically build other constant values on it.

Returns

string

register_fields()

register_fields()

Register RML core fields.

empty_callback()

empty_callback(  $arg)

Parameters

$arg

html_rml_button_wipe()

html_rml_button_wipe()

Output wipe button.

html_rml_button_cnt_reset()

html_rml_button_cnt_reset()

Output count reset button.

html_rml_button_slug_reset()

html_rml_button_slug_reset()

Output reset slug button.

html_rml_load_frontend()

html_rml_load_frontend()

Output load frontend checkbox.

html_rml_button_order_reset()

html_rml_button_order_reset()

Output order reset button.

load_frontend()

load_frontend(): boolean

Is RML allowed to load on frontend? (Non-Admin area)

Returns

boolean

__construct()

__construct()

C'tor.