Functions

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

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

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

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 »

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 »

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 »

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_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 »

Constants

 

MLA_BACKUP_DIR

MLA_BACKUP_DIR 

 

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