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::mla_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
_process_custom_field_mapping( $settings = NULL, $offset, $length) : array
Process custom field settings against all image attachments without saving the settings to the mla_option
$settings | ||
$offset | ||
$length |
Message(s) reflecting the results of the operation
_process_iptc_exif_custom( $settings = NULL, $offset, $length) : array
Process IPTC/EXIF custom field settings against all image attachments without saving the settings to the mla_option
$settings | ||
$offset | ||
$length |
Message(s) reflecting the results of the operation