JAVASCRIPT_INLINE_EDIT_VIEW_SLUG
JAVASCRIPT_INLINE_EDIT_VIEW_SLUG
Slug for localizing and enqueueing JavaScript - MLA View List Table
Class MLA (Media Library Assistant) Settings provides the settings page to edit the plugin option settings
$mla_tablist : array
Definitions for Settings page tab ids, titles and handlers Each tab is defined by an array with the following elements:
array key => HTML id/name attribute and option database key (OMIT MLA_OPTION_PREFIX)
title => tab label / heading text render => rendering function for tab messages and content. Usage: $tab_content = ['render']( );
The array must be populated at runtime in MLASettings::_localize_tablist(); localization calls cannot be placed in the "public static" array definition itself.
_compose_settings_row(string $label, string $value) : string
Compose the Debug tab Debug Settings content for one setting
| string | $label | Display name for the setting |
| string | $value | Current value for the setting |
HTML table row markup for the label setting pair