MLASettings_View

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

package

Media Library Assistant

since 2.40

Methods

Compose the Edit View tab content for the Settings subpage

_compose_edit_view_tab( $view,  $template) : array
static
since 1.40

Arguments

$view

$template

Response

array

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

Save View settings to the options table

_save_view_settings() : array
static
since 1.40
uses

Response

array

Message(s) reflecting the results of the operation

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 Post MIME Type Views tab content for the Settings subpage

mla_compose_view_tab() : array
static
since 1.40

Response

array

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

Ajax handler for Post MIME Types inline editing (quick edit)

mla_inline_edit_view_action() : void
static

Adapted from wp_ajax_inline_save in /wp-admin/includes/ajax-actions.php

since 1.40

Constants

Object name for localizing JavaScript - MLA View List Table

JAVASCRIPT_INLINE_EDIT_VIEW_OBJECT
since
var