\MatthiasWeb\RealMediaLibrary\viewFolderShortcode

Handles the shortcode for [folder-gallery].

Summary

Methods
Properties
Constants
getPluginConstantPrefix()
__construct()
admin_head()
shortcode_atts_gallery()
localize()
mce_external_plugins()
mce_buttons()
getInstance()
$TAG
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$me
N/A

Properties

$TAG

$TAG :

Type

$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

__construct()

__construct()

C'tor.

admin_head()

admin_head()

Modify admin_head section.

shortcode_atts_gallery()

shortcode_atts_gallery(array  $out,array  $pairs,array  $atts): array

Modify original shortcode attributes of [gallery].

Parameters

array $out
array $pairs
array $atts

Returns

array

localize()

localize(array  $arr): array

Localized variables for TinyMCE shortcode generator.

Parameters

array $arr

Returns

array

mce_external_plugins()

mce_external_plugins(array  $plugin_array): array

Add external plugin to MCE.

Parameters

array $plugin_array

Returns

array

mce_buttons()

mce_buttons(array<mixed,string>  $buttons): array<mixed,string>

Add button to MCE.

Parameters

array<mixed,string> $buttons

Returns

array<mixed,string>