Functions

Displays name conflict error messages at the top of the Dashboard

mla_name_conflict_reporting_action() 

since 0.20

Displays version conflict error messages at the top of the Dashboard

mla_plugin_loader_reporting_action() 

since 1.14

Classes and interfaces

MLA

Class MLA (Media Library Assistant) provides several enhancements to the handling of images and files held in the WordPress Media Library.

« More »

MLAData

Class MLA (Media Library Assistant) Data provides database and template file access for MLA needs

« More »

MLAEdit

Class MLA (Media Library Assistant) Edit contains meta boxes for the Edit Media (advanced-form-edit.php) screen

« More »

MLAImageProcessor

Class MLA (Media Library Assistant) Image Processor provides PDF thumbnails for the [mla_gallery] mla_viewer and Media/Assistant thumbnail generator.

« More »

MLAMime

Class MLA (Media Library Assistant) MIME filters WordPress MIME Type functions and supports the Views and Uploads Settings tabs

« More »

MLAModal

Class MLA (Media Library Assistant) Modal contains enhancements for the WordPress 3.5+ Media Manager

« More »

MLAMutex

Class MLA (Media Library Assistant) Mutex provides a simple "mutual exclusion" semaphore for the [mla_gallery] mla_viewer=single option

« More »

MLAObjects

Class MLA (Media Library Assistant) Objects defines and manages custom taxonomies for Attachment Categories and Tags

« More »

MLAOptions

Class MLA (Media Library Assistant) Options manages the plugin option settings and provides functions to get and put them from/to WordPress option variables

« More »

MLAPDF

Class MLA (Media Library Assistant) PDF extracts legacy and XMP meta data from PDF files

« More »

MLASettings

Class MLA (Media Library Assistant) Settings provides the settings page to edit the plugin option settings

« More »

MLAShortcodes

Class MLA (Media Library Assistant) Shortcodes defines the shortcodes available to MLA users

« More »

MLATest

Class MLA (Media Library Assistant) Test provides basic run-time tests to ensure the plugin can run in the current WordPress envrionment.

« More »

MLATextWidget

Class MLA (Media Library Assistant) Text Widget defines a shortcode-enabled version of the WordPress Text widget

« More »

MLA_Checklist_Walker

Class MLA (Media Library Assistant) Checklist Walker replaces term_id with slug in checklist output

« More »

MLA_List_Table

Class MLA (Media Library Assistant) List Table implements the "Assistant" admin submenu

« More »

MLA_Polylang

Class MLA (Media Library Assistant) Polylang provides support for the Polylang Multilingual plugin

« More »

MLA_Thumbnail

Class MLA (Media Library Assistant) Thumbnails provides support for Featured IMage generation

« More »

MLA_Upload_List_Table

Class MLA (Media Library Assistant) Upload List Table implements the "Upload" admin settings tab

« More »

MLA_Upload_Optional_List_Table

Class MLA (Media Library Assistant) Upload Optional List Table implements the searchable database of exension/type associations for the "Uploads" admin settings tab

« More »

MLA_View_List_Table

Class MLA (Media Library Assistant) View List Table implements the "Views" admin settings tab

« More »

MLA_WPML

Class MLA (Media Library Assistant) WPML provides support for the WPML Multilingual CMS family of plugins, including WPML Media

« More »

MLA_WPML_List_Table

Class MLA (Media Library Assistant) WPML List Table adds a reference to an MLA_WPML object

« More »

MLA_WPML_Table

Class MLA (Media Library Assistant) WPML Table provides support for the WPML Multilingual CMS family of plugins, including WPML Media, for an MLA_List_Table object.

« More »

MNA_Pad_Counts_Walker

Class MNA_Pad_Counts_Walker adds accurate, padded attachment counts to taxonomy terms.

« More »

Constants

 

MLA_BACKUP_DIR

MLA_BACKUP_DIR 

 

Activates debug options; can be set in wp-config.php

MLA_DEBUG_LEVEL 

 

Gives a unique prefix for plugin options; can be set in wp-config.php

MLA_OPTION_PREFIX 

 

Provides the plugin's directory name, relative to the plugins directory, without leading or trailing slashes.

MLA_PLUGIN_BASENAME 

 

Provides path information to the plugin root in file system format, including the trailing slash.

MLA_PLUGIN_PATH 

 

Provides path information to the plugin root in URL format.

MLA_PLUGIN_URL 

Functions

Custom Taxonomy Dropdown Control

custom_taxonomy_dropdown(string $taxonomy, string $orderby, string $order, string $limit, string $name, mixed $show_option_all, mixed $show_option_none) : void

since 1.00

Parameters

$taxonomy

string

Taxonomy slug

$orderby

string

Order by field

$order

string

Sort order

$limit

string

Not used

$name

string

HTML name= value

$show_option_all

mixed

NULL/"Select All" label

$show_option_none

mixed

NULL/"Select None" label

Custom Taxonomy Dropdown Control

custom_taxonomy_dropdown(string $taxonomy, string $orderby, string $order, string $limit, string $name, mixed $show_option_all, mixed $show_option_none, integer $selected) : void

since 1.00

Parameters

$taxonomy

string

Taxonomy slug

$orderby

string

Order by field

$order

string

Sort order

$limit

string

Not used

$name

string

HTML name= value

$show_option_all

mixed

NULL/"Select All" label

$show_option_none

mixed

NULL/"Select None" label

$selected

integer

Index of the inital selection

Loads the text domain(s) for the mla-child-theme, from the WordPress language directory and/or from the theme's own directory.

mla_after_setup_theme_action() : void

Generate a list of taxonomy- and term-specific links to the page of your choice, listing the terms assigned to a specific post or Media Library item.

mla_custom_terms_list(integer $ID, array $attr) : void

Parameters

$ID

integer

ID of the post/page to generate terms for

$attr

array

Attributes of the function: site_url, page_url, taxonomy

Insert thumbnail image tags for Facebook, Twitter, etc.

mla_insert_social_tags() : void

Generate a list of taxonomy- and term-specific links to the page of your choice.

mla_taxonomy_terms_list(array $attr) : string

Best used with the Collapse-O-Matic plugin, which uses the [expand] shortcode to display an "accordian-style" list.

Parameters

$attr

array

Attributes of the function: taxonomy

Returns

stringHTML

,

and tags

Customize the <title> tag content for the Tag Gallery and Single Image pages

mla_wp_title_filter(string $title, string $sep, string $seplocation) : string

Parameters

$title

string

The default page title

$sep

string

How to separate the various items within the page title

$seplocation

string

Optional. Direction to display title, 'right'.

Returns

stringupdated title value