\AC_Addon_MLA_ListScreen

Class Admin Columns Addon MLA (Media Library Assistant) List Screen supports the Admin Columns plugin

Summary

Methods
Properties
Constants
__construct()
set_manage_value_callback()
get_column_headers()
column_default_value()
get_list_table()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct() 

Initializes some properties, installs filters and then calls the parent constructor to set some default configs.

set_manage_value_callback()

set_manage_value_callback() 

Contains the hook that contains the manage_value callback

get_column_headers()

get_column_headers() : array

Default column headers

Returns

array

column_default_value()

column_default_value(string|null  $content,   $post, string  $column_name) : string|false

Return the column value

Parameters

string|null $content
$post
string $column_name

Returns

string|false

get_list_table()

get_list_table(array  $args = array()) : \WP_List_Table|false

Create and return a new MLA List Table object

Parameters

array $args

Returns

\WP_List_Table|false