MLASettings_Documentation

Class MLA (Media Library Assistant) Settings Documentation implements the Settings/Media Library Assistant Documentation tab

package

Media Library Assistant

since 2.40

Methods

Compose the Example Plugin tab content for the Settings/Documentation subpage

_compose_example_tab() : array
static
since 2.32

Response

array

'message' => status/error messages, 'body' => tab content

Display (read-only) an Example Plugin

_display_example_plugin( $ID) : array
static
since 2.40

Arguments

$ID

Response

array

'message' => status/error messages, 'body' => tab content

Load the tab's Javascript files

mla_admin_enqueue_scripts(string $page_hook) 
static
since 2.40

Arguments

$page_hook

string

Name of the page being loaded

Compose the Documentation tab content for the Settings subpage

mla_compose_documentation_tab() : array
static
since 0.80
uses

contains tab content template(s)

Response

array

'message' => status/error messages, 'body' => tab content

Constants

Slug for localizing and enqueueing JavaScript

JAVASCRIPT_DOCUMENTATION_TAB_SLUG
since
var

Object name for localizing JavaScript

JAVASCRIPT_DOCUMENTATION_TAB_OBJECT
since
var